Blocks
You can also create custom ores/blocks with their custom drops! The config file is blocks.yml
blocks.yml
ruby_ore:
enabled: true
permission: ruby_ore
model_id: 14
name: '&fRuby Ore'
specific_properties:
light_level: 15
break_tools_blacklist:
- WOODEN_PICKAXE
- STONE_PICKAXE
break_tools_whitelist:
- PICKAXE
ore:
spawn_worlds:
- world
max_height: 16
amount: 6
iterations: 3
cancel_drop: true
drop_on_silktouch: trueSpecific properties

Click the link below to see how to create minerals to be dropped from your custom ore
If you are going to ask if you can create custom shaped blocks (stairs slabs) click below:
Last updated
Was this helpful?