Created
April 2, 2017 17:02
-
-
Save tterrag1098/b4cfd9ded32c2e362c083c768bb8857c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ores" : { | |
"coal_ore": { | |
"models" : [ | |
"coal_ore#normal" | |
], | |
"texture" : "coal_ore", | |
"preserveShading": false | |
}, | |
"iron_ore" : { | |
"models" : [ | |
"iron_ore#normal" | |
], | |
"texture" : "iron_ore" | |
}, | |
"gold_ore" : { | |
"models" : [ | |
"gold_ore#normal" | |
], | |
"texture" : "gold_ore" | |
}, | |
"diamond_ore" : { | |
"models" : [ | |
"diamond_ore#normal" | |
], | |
"texture" : "diamond_ore" | |
}, | |
"redstone_ore" : { | |
"models" : [ | |
"redstone_ore#normal" | |
], | |
"texture" : "redstone_ore" | |
}, | |
"lit_redstone_ore" : { | |
"models" : [], | |
"texture" : "redstone_ore" | |
}, | |
"lapis_ore" : { | |
"models" : [ | |
"lapis_ore#normal" | |
], | |
"texture" : "lapis_ore" | |
}, | |
"emerald_ore" : { | |
"models" : [ | |
"emerald_ore#normal" | |
], | |
"texture" : "emerald_ore", | |
"tolerances" : { | |
"brt" : 0.25 | |
} | |
}, | |
"quartz_ore" : { | |
"models" : [ | |
"quartz_ore#normal" | |
], | |
"texture" : "quartz_ore", | |
"base" : { "block" : "netherrack" }, | |
"baseTexture" : "netherrack", | |
"tolerances" : { | |
"hue" : 0.25, | |
"sat" : 0.2, | |
"brt" : 0.6 | |
} | |
} | |
}, | |
"validBlocks" : { | |
"stone" : [], | |
"chisel:limestoneextra" : [ | |
{ | |
"variation" : "7" | |
} | |
], | |
"chisel:marbleextra" : [ | |
{ | |
"variation" : "7" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment