aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/content.go b/content.go
index 6cfb958..fbd77e4 100644
--- a/content.go
+++ b/content.go
@@ -260,6 +260,9 @@ func muxItemDefs(conns []*contentConn) ([]mt.ItemDef, []struct{ Alias, Orig stri
WieldScale: [3]float32{1, 1, 1},
StackMax: 1,
Usable: true,
+ ToolCaps: mt.ToolCaps{
+ NonNil: true,
+ },
PointRange: 4,
})