Skip to content

Instantly share code, notes, and snippets.

@Th0rgal
Created June 8, 2020 21:15
Show Gist options
  • Save Th0rgal/2a8cff3eddf9ec60fa1ed1f58c939555 to your computer and use it in GitHub Desktop.
Save Th0rgal/2a8cff3eddf9ec60fa1ed1f58c939555 to your computer and use it in GitHub Desktop.
Oraxen mega ores pack
amethyst_ore:
displayname: '&dAmethyst Ore'
material: DIAMOND
Pack:
generate_model: true
parent_model: block/cube_all
textures:
- amethyst_ore
custom_model_data: 2
Mechanics:
block:
custom_variation: 2
model: amethyst_ore
drop:
silktouch: true
fortune: true
minimal_tool: IRON_PICKAXE
loots:
- oraxen_item: amethyst
probability: 1.0
ruby_ore:
displayname: '&cRuby Ore'
material: DIAMOND
Pack:
generate_model: true
parent_model: block/cube_all
textures:
- ruby_ore
custom_model_data: 3
Mechanics:
block:
custom_variation: 3
model: ruby_ore
drop:
silktouch: true
fortune: true
minimal_tool: IRON_PICKAXE
loots:
- oraxen_item: ruby
probability: 1.0
onyx_ore:
displayname: '&8Onyx Ore'
material: DIAMOND
Pack:
generate_model: true
parent_model: block/cube_all
textures:
- onyx_ore
custom_model_data: 4
Mechanics:
block:
custom_variation: 4
model: onyx_ore
drop:
silktouch: true
fortune: true
minimal_tool: IRON_PICKAXE
loots:
- oraxen_item: onyx
probability: 1.0
orax_ore:
displayname: '&bOrax Ore'
material: DIAMOND
Pack:
generate_model: true
parent_model: block/cube_all
textures:
- orax_ore
custom_model_data: 5
Mechanics:
block:
custom_variation: 5
model: orax_ore
drop:
silktouch: true
fortune: true
minimal_tool: IRON_PICKAXE
loots:
- oraxen_item: orax
probability: 1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment