BloodMagic/src/main/resources/assets/bloodmagic/blockstates/item/ItemSoulSnare.json

16 lines
267 B
JSON
Raw Normal View History

2016-02-09 19:07:56 -08:00
{
"forge_marker": 1,
"defaults": {
"model": "builtin/generated",
"transform": "forge:default-item"
},
"variants": {
"type": {
"soulsnare": {
"textures": {
"layer0": "bloodmagic:items/SoulSnare"
}
}
}
}
}