Optional dependency on default mod (#182)

This commit is contained in:
Buckaroo Banzai
2021-08-26 20:46:07 +02:00
committed by GitHub
parent 1f1959ba54
commit e8d219f108
13 changed files with 121 additions and 90 deletions

View File

@ -10,7 +10,7 @@
description = "Wooden",
tiles = {"default_wood.png"},
groups = {oddly_breakabe_by_hand=1},
sounds = default.node_sound_wood_defaults(),
sounds = moreblocks.node_sound_wood_defaults(),
})
```
The following register only a particular type of microblock.