Renders for Runes
Creative crystal renders
Formatting
Lang additions
Some attempted (not successful) fixes for SoulNetwork
This commit is contained in:
Nick 2015-11-02 19:18:53 -08:00
parent ac588d0b15
commit ac5402df6b
36 changed files with 400 additions and 220 deletions

View file

@ -0,0 +1,62 @@
{
"forge_marker": 1,
"defaults": {
"textures": { },
"model": "cube_all",
"uvlock": true
},
"variants": {
"meta": {
"0": {
"textures": {
"all": "bloodmagic:blocks/BlankRune"
}
},
"1": {
"textures": {
"all": "bloodmagic:blocks/SpeedRune"
}
},
"2": {
"textures": {
"all": "bloodmagic:blocks/EfficiencyRune"
}
},
"3": {
"textures": {
"all": "bloodmagic:blocks/RuneOfSacrifice"
}
},
"4": {
"textures": {
"all": "bloodmagic:blocks/RuneOfSelfSacrifice"
}
},
"5": {
"textures": {
"all": "bloodmagic:blocks/DislocationRune"
}
},
"6": {
"textures": {
"all": "bloodmagic:blocks/AltarCapacityRune"
}
},
"7": {
"textures": {
"all": "bloodmagic:blocks/BetterCapacityRune"
}
},
"8": {
"textures": {
"all": "bloodmagic:blocks/OrbCapacityRune"
}
},
"9": {
"textures": {
"all": "bloodmagic:blocks/AccelerationRune"
}
}
}
}
}

View file

@ -1,9 +1,7 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"all": "bloodmagic:blocks/MasterRitualStone"
},
"textures": { },
"model": "cube_all",
"uvlock": true
},