Some models work, some don't

This commit is contained in:
Nicholas Ignoffo 2017-08-15 23:01:36 -07:00
parent 08258fd6ef
commit 3b173ecf17
115 changed files with 72 additions and 80 deletions

View file

@ -1,22 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"textures": { },
"model": "cube_all",
"uvlock": true
},
"variants": {
"type": {
"large": {
"textures": {
"all": "bloodmagic:blocks/ShardCluster"
}
},
"brick": {
"textures": {
"all": "bloodmagic:blocks/ShardClusterBrick"
}
}
}
}
}

View file

@ -0,0 +1,41 @@
{
"forge_marker": 1,
"defaults": {
"model": "builtin/generated",
"transform": "forge:default-item"
},
"variants": {
"type": {
"weak": {
"textures": {
"layer0": "bloodmagic:items/weakbloodorb"
}
},
"apprentice": {
"textures": {
"layer0": "bloodmagic:items/apprenticebloodorb"
}
},
"magician": {
"textures": {
"layer0": "bloodmagic:items/magicianbloodorb"
}
},
"master": {
"textures": {
"layer0": "bloodmagic:items/masterbloodorb"
}
},
"archmage": {
"textures": {
"layer0": "bloodmagic:items/archmagebloodorb"
}
},
"transcendent": {
"textures": {
"layer0": "bloodmagic:items/transcendentbloodorb"
}
}
}
}
}

View file

@ -7,15 +7,25 @@
},
"variants": {
"type": {
"large": {
"bloodstone_tile": {
"textures": {
"all": "bloodmagic:blocks/LargeBloodStoneBrick"
}
},
"brick": {
"bloodstone_brick": {
"textures": {
"all": "bloodmagic:blocks/BloodStoneBrick"
}
},
"crystal_tile": {
"textures": {
"all": "bloodmagic:blocks/shardcluster"
}
},
"crystal_brick": {
"textures": {
"all": "bloodmagic:blocks/shardclusterbrick"
}
}
}
}

View file

@ -1,39 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"model": "bloodmagic:crystal/Crystal1.obj",
"custom": { "flip-v": true },
"transform": {
"translation": [ 0, 0, 1]
}
},
"variants": {
"type": {
"default": {
"textures": {
"#crystal" : "bloodmagic:models/DefaultCrystal"
}
},
"corrosive": {
"textures": {
"#crystal" : "bloodmagic:models/CorrosiveCrystal"
}
},
"destructive": {
"textures": {
"#crystal" : "bloodmagic:models/DestructiveCrystal"
}
},
"vengeful": {
"textures": {
"#crystal" : "bloodmagic:models/VengefulCrystal"
}
},
"steadfast": {
"textures": {
"#crystal" : "bloodmagic:models/SteadfastCrystal"
}
}
}
}
}

Some files were not shown because too many files have changed in this diff Show more