Added: Item weight based on CustomModelData.
Code (YAML):
### Item/Block Weight
# If you want to help create more realistic or better weights,
# please post on the plugin github, what you think the weights should be like. :)
# Note: These values are not validated, so if any are removed, they may cause issues.
STONE
: 2
## Want specific CustomModelData to have custom weight?
# You can do MATERIAL-CMD, like:
STONE-12345
: 100
Added: Auto-pickup based on CustomModelData.
Code (YAML):
filters:
cmd-test:
displayname
: 'ModelData Test'
items
:
## Want specific CustomModelData to be picked up?
# You can do MATERIAL-CMD, like:
- STONE-11111