Annnd they're back
This commit is contained in:
parent
c34ee90b4e
commit
4ec321aaac
|
@ -0,0 +1,42 @@
|
||||||
|
{
|
||||||
|
"joints": {
|
||||||
|
"ring": { "0": [ 1.0 ], "1": [ 1.0 ], "2": [ 1.0 ], "3": [ 1.0 ], "4": [ 1.0 ], "5": [ 1.0 ], "6": [ 1.0 ], "7": [ 1.0 ], "8": [ 1.0 ], "9": [ 1.0 ], "10": [ 1.0 ], "11": [ 1.0 ], "12": [ 1.0 ], "13": [ 1.0 ], "14": [ 1.0 ], "15": [ 1.0 ], "16": [ 1.0 ], "17": [ 1.0 ], "18": [ 1.0 ], "19": [ 1.0 ], "20": [ 1.0 ], "21": [ 1.0 ], "22": [ 1.0 ] }
|
||||||
|
},
|
||||||
|
"clips": {
|
||||||
|
"default": {
|
||||||
|
"loop": false,
|
||||||
|
"joint_clips": {},
|
||||||
|
"events": {}
|
||||||
|
},
|
||||||
|
"moving": {
|
||||||
|
"loop": true,
|
||||||
|
"joint_clips": {
|
||||||
|
"ring": [
|
||||||
|
{
|
||||||
|
"variable": "offset_y",
|
||||||
|
"type": "uniform",
|
||||||
|
"interpolation": "linear",
|
||||||
|
"samples": [ -0.0625, -0.0442, 0, 0.0442, 0.0625, 0.0442, 0, -0.0442 ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"variable": "axis_y",
|
||||||
|
"type": "uniform",
|
||||||
|
"interpolation": "nearest",
|
||||||
|
"samples": [ 1 ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"variable": "angle",
|
||||||
|
"type": "uniform",
|
||||||
|
"interpolation": "linear",
|
||||||
|
"samples": [
|
||||||
|
0, 120, 240
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"events": {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"parameters": {
|
||||||
|
"clip_time": [ "-/", "#offset", "#cycle_length" ]
|
||||||
|
},
|
||||||
|
"clips": {
|
||||||
|
"moving": [ "apply", "bloodmagic:block/pillar_mid@moving", "#clip_time" ]
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
"moving"
|
||||||
|
],
|
||||||
|
"transitions": {},
|
||||||
|
"start_state": "moving"
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"normal": {
|
||||||
|
"model": "bloodmagic:BlockAlchemyArray",
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:models/AlchemyArrays/StupidArray"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,50 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { },
|
||||||
|
"model": "bloodmagic:ModelAlchemyTable.obj",
|
||||||
|
"custom": { "flip-v": true },
|
||||||
|
"transform" : "forge:default-block",
|
||||||
|
"uvlock": true
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"direction": {
|
||||||
|
"down": {
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"y": -90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"y": 90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"y": 180}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"invisible": {
|
||||||
|
"true": {
|
||||||
|
"model": "cube_all",
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/empty"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"inventory": [{
|
||||||
|
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { },
|
||||||
|
"model": "bloodmagic:BlockAltar.obj",
|
||||||
|
"custom": { "flip-v": true },
|
||||||
|
"transform" : "forge:default-block"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"normal": [{
|
||||||
|
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"normal": {
|
||||||
|
"model": "bloodmagic:BlockBloodLight",
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/BlockBloodLight"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,67 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { },
|
||||||
|
"model": "cube_all",
|
||||||
|
"uvlock": true
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"blank": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/BlankRune"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"speed": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/SpeedRune"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"efficiency": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/EfficiencyRune"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"sacrifice": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/RuneOfSacrifice"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"selfsacrifice": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/RuneOfSelfSacrifice"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"displacement": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/DislocationRune"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"capacity": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/AltarCapacityRune"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"augcapacity": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/BetterCapacityRune"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"orb": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/OrbCapacityRune"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"acceleration": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/AccelerationRune"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"charging": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/ChargingRune"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { },
|
||||||
|
"model": "cube_all",
|
||||||
|
"uvlock": true
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"large": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/LargeBloodStoneBrick"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"brick": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/BloodStoneBrick"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { "all": "bloodmagic:blocks/BloodTank" },
|
||||||
|
"model": "bloodmagic:BlockBloodTank",
|
||||||
|
"uvlock": true
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"tier": {
|
||||||
|
"0": {},
|
||||||
|
"1": {},
|
||||||
|
"2": {},
|
||||||
|
"3": {},
|
||||||
|
"4": {},
|
||||||
|
"5": {},
|
||||||
|
"6": {},
|
||||||
|
"7": {},
|
||||||
|
"8": {},
|
||||||
|
"9": {},
|
||||||
|
"10": {},
|
||||||
|
"11": {},
|
||||||
|
"12": {},
|
||||||
|
"13": {},
|
||||||
|
"14": {},
|
||||||
|
"15": {}
|
||||||
|
},
|
||||||
|
"inventory": [{}]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { },
|
||||||
|
"model": "cube_all",
|
||||||
|
"uvlock": true
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"large": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/ShardCluster"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"brick": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/ShardClusterBrick"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { },
|
||||||
|
"model": "cube_all",
|
||||||
|
"uvlock": true
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type=brick1_raw": [
|
||||||
|
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick1"}},
|
||||||
|
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick2"}},
|
||||||
|
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick3"}}
|
||||||
|
],
|
||||||
|
"type=brick1_corrosive": [
|
||||||
|
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick1_c"}},
|
||||||
|
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick2_c"}},
|
||||||
|
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick3_c"}}
|
||||||
|
],
|
||||||
|
"type=brick1_destructive": [
|
||||||
|
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick1_d"}},
|
||||||
|
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick2_d"}},
|
||||||
|
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick3_d"}}
|
||||||
|
],
|
||||||
|
"type=brick1_vengeful": [
|
||||||
|
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick1_v"}},
|
||||||
|
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick2_v"}},
|
||||||
|
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick3_v"}}
|
||||||
|
],
|
||||||
|
"type=brick1_steadfast": [
|
||||||
|
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick1_s"}},
|
||||||
|
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick2_s"}},
|
||||||
|
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick3_s"}}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,88 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { },
|
||||||
|
"model": "cube_all",
|
||||||
|
"uvlock": true
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"smallbrick_raw": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_smallbrick"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"smallbrick_corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_smallbrick_c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"smallbrick_destructive": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_smallbrick_d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"smallbrick_vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_smallbrick_v"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"smallbrick_steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_smallbrick_s"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tile_raw": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_tile"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tile_corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_tile_c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tile_destructive": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_tile_d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tile_vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_tile_v"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tile_steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_tile_s"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tilespecial_raw": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_tilespecial"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tilespecial_corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_tilespecial_c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tilespecial_destructive": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_tilespecial_d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tilespecial_vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_tilespecial_v"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tilespecial_steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_tilespecial_s"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { },
|
||||||
|
"model": "bloodmagic:BlockDemonCrucible.obj",
|
||||||
|
"custom": { "flip-v": true },
|
||||||
|
"transform" : "forge:default-block"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"normal": [{
|
||||||
|
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,146 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { "#crystal" : "bloodmagic:models/DefaultCrystal" },
|
||||||
|
"model": "bloodmagic:crystal/Crystal1.obj",
|
||||||
|
"custom": { "flip-v": true },
|
||||||
|
"transform" : "forge:default-block"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"attached": {
|
||||||
|
"down": {
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"x": 180}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"x": -90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"x": 90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"z": -90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"z": 90}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"age": {
|
||||||
|
"0": {
|
||||||
|
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"submodel": "bloodmagic:crystal/Crystal2.obj"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"submodel": {
|
||||||
|
"crystal2": {"model": "bloodmagic:crystal/Crystal2.obj"},
|
||||||
|
"crystal3": {"model": "bloodmagic:crystal/Crystal3.obj"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"submodel": {
|
||||||
|
"crystal2": {"model": "bloodmagic:crystal/Crystal2.obj"},
|
||||||
|
"crystal3": {"model": "bloodmagic:crystal/Crystal3.obj"},
|
||||||
|
"crystal4": {"model": "bloodmagic:crystal/Crystal4.obj"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"submodel": {
|
||||||
|
"crystal2": {"model": "bloodmagic:crystal/Crystal2.obj"},
|
||||||
|
"crystal3": {"model": "bloodmagic:crystal/Crystal3.obj"},
|
||||||
|
"crystal4": {"model": "bloodmagic:crystal/Crystal4.obj"},
|
||||||
|
"crystal5": {"model": "bloodmagic:crystal/Crystal5.obj"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"submodel": {
|
||||||
|
"crystal2": {"model": "bloodmagic:crystal/Crystal2.obj"},
|
||||||
|
"crystal3": {"model": "bloodmagic:crystal/Crystal3.obj"},
|
||||||
|
"crystal4": {"model": "bloodmagic:crystal/Crystal4.obj"},
|
||||||
|
"crystal5": {"model": "bloodmagic:crystal/Crystal5.obj"},
|
||||||
|
"crystal6": {"model": "bloodmagic:crystal/Crystal6.obj"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"submodel": {
|
||||||
|
"crystal2": {"model": "bloodmagic:crystal/Crystal2.obj"},
|
||||||
|
"crystal3": {"model": "bloodmagic:crystal/Crystal3.obj"},
|
||||||
|
"crystal4": {"model": "bloodmagic:crystal/Crystal4.obj"},
|
||||||
|
"crystal5": {"model": "bloodmagic:crystal/Crystal5.obj"},
|
||||||
|
"crystal6": {"model": "bloodmagic:crystal/Crystal6.obj"},
|
||||||
|
"crystal7": {"model": "bloodmagic:crystal/Crystal7.obj"}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"inventory": [{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { },
|
||||||
|
"model": "bloodmagic:BlockDemonCrystallizer.obj",
|
||||||
|
"custom": { "flip-v": true },
|
||||||
|
"transform" : "forge:default-block"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"normal": [{
|
||||||
|
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,88 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { },
|
||||||
|
"model": "cube_all",
|
||||||
|
"uvlock": true
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"stone_raw": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_stone"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"stone_corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_stone_c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"stone_destructive": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_stone_d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"stone_vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_stone_v"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"stone_steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_stone_s"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"polished_raw": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_polished"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"polished_corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_polished_c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"polished_destructive": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_polished_d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"polished_vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_polished_v"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"polished_steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_polished_s"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"metal_raw": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_metal"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"metal_corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_metal_c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"metal_destructive": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_metal_d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"metal_vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_metal_v"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"metal_steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_metal_s"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1,38 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { },
|
||||||
|
"model": "cube_all",
|
||||||
|
"uvlock": true
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"raw": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_eye"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_eye_c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"destructive": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_eye_d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_eye_v"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/dungeon/dungeon_eye_s"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { },
|
||||||
|
"model": "bloodmagic:BlockDemonPylon.obj",
|
||||||
|
"custom": { "flip-v": true },
|
||||||
|
"transform" : "forge:default-block"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"normal": [{
|
||||||
|
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": {},
|
||||||
|
"uvlock": true
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"meta": {
|
||||||
|
"0": {"model": "bloodmagic:BlockDimensionalPortalNS"},
|
||||||
|
"1": {"model": "bloodmagic:BlockDimensionalPortalEW"}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { },
|
||||||
|
"model": "bloodmagic:BlockIncenseAltar.obj",
|
||||||
|
"custom": { "flip-v": true },
|
||||||
|
"transform" : "forge:default-block"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"normal": [{
|
||||||
|
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,66 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { "#node" : "bloodmagic:models/ModelInputRoutingNode" },
|
||||||
|
"model": "bloodmagic:routing/ModelRoutingNodeCore.obj",
|
||||||
|
"transform" : "forge:default-block",
|
||||||
|
"custom": { "flip-v": true },
|
||||||
|
"uvlock": true
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"north": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj",
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"x": 90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj",
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"x": -90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj",
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"z": 90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj",
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"z": -90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"down": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj"
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj",
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"z": -180}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"inventory": [{
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj"
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,51 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": {
|
||||||
|
"texture": "bloodmagic:models/pillar_mid",
|
||||||
|
"particle": "#texture"
|
||||||
|
},
|
||||||
|
"transform" : "forge:default-block",
|
||||||
|
"model": "bloodmagic:pillar_mid"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"raw": {
|
||||||
|
"textures": {
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"texture": "bloodmagic:models/pillar_mid_c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"texture": "bloodmagic:models/pillar_mid_v"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"destructive": {
|
||||||
|
"textures": {
|
||||||
|
"texture": "bloodmagic:models/pillar_mid_d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"texture": "bloodmagic:models/pillar_mid_s"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"static": {
|
||||||
|
"true": {
|
||||||
|
"model": "builtin/generated"
|
||||||
|
},
|
||||||
|
"false": {
|
||||||
|
"model": "bloodmagic:pillar_mid"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"inventory": [{}]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,72 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": {
|
||||||
|
"texture": "bloodmagic:models/pillar_base",
|
||||||
|
"particle": "#texture"
|
||||||
|
},
|
||||||
|
"transform" : "forge:default-block",
|
||||||
|
"model": "bloodmagic:pillar_bottom"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"raw_bottom": {
|
||||||
|
"textures": {
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"raw_top": {
|
||||||
|
"textures": {
|
||||||
|
|
||||||
|
},
|
||||||
|
"model": "bloodmagic:pillar_top"
|
||||||
|
},
|
||||||
|
"corrosive_bottom": {
|
||||||
|
"textures": {
|
||||||
|
"texture": "bloodmagic:models/pillar_base_c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"corrosive_top": {
|
||||||
|
"textures": {
|
||||||
|
"texture": "bloodmagic:models/pillar_base_c"
|
||||||
|
},
|
||||||
|
"model": "bloodmagic:pillar_top"
|
||||||
|
},
|
||||||
|
"destructive_bottom": {
|
||||||
|
"textures": {
|
||||||
|
"texture": "bloodmagic:models/pillar_base_d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"destructive_top": {
|
||||||
|
"textures": {
|
||||||
|
"texture": "bloodmagic:models/pillar_base_d"
|
||||||
|
},
|
||||||
|
"model": "bloodmagic:pillar_top"
|
||||||
|
},
|
||||||
|
"vengeful_bottom": {
|
||||||
|
"textures": {
|
||||||
|
"texture": "bloodmagic:models/pillar_base_v"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"vengeful_top": {
|
||||||
|
"textures": {
|
||||||
|
"texture": "bloodmagic:models/pillar_base_v"
|
||||||
|
},
|
||||||
|
"model": "bloodmagic:pillar_top"
|
||||||
|
},
|
||||||
|
"steadfast_bottom": {
|
||||||
|
"textures": {
|
||||||
|
"texture": "bloodmagic:models/pillar_base_s"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"steadfast_top": {
|
||||||
|
"textures": {
|
||||||
|
"texture": "bloodmagic:models/pillar_base_s"
|
||||||
|
},
|
||||||
|
"model": "bloodmagic:pillar_top"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,66 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { "#node" : "bloodmagic:models/modelroutingnode" },
|
||||||
|
"model": "bloodmagic:routing/ModelRoutingNodeCore.obj",
|
||||||
|
"transform" : "forge:default-block",
|
||||||
|
"custom": { "flip-v": true },
|
||||||
|
"uvlock": true
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"north": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj",
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"x": 90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj",
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"x": -90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj",
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"z": 90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj",
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"z": -90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"down": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj"
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj",
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"z": -180}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"inventory": [{
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj"
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"variants": {
|
||||||
|
"fluid": {
|
||||||
|
"model": "forge:fluid",
|
||||||
|
"custom": { "fluid": "lifeessence" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,65 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "bloodmagic:routing/ModelMasterRoutingNodeCore.obj",
|
||||||
|
"transform" : "forge:default-block",
|
||||||
|
"custom": { "flip-v": true },
|
||||||
|
"uvlock": true
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"north": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelMasterRoutingNodeBase.obj",
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"x": 90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelMasterRoutingNodeBase.obj",
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"x": -90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelMasterRoutingNodeBase.obj",
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"z": 90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelMasterRoutingNodeBase.obj",
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"z": -90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"down": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelMasterRoutingNodeBase.obj"
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelMasterRoutingNodeBase.obj",
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"z": -180}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"inventory": [{
|
||||||
|
"submodel": "bloodmagic:routing/ModelMasterRoutingNodeBase.obj"
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,38 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { },
|
||||||
|
"model": "cube_all",
|
||||||
|
"uvlock": true
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"nohitbox": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/EtherealOpaqueMimic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"solidopaque": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/SolidOpaqueMimic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"solidclear": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/SolidClearMimic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"solidlight": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/SolidLightMimic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"sentient": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/SentientMimic"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1,66 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { "#node" : "bloodmagic:models/ModelOutputRoutingNode" },
|
||||||
|
"model": "bloodmagic:routing/ModelRoutingNodeCore.obj",
|
||||||
|
"transform" : "forge:default-block",
|
||||||
|
"custom": { "flip-v": true },
|
||||||
|
"uvlock": true
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"north": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj",
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"x": 90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj",
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"x": -90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj",
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"z": 90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj",
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"z": -90}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"down": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj"
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"true": {
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj",
|
||||||
|
"transform": {
|
||||||
|
"rotation": {"z": -180}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"inventory": [{
|
||||||
|
"submodel": "bloodmagic:routing/ModelRoutingNodeBase.obj"
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,53 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { },
|
||||||
|
"model": "cube_all",
|
||||||
|
"uvlock": true
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"wood": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/WoodBrickPath"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"woodtile": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/WoodTilePath"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"stone": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/StoneBrickPath"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"stonetile": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/StoneTilePath"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"wornstone": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/WornStoneBrickPath"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"wornstonetile": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/WornStoneTilePath"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"obsidian": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/ObsidianBrickPath"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"obsidiantile": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/ObsidianTilePath"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"normal": { "model": "bloodmagic:BlockPhantom" }
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,58 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "minecraft:cube",
|
||||||
|
"textures": {
|
||||||
|
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart",
|
||||||
|
"side": "bloodmagic:blocks/dungeon/dungeon_pillar",
|
||||||
|
"particle": "#end"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"axis": {
|
||||||
|
"x": {
|
||||||
|
"model": "bloodmagic:BlockPillarX"
|
||||||
|
},
|
||||||
|
"y": {
|
||||||
|
"model": "minecraft:cube_bottom_top",
|
||||||
|
"textures": {
|
||||||
|
"top": "#end",
|
||||||
|
"bottom": "#end"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"z": {
|
||||||
|
"model": "bloodmagic:BlockPillarZ"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"raw": {
|
||||||
|
|
||||||
|
},
|
||||||
|
"corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_c",
|
||||||
|
"side": "bloodmagic:blocks/dungeon/dungeon_pillar_c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"destructive": {
|
||||||
|
"textures": {
|
||||||
|
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_d",
|
||||||
|
"side": "bloodmagic:blocks/dungeon/dungeon_pillar_d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_v",
|
||||||
|
"side": "bloodmagic:blocks/dungeon/dungeon_pillar_v"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_s",
|
||||||
|
"side": "bloodmagic:blocks/dungeon/dungeon_pillar_s"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"inventory": [{ }]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,58 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "minecraft:cube",
|
||||||
|
"textures": {
|
||||||
|
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart",
|
||||||
|
"side": "bloodmagic:blocks/dungeon/dungeon_pillarspecial",
|
||||||
|
"particle": "#end"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"axis": {
|
||||||
|
"x": {
|
||||||
|
"model": "bloodmagic:BlockPillarX"
|
||||||
|
},
|
||||||
|
"y": {
|
||||||
|
"model": "minecraft:cube_bottom_top",
|
||||||
|
"textures": {
|
||||||
|
"top": "#end",
|
||||||
|
"bottom": "#end"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"z": {
|
||||||
|
"model": "bloodmagic:BlockPillarZ"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"raw": {
|
||||||
|
|
||||||
|
},
|
||||||
|
"corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_c",
|
||||||
|
"side": "bloodmagic:blocks/dungeon/dungeon_pillarspecial_c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"destructive": {
|
||||||
|
"textures": {
|
||||||
|
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_d",
|
||||||
|
"side": "bloodmagic:blocks/dungeon/dungeon_pillarspecial_d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_v",
|
||||||
|
"side": "bloodmagic:blocks/dungeon/dungeon_pillarspecial_v"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_s",
|
||||||
|
"side": "bloodmagic:blocks/dungeon/dungeon_pillarspecial_s"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"inventory": [{ }]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,57 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "minecraft:cube",
|
||||||
|
"textures": {
|
||||||
|
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart",
|
||||||
|
"sideBottom": "bloodmagic:blocks/dungeon/dungeon_pillarbottom",
|
||||||
|
"sideTop": "bloodmagic:blocks/dungeon/dungeon_pillartop",
|
||||||
|
"particle": "#end"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"facing": {
|
||||||
|
"down": {
|
||||||
|
"model": "minecraft:cube_bottom_top",
|
||||||
|
"textures": {
|
||||||
|
"top": "#end",
|
||||||
|
"bottom": "#end",
|
||||||
|
"side": "#sideBottom"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"model": "minecraft:cube_bottom_top",
|
||||||
|
"textures": {
|
||||||
|
"top": "#end",
|
||||||
|
"bottom": "#end",
|
||||||
|
"side": "#sideTop"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"model": "bloodmagic:BlockPillarCapNorth"
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"model": "bloodmagic:BlockPillarCapSouth"
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"model": "bloodmagic:BlockPillarCapWest"
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"model": "bloodmagic:BlockPillarCapEast"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"raw": {
|
||||||
|
|
||||||
|
},
|
||||||
|
"corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_c",
|
||||||
|
"sideBottom": "bloodmagic:blocks/dungeon/dungeon_pillarbottom_c",
|
||||||
|
"sideTop": "bloodmagic:blocks/dungeon/dungeon_pillartop_c"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"inventory": [{ }]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,57 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "minecraft:cube",
|
||||||
|
"textures": {
|
||||||
|
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_d",
|
||||||
|
"sideBottom": "bloodmagic:blocks/dungeon/dungeon_pillarbottom_d",
|
||||||
|
"sideTop": "bloodmagic:blocks/dungeon/dungeon_pillartop_d",
|
||||||
|
"particle": "#end"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"facing": {
|
||||||
|
"down": {
|
||||||
|
"model": "minecraft:cube_bottom_top",
|
||||||
|
"textures": {
|
||||||
|
"top": "#end",
|
||||||
|
"bottom": "#end",
|
||||||
|
"side": "#sideBottom"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"model": "minecraft:cube_bottom_top",
|
||||||
|
"textures": {
|
||||||
|
"top": "#end",
|
||||||
|
"bottom": "#end",
|
||||||
|
"side": "#sideTop"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"model": "bloodmagic:BlockPillarCapNorth"
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"model": "bloodmagic:BlockPillarCapSouth"
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"model": "bloodmagic:BlockPillarCapWest"
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"model": "bloodmagic:BlockPillarCapEast"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"destructive": {
|
||||||
|
|
||||||
|
},
|
||||||
|
"vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_v",
|
||||||
|
"sideBottom": "bloodmagic:blocks/dungeon/dungeon_pillarbottom_v",
|
||||||
|
"sideTop": "bloodmagic:blocks/dungeon/dungeon_pillartop_v"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"inventory": [{ }]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,50 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "minecraft:cube",
|
||||||
|
"textures": {
|
||||||
|
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_s",
|
||||||
|
"sideBottom": "bloodmagic:blocks/dungeon/dungeon_pillarbottom_s",
|
||||||
|
"sideTop": "bloodmagic:blocks/dungeon/dungeon_pillartop_s",
|
||||||
|
"particle": "#end"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"facing": {
|
||||||
|
"down": {
|
||||||
|
"model": "minecraft:cube_bottom_top",
|
||||||
|
"textures": {
|
||||||
|
"top": "#end",
|
||||||
|
"bottom": "#end",
|
||||||
|
"side": "#sideBottom"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"model": "minecraft:cube_bottom_top",
|
||||||
|
"textures": {
|
||||||
|
"top": "#end",
|
||||||
|
"bottom": "#end",
|
||||||
|
"side": "#sideTop"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"model": "bloodmagic:BlockPillarCapNorth"
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"model": "bloodmagic:BlockPillarCapSouth"
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"model": "bloodmagic:BlockPillarCapWest"
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"model": "bloodmagic:BlockPillarCapEast"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"steadfast": {
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"inventory": [{ }]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { },
|
||||||
|
"model": "cube_all",
|
||||||
|
"uvlock": true
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"master": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/MasterRitualStone"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"imperfect": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/ImperfectRitualStone"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,47 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { },
|
||||||
|
"model": "cube_all",
|
||||||
|
"uvlock": true
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"blank": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/RitualStone"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"water": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/WaterRitualStone"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"fire": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/FireRitualStone"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"earth": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/EarthRitualStone"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"air": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/AirRitualStone"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dusk": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/DuskRitualStone"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dawn": {
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/LightRitualStone"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { },
|
||||||
|
"model": "bloodmagic:BlockHellfireForge.obj",
|
||||||
|
"custom": { "flip-v": true },
|
||||||
|
"transform" : "forge:default-block"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"normal": [{
|
||||||
|
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"normal": {
|
||||||
|
"model": "bloodmagic:BlockSpectral",
|
||||||
|
"textures": {
|
||||||
|
"all": "bloodmagic:blocks/SpectralBlock"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,100 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": {
|
||||||
|
"texture1": "bloodmagic:blocks/dungeon/dungeon_pillarheart",
|
||||||
|
"texture2": "bloodmagic:blocks/dungeon/dungeon_pillarheart_c",
|
||||||
|
"all": "#texture1",
|
||||||
|
"bottom": "#all",
|
||||||
|
"top": "#all",
|
||||||
|
"side": "#all",
|
||||||
|
"particle": "#all"
|
||||||
|
},
|
||||||
|
"model": "minecraft:stairs",
|
||||||
|
"transform" : "forge:default-block"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"facing=east,half=bottom,shape=straight,type=raw": { "model": "minecraft:stairs" },
|
||||||
|
"facing=west,half=bottom,shape=straight,type=raw": { "model": "minecraft:stairs", "y": 180, "uvlock": true },
|
||||||
|
"facing=south,half=bottom,shape=straight,type=raw": { "model": "minecraft:stairs", "y": 90, "uvlock": true },
|
||||||
|
"facing=north,half=bottom,shape=straight,type=raw": { "model": "minecraft:stairs", "y": 270, "uvlock": true },
|
||||||
|
"facing=east,half=bottom,shape=outer_right,type=raw": { "model": "minecraft:outer_stairs" },
|
||||||
|
"facing=west,half=bottom,shape=outer_right,type=raw": { "model": "minecraft:outer_stairs", "y": 180, "uvlock": true },
|
||||||
|
"facing=south,half=bottom,shape=outer_right,type=raw": { "model": "minecraft:outer_stairs", "y": 90, "uvlock": true },
|
||||||
|
"facing=north,half=bottom,shape=outer_right,type=raw": { "model": "minecraft:outer_stairs", "y": 270, "uvlock": true },
|
||||||
|
"facing=east,half=bottom,shape=outer_left,type=raw": { "model": "minecraft:outer_stairs", "y": 270, "uvlock": true },
|
||||||
|
"facing=west,half=bottom,shape=outer_left,type=raw": { "model": "minecraft:outer_stairs", "y": 90, "uvlock": true },
|
||||||
|
"facing=south,half=bottom,shape=outer_left,type=raw": { "model": "minecraft:outer_stairs" },
|
||||||
|
"facing=north,half=bottom,shape=outer_left,type=raw": { "model": "minecraft:outer_stairs", "y": 180, "uvlock": true },
|
||||||
|
"facing=east,half=bottom,shape=inner_right,type=raw": { "model": "minecraft:inner_stairs" },
|
||||||
|
"facing=west,half=bottom,shape=inner_right,type=raw": { "model": "minecraft:inner_stairs", "y": 180, "uvlock": true },
|
||||||
|
"facing=south,half=bottom,shape=inner_right,type=raw": { "model": "minecraft:inner_stairs", "y": 90, "uvlock": true },
|
||||||
|
"facing=north,half=bottom,shape=inner_right,type=raw": { "model": "minecraft:inner_stairs", "y": 270, "uvlock": true },
|
||||||
|
"facing=east,half=bottom,shape=inner_left,type=raw": { "model": "minecraft:inner_stairs", "y": 270, "uvlock": true },
|
||||||
|
"facing=west,half=bottom,shape=inner_left,type=raw": { "model": "minecraft:inner_stairs", "y": 90, "uvlock": true },
|
||||||
|
"facing=south,half=bottom,shape=inner_left,type=raw": { "model": "minecraft:inner_stairs" },
|
||||||
|
"facing=north,half=bottom,shape=inner_left,type=raw": { "model": "minecraft:inner_stairs", "y": 180, "uvlock": true },
|
||||||
|
"facing=east,half=top,shape=straight,type=raw": { "model": "minecraft:stairs", "x": 180, "uvlock": true },
|
||||||
|
"facing=west,half=top,shape=straight,type=raw": { "model": "minecraft:stairs", "x": 180, "y": 180, "uvlock": true },
|
||||||
|
"facing=south,half=top,shape=straight,type=raw": { "model": "minecraft:stairs", "x": 180, "y": 90, "uvlock": true },
|
||||||
|
"facing=north,half=top,shape=straight,type=raw": { "model": "minecraft:stairs", "x": 180, "y": 270, "uvlock": true },
|
||||||
|
"facing=east,half=top,shape=outer_right,type=raw": { "model": "minecraft:outer_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||||
|
"facing=west,half=top,shape=outer_right,type=raw": { "model": "minecraft:outer_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||||
|
"facing=south,half=top,shape=outer_right,type=raw": { "model": "minecraft:outer_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||||
|
"facing=north,half=top,shape=outer_right,type=raw": { "model": "minecraft:outer_stairs", "x": 180, "uvlock": true },
|
||||||
|
"facing=east,half=top,shape=outer_left,type=raw": { "model": "minecraft:outer_stairs", "x": 180, "uvlock": true },
|
||||||
|
"facing=west,half=top,shape=outer_left,type=raw": { "model": "minecraft:outer_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||||
|
"facing=south,half=top,shape=outer_left,type=raw": { "model": "minecraft:outer_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||||
|
"facing=north,half=top,shape=outer_left,type=raw": { "model": "minecraft:outer_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||||
|
"facing=east,half=top,shape=inner_right,type=raw": { "model": "minecraft:inner_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||||
|
"facing=west,half=top,shape=inner_right,type=raw": { "model": "minecraft:inner_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||||
|
"facing=south,half=top,shape=inner_right,type=raw": { "model": "minecraft:inner_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||||
|
"facing=north,half=top,shape=inner_right,type=raw": { "model": "minecraft:inner_stairs", "x": 180, "uvlock": true },
|
||||||
|
"facing=east,half=top,shape=inner_left,type=raw": { "model": "minecraft:inner_stairs", "x": 180, "uvlock": true },
|
||||||
|
"facing=west,half=top,shape=inner_left,type=raw": { "model": "minecraft:inner_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||||
|
"facing=south,half=top,shape=inner_left,type=raw": { "model": "minecraft:inner_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||||
|
"facing=north,half=top,shape=inner_left,type=raw": { "model": "minecraft:inner_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||||
|
|
||||||
|
"facing=east,half=bottom,shape=straight,type=corrosive": { "model": "minecraft:stairs", "textures": {"all": "#texture2"} },
|
||||||
|
"facing=west,half=bottom,shape=straight,type=corrosive": { "model": "minecraft:stairs", "y": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=south,half=bottom,shape=straight,type=corrosive": { "model": "minecraft:stairs", "y": 90, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=north,half=bottom,shape=straight,type=corrosive": { "model": "minecraft:stairs", "y": 270, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=east,half=bottom,shape=outer_right,type=corrosive": { "model": "minecraft:outer_stairs", "textures": {"all": "#texture2"} },
|
||||||
|
"facing=west,half=bottom,shape=outer_right,type=corrosive": { "model": "minecraft:outer_stairs", "y": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=south,half=bottom,shape=outer_right,type=corrosive": { "model": "minecraft:outer_stairs", "y": 90, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=north,half=bottom,shape=outer_right,type=corrosive": { "model": "minecraft:outer_stairs", "y": 270, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=east,half=bottom,shape=outer_left,type=corrosive": { "model": "minecraft:outer_stairs", "y": 270, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=west,half=bottom,shape=outer_left,type=corrosive": { "model": "minecraft:outer_stairs", "y": 90, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=south,half=bottom,shape=outer_left,type=corrosive": { "model": "minecraft:outer_stairs", "textures": {"all": "#texture2"} },
|
||||||
|
"facing=north,half=bottom,shape=outer_left,type=corrosive": { "model": "minecraft:outer_stairs", "y": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=east,half=bottom,shape=inner_right,type=corrosive": { "model": "minecraft:inner_stairs", "textures": {"all": "#texture2"} },
|
||||||
|
"facing=west,half=bottom,shape=inner_right,type=corrosive": { "model": "minecraft:inner_stairs", "y": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=south,half=bottom,shape=inner_right,type=corrosive": { "model": "minecraft:inner_stairs", "y": 90, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=north,half=bottom,shape=inner_right,type=corrosive": { "model": "minecraft:inner_stairs", "y": 270, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=east,half=bottom,shape=inner_left,type=corrosive": { "model": "minecraft:inner_stairs", "y": 270, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=west,half=bottom,shape=inner_left,type=corrosive": { "model": "minecraft:inner_stairs", "y": 90, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=south,half=bottom,shape=inner_left,type=corrosive": { "model": "minecraft:inner_stairs", "textures": {"all": "#texture2"} },
|
||||||
|
"facing=north,half=bottom,shape=inner_left,type=corrosive": { "model": "minecraft:inner_stairs", "y": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=east,half=top,shape=straight,type=corrosive": { "model": "minecraft:stairs", "x": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=west,half=top,shape=straight,type=corrosive": { "model": "minecraft:stairs", "x": 180, "y": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=south,half=top,shape=straight,type=corrosive": { "model": "minecraft:stairs", "x": 180, "y": 90, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=north,half=top,shape=straight,type=corrosive": { "model": "minecraft:stairs", "x": 180, "y": 270, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=east,half=top,shape=outer_right,type=corrosive": { "model": "minecraft:outer_stairs", "x": 180, "y": 90, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=west,half=top,shape=outer_right,type=corrosive": { "model": "minecraft:outer_stairs", "x": 180, "y": 270, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=south,half=top,shape=outer_right,type=corrosive": { "model": "minecraft:outer_stairs", "x": 180, "y": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=north,half=top,shape=outer_right,type=corrosive": { "model": "minecraft:outer_stairs", "x": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=east,half=top,shape=outer_left,type=corrosive": { "model": "minecraft:outer_stairs", "x": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=west,half=top,shape=outer_left,type=corrosive": { "model": "minecraft:outer_stairs", "x": 180, "y": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=south,half=top,shape=outer_left,type=corrosive": { "model": "minecraft:outer_stairs", "x": 180, "y": 90, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=north,half=top,shape=outer_left,type=corrosive": { "model": "minecraft:outer_stairs", "x": 180, "y": 270, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=east,half=top,shape=inner_right,type=corrosive": { "model": "minecraft:inner_stairs", "x": 180, "y": 90, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=west,half=top,shape=inner_right,type=corrosive": { "model": "minecraft:inner_stairs", "x": 180, "y": 270, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=south,half=top,shape=inner_right,type=corrosive": { "model": "minecraft:inner_stairs", "x": 180, "y": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=north,half=top,shape=inner_right,type=corrosive": { "model": "minecraft:inner_stairs", "x": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=east,half=top,shape=inner_left,type=corrosive": { "model": "minecraft:inner_stairs", "x": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=west,half=top,shape=inner_left,type=corrosive": { "model": "minecraft:inner_stairs", "x": 180, "y": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=south,half=top,shape=inner_left,type=corrosive": { "model": "minecraft:inner_stairs", "x": 180, "y": 90, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=north,half=top,shape=inner_left,type=corrosive": { "model": "minecraft:inner_stairs", "x": 180, "y": 270, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"inventory": [{}]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,100 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": {
|
||||||
|
"texture1": "bloodmagic:blocks/dungeon/dungeon_pillarheart_d",
|
||||||
|
"texture2": "bloodmagic:blocks/dungeon/dungeon_pillarheart_v",
|
||||||
|
"all": "#texture1",
|
||||||
|
"bottom": "#all",
|
||||||
|
"top": "#all",
|
||||||
|
"side": "#all",
|
||||||
|
"particle": "#all"
|
||||||
|
},
|
||||||
|
"model": "minecraft:stairs",
|
||||||
|
"transform" : "forge:default-block"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"facing=east,half=bottom,shape=straight,type=destructive": { "model": "minecraft:stairs" },
|
||||||
|
"facing=west,half=bottom,shape=straight,type=destructive": { "model": "minecraft:stairs", "y": 180, "uvlock": true },
|
||||||
|
"facing=south,half=bottom,shape=straight,type=destructive": { "model": "minecraft:stairs", "y": 90, "uvlock": true },
|
||||||
|
"facing=north,half=bottom,shape=straight,type=destructive": { "model": "minecraft:stairs", "y": 270, "uvlock": true },
|
||||||
|
"facing=east,half=bottom,shape=outer_right,type=destructive": { "model": "minecraft:outer_stairs" },
|
||||||
|
"facing=west,half=bottom,shape=outer_right,type=destructive": { "model": "minecraft:outer_stairs", "y": 180, "uvlock": true },
|
||||||
|
"facing=south,half=bottom,shape=outer_right,type=destructive": { "model": "minecraft:outer_stairs", "y": 90, "uvlock": true },
|
||||||
|
"facing=north,half=bottom,shape=outer_right,type=destructive": { "model": "minecraft:outer_stairs", "y": 270, "uvlock": true },
|
||||||
|
"facing=east,half=bottom,shape=outer_left,type=destructive": { "model": "minecraft:outer_stairs", "y": 270, "uvlock": true },
|
||||||
|
"facing=west,half=bottom,shape=outer_left,type=destructive": { "model": "minecraft:outer_stairs", "y": 90, "uvlock": true },
|
||||||
|
"facing=south,half=bottom,shape=outer_left,type=destructive": { "model": "minecraft:outer_stairs" },
|
||||||
|
"facing=north,half=bottom,shape=outer_left,type=destructive": { "model": "minecraft:outer_stairs", "y": 180, "uvlock": true },
|
||||||
|
"facing=east,half=bottom,shape=inner_right,type=destructive": { "model": "minecraft:inner_stairs" },
|
||||||
|
"facing=west,half=bottom,shape=inner_right,type=destructive": { "model": "minecraft:inner_stairs", "y": 180, "uvlock": true },
|
||||||
|
"facing=south,half=bottom,shape=inner_right,type=destructive": { "model": "minecraft:inner_stairs", "y": 90, "uvlock": true },
|
||||||
|
"facing=north,half=bottom,shape=inner_right,type=destructive": { "model": "minecraft:inner_stairs", "y": 270, "uvlock": true },
|
||||||
|
"facing=east,half=bottom,shape=inner_left,type=destructive": { "model": "minecraft:inner_stairs", "y": 270, "uvlock": true },
|
||||||
|
"facing=west,half=bottom,shape=inner_left,type=destructive": { "model": "minecraft:inner_stairs", "y": 90, "uvlock": true },
|
||||||
|
"facing=south,half=bottom,shape=inner_left,type=destructive": { "model": "minecraft:inner_stairs" },
|
||||||
|
"facing=north,half=bottom,shape=inner_left,type=destructive": { "model": "minecraft:inner_stairs", "y": 180, "uvlock": true },
|
||||||
|
"facing=east,half=top,shape=straight,type=destructive": { "model": "minecraft:stairs", "x": 180, "uvlock": true },
|
||||||
|
"facing=west,half=top,shape=straight,type=destructive": { "model": "minecraft:stairs", "x": 180, "y": 180, "uvlock": true },
|
||||||
|
"facing=south,half=top,shape=straight,type=destructive": { "model": "minecraft:stairs", "x": 180, "y": 90, "uvlock": true },
|
||||||
|
"facing=north,half=top,shape=straight,type=destructive": { "model": "minecraft:stairs", "x": 180, "y": 270, "uvlock": true },
|
||||||
|
"facing=east,half=top,shape=outer_right,type=destructive": { "model": "minecraft:outer_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||||
|
"facing=west,half=top,shape=outer_right,type=destructive": { "model": "minecraft:outer_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||||
|
"facing=south,half=top,shape=outer_right,type=destructive": { "model": "minecraft:outer_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||||
|
"facing=north,half=top,shape=outer_right,type=destructive": { "model": "minecraft:outer_stairs", "x": 180, "uvlock": true },
|
||||||
|
"facing=east,half=top,shape=outer_left,type=destructive": { "model": "minecraft:outer_stairs", "x": 180, "uvlock": true },
|
||||||
|
"facing=west,half=top,shape=outer_left,type=destructive": { "model": "minecraft:outer_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||||
|
"facing=south,half=top,shape=outer_left,type=destructive": { "model": "minecraft:outer_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||||
|
"facing=north,half=top,shape=outer_left,type=destructive": { "model": "minecraft:outer_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||||
|
"facing=east,half=top,shape=inner_right,type=destructive": { "model": "minecraft:inner_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||||
|
"facing=west,half=top,shape=inner_right,type=destructive": { "model": "minecraft:inner_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||||
|
"facing=south,half=top,shape=inner_right,type=destructive": { "model": "minecraft:inner_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||||
|
"facing=north,half=top,shape=inner_right,type=destructive": { "model": "minecraft:inner_stairs", "x": 180, "uvlock": true },
|
||||||
|
"facing=east,half=top,shape=inner_left,type=destructive": { "model": "minecraft:inner_stairs", "x": 180, "uvlock": true },
|
||||||
|
"facing=west,half=top,shape=inner_left,type=destructive": { "model": "minecraft:inner_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||||
|
"facing=south,half=top,shape=inner_left,type=destructive": { "model": "minecraft:inner_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||||
|
"facing=north,half=top,shape=inner_left,type=destructive": { "model": "minecraft:inner_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||||
|
|
||||||
|
"facing=east,half=bottom,shape=straight,type=vengeful": { "model": "minecraft:stairs", "textures": {"all": "#texture2"} },
|
||||||
|
"facing=west,half=bottom,shape=straight,type=vengeful": { "model": "minecraft:stairs", "y": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=south,half=bottom,shape=straight,type=vengeful": { "model": "minecraft:stairs", "y": 90, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=north,half=bottom,shape=straight,type=vengeful": { "model": "minecraft:stairs", "y": 270, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=east,half=bottom,shape=outer_right,type=vengeful": { "model": "minecraft:outer_stairs", "textures": {"all": "#texture2"} },
|
||||||
|
"facing=west,half=bottom,shape=outer_right,type=vengeful": { "model": "minecraft:outer_stairs", "y": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=south,half=bottom,shape=outer_right,type=vengeful": { "model": "minecraft:outer_stairs", "y": 90, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=north,half=bottom,shape=outer_right,type=vengeful": { "model": "minecraft:outer_stairs", "y": 270, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=east,half=bottom,shape=outer_left,type=vengeful": { "model": "minecraft:outer_stairs", "y": 270, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=west,half=bottom,shape=outer_left,type=vengeful": { "model": "minecraft:outer_stairs", "y": 90, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=south,half=bottom,shape=outer_left,type=vengeful": { "model": "minecraft:outer_stairs", "textures": {"all": "#texture2"} },
|
||||||
|
"facing=north,half=bottom,shape=outer_left,type=vengeful": { "model": "minecraft:outer_stairs", "y": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=east,half=bottom,shape=inner_right,type=vengeful": { "model": "minecraft:inner_stairs", "textures": {"all": "#texture2"} },
|
||||||
|
"facing=west,half=bottom,shape=inner_right,type=vengeful": { "model": "minecraft:inner_stairs", "y": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=south,half=bottom,shape=inner_right,type=vengeful": { "model": "minecraft:inner_stairs", "y": 90, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=north,half=bottom,shape=inner_right,type=vengeful": { "model": "minecraft:inner_stairs", "y": 270, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=east,half=bottom,shape=inner_left,type=vengeful": { "model": "minecraft:inner_stairs", "y": 270, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=west,half=bottom,shape=inner_left,type=vengeful": { "model": "minecraft:inner_stairs", "y": 90, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=south,half=bottom,shape=inner_left,type=vengeful": { "model": "minecraft:inner_stairs", "textures": {"all": "#texture2"} },
|
||||||
|
"facing=north,half=bottom,shape=inner_left,type=vengeful": { "model": "minecraft:inner_stairs", "y": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=east,half=top,shape=straight,type=vengeful": { "model": "minecraft:stairs", "x": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=west,half=top,shape=straight,type=vengeful": { "model": "minecraft:stairs", "x": 180, "y": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=south,half=top,shape=straight,type=vengeful": { "model": "minecraft:stairs", "x": 180, "y": 90, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=north,half=top,shape=straight,type=vengeful": { "model": "minecraft:stairs", "x": 180, "y": 270, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=east,half=top,shape=outer_right,type=vengeful": { "model": "minecraft:outer_stairs", "x": 180, "y": 90, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=west,half=top,shape=outer_right,type=vengeful": { "model": "minecraft:outer_stairs", "x": 180, "y": 270, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=south,half=top,shape=outer_right,type=vengeful": { "model": "minecraft:outer_stairs", "x": 180, "y": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=north,half=top,shape=outer_right,type=vengeful": { "model": "minecraft:outer_stairs", "x": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=east,half=top,shape=outer_left,type=vengeful": { "model": "minecraft:outer_stairs", "x": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=west,half=top,shape=outer_left,type=vengeful": { "model": "minecraft:outer_stairs", "x": 180, "y": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=south,half=top,shape=outer_left,type=vengeful": { "model": "minecraft:outer_stairs", "x": 180, "y": 90, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=north,half=top,shape=outer_left,type=vengeful": { "model": "minecraft:outer_stairs", "x": 180, "y": 270, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=east,half=top,shape=inner_right,type=vengeful": { "model": "minecraft:inner_stairs", "x": 180, "y": 90, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=west,half=top,shape=inner_right,type=vengeful": { "model": "minecraft:inner_stairs", "x": 180, "y": 270, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=south,half=top,shape=inner_right,type=vengeful": { "model": "minecraft:inner_stairs", "x": 180, "y": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=north,half=top,shape=inner_right,type=vengeful": { "model": "minecraft:inner_stairs", "x": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=east,half=top,shape=inner_left,type=vengeful": { "model": "minecraft:inner_stairs", "x": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=west,half=top,shape=inner_left,type=vengeful": { "model": "minecraft:inner_stairs", "x": 180, "y": 180, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=south,half=top,shape=inner_left,type=vengeful": { "model": "minecraft:inner_stairs", "x": 180, "y": 90, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"facing=north,half=top,shape=inner_left,type=vengeful": { "model": "minecraft:inner_stairs", "x": 180, "y": 270, "uvlock": true, "textures": {"all": "#texture2"} },
|
||||||
|
"inventory": [{}]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,59 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": {
|
||||||
|
"texture1": "bloodmagic:blocks/dungeon/dungeon_pillarheart_s",
|
||||||
|
"texture2": "bloodmagic:blocks/dungeon/dungeon_pillarheart_c",
|
||||||
|
"all": "#texture1",
|
||||||
|
"bottom": "#all",
|
||||||
|
"top": "#all",
|
||||||
|
"side": "#all",
|
||||||
|
"particle": "#all"
|
||||||
|
},
|
||||||
|
"model": "minecraft:stairs",
|
||||||
|
"transform" : "forge:default-block"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"facing=east,half=bottom,shape=straight,type=steadfast": { "model": "minecraft:stairs" },
|
||||||
|
"facing=west,half=bottom,shape=straight,type=steadfast": { "model": "minecraft:stairs", "y": 180, "uvlock": true },
|
||||||
|
"facing=south,half=bottom,shape=straight,type=steadfast": { "model": "minecraft:stairs", "y": 90, "uvlock": true },
|
||||||
|
"facing=north,half=bottom,shape=straight,type=steadfast": { "model": "minecraft:stairs", "y": 270, "uvlock": true },
|
||||||
|
"facing=east,half=bottom,shape=outer_right,type=steadfast": { "model": "minecraft:outer_stairs" },
|
||||||
|
"facing=west,half=bottom,shape=outer_right,type=steadfast": { "model": "minecraft:outer_stairs", "y": 180, "uvlock": true },
|
||||||
|
"facing=south,half=bottom,shape=outer_right,type=steadfast": { "model": "minecraft:outer_stairs", "y": 90, "uvlock": true },
|
||||||
|
"facing=north,half=bottom,shape=outer_right,type=steadfast": { "model": "minecraft:outer_stairs", "y": 270, "uvlock": true },
|
||||||
|
"facing=east,half=bottom,shape=outer_left,type=steadfast": { "model": "minecraft:outer_stairs", "y": 270, "uvlock": true },
|
||||||
|
"facing=west,half=bottom,shape=outer_left,type=steadfast": { "model": "minecraft:outer_stairs", "y": 90, "uvlock": true },
|
||||||
|
"facing=south,half=bottom,shape=outer_left,type=steadfast": { "model": "minecraft:outer_stairs" },
|
||||||
|
"facing=north,half=bottom,shape=outer_left,type=steadfast": { "model": "minecraft:outer_stairs", "y": 180, "uvlock": true },
|
||||||
|
"facing=east,half=bottom,shape=inner_right,type=steadfast": { "model": "minecraft:inner_stairs" },
|
||||||
|
"facing=west,half=bottom,shape=inner_right,type=steadfast": { "model": "minecraft:inner_stairs", "y": 180, "uvlock": true },
|
||||||
|
"facing=south,half=bottom,shape=inner_right,type=steadfast": { "model": "minecraft:inner_stairs", "y": 90, "uvlock": true },
|
||||||
|
"facing=north,half=bottom,shape=inner_right,type=steadfast": { "model": "minecraft:inner_stairs", "y": 270, "uvlock": true },
|
||||||
|
"facing=east,half=bottom,shape=inner_left,type=steadfast": { "model": "minecraft:inner_stairs", "y": 270, "uvlock": true },
|
||||||
|
"facing=west,half=bottom,shape=inner_left,type=steadfast": { "model": "minecraft:inner_stairs", "y": 90, "uvlock": true },
|
||||||
|
"facing=south,half=bottom,shape=inner_left,type=steadfast": { "model": "minecraft:inner_stairs" },
|
||||||
|
"facing=north,half=bottom,shape=inner_left,type=steadfast": { "model": "minecraft:inner_stairs", "y": 180, "uvlock": true },
|
||||||
|
"facing=east,half=top,shape=straight,type=steadfast": { "model": "minecraft:stairs", "x": 180, "uvlock": true },
|
||||||
|
"facing=west,half=top,shape=straight,type=steadfast": { "model": "minecraft:stairs", "x": 180, "y": 180, "uvlock": true },
|
||||||
|
"facing=south,half=top,shape=straight,type=steadfast": { "model": "minecraft:stairs", "x": 180, "y": 90, "uvlock": true },
|
||||||
|
"facing=north,half=top,shape=straight,type=steadfast": { "model": "minecraft:stairs", "x": 180, "y": 270, "uvlock": true },
|
||||||
|
"facing=east,half=top,shape=outer_right,type=steadfast": { "model": "minecraft:outer_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||||
|
"facing=west,half=top,shape=outer_right,type=steadfast": { "model": "minecraft:outer_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||||
|
"facing=south,half=top,shape=outer_right,type=steadfast": { "model": "minecraft:outer_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||||
|
"facing=north,half=top,shape=outer_right,type=steadfast": { "model": "minecraft:outer_stairs", "x": 180, "uvlock": true },
|
||||||
|
"facing=east,half=top,shape=outer_left,type=steadfast": { "model": "minecraft:outer_stairs", "x": 180, "uvlock": true },
|
||||||
|
"facing=west,half=top,shape=outer_left,type=steadfast": { "model": "minecraft:outer_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||||
|
"facing=south,half=top,shape=outer_left,type=steadfast": { "model": "minecraft:outer_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||||
|
"facing=north,half=top,shape=outer_left,type=steadfast": { "model": "minecraft:outer_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||||
|
"facing=east,half=top,shape=inner_right,type=steadfast": { "model": "minecraft:inner_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||||
|
"facing=west,half=top,shape=inner_right,type=steadfast": { "model": "minecraft:inner_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||||
|
"facing=south,half=top,shape=inner_right,type=steadfast": { "model": "minecraft:inner_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||||
|
"facing=north,half=top,shape=inner_right,type=steadfast": { "model": "minecraft:inner_stairs", "x": 180, "uvlock": true },
|
||||||
|
"facing=east,half=top,shape=inner_left,type=steadfast": { "model": "minecraft:inner_stairs", "x": 180, "uvlock": true },
|
||||||
|
"facing=west,half=top,shape=inner_left,type=steadfast": { "model": "minecraft:inner_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||||
|
"facing=south,half=top,shape=inner_left,type=steadfast": { "model": "minecraft:inner_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||||
|
"facing=north,half=top,shape=inner_left,type=steadfast": { "model": "minecraft:inner_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||||
|
"inventory": [{}]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": { },
|
||||||
|
"model": "orientable"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"normal": [{
|
||||||
|
"textures": {
|
||||||
|
"top": "bloodmagic:blocks/Teleposer_Top",
|
||||||
|
"side": "bloodmagic:blocks/Teleposer_Side",
|
||||||
|
"front": "bloodmagic:blocks/Teleposer_Side",
|
||||||
|
"bottom": "bloodmagic:blocks/Teleposer_Side"
|
||||||
|
}
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "bloodmagic:sub/BlockSpellModifierCore",
|
||||||
|
"textures": {
|
||||||
|
"model": "bloodmagic:models/SpellModifierDefault"
|
||||||
|
},
|
||||||
|
|
||||||
|
"uvlock": false
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"input": {
|
||||||
|
"up": {"submodel": "bloodmagic:sub/BlockSpellModifierInput", "x": 90},
|
||||||
|
"down": {"submodel": "bloodmagic:sub/BlockSpellModifierInput", "x": -90},
|
||||||
|
"east": {"submodel": "bloodmagic:sub/BlockSpellModifierInput", "y": -90},
|
||||||
|
"west": {"submodel": "bloodmagic:sub/BlockSpellModifierInput", "y": 90},
|
||||||
|
"north": {"submodel": "bloodmagic:sub/BlockSpellModifierInput", "y": 180},
|
||||||
|
"south": {"submodel": "bloodmagic:sub/BlockSpellModifierInput"}
|
||||||
|
},
|
||||||
|
"output": {
|
||||||
|
"up": {"submodel": "bloodmagic:sub/BlockSpellModifierOutput", "transform": {"rotation": {"z": 90}} },
|
||||||
|
"down": {"submodel": "bloodmagic:sub/BlockSpellModifierOutput", "transform": {"rotation": {"z": -90}} },
|
||||||
|
"west": {"submodel": "bloodmagic:sub/BlockSpellModifierOutput", "y": 180},
|
||||||
|
"east": {"submodel": "bloodmagic:sub/BlockSpellModifierOutput"},
|
||||||
|
"north": {"submodel": "bloodmagic:sub/BlockSpellModifierOutput", "y": -90},
|
||||||
|
"south": {"submodel": "bloodmagic:sub/BlockSpellModifierOutput", "y": 90}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
109
src/main/resources/assets/bloodmagic/blockstates/blockwall1.json
Normal file
109
src/main/resources/assets/bloodmagic/blockstates/blockwall1.json
Normal file
|
@ -0,0 +1,109 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"textures": {
|
||||||
|
"wall": "bloodmagic:blocks/dungeon/dungeon_pillarheart",
|
||||||
|
"particle": "#wall"
|
||||||
|
},
|
||||||
|
"model": "bloodmagic:BlockBlank",
|
||||||
|
"transform" : "forge:default-block"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"up": {
|
||||||
|
"true": {"submodel": "minecraft:wall_post"},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"true": {"submodel": "minecraft:wall_side", "uvlock": true},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"true": {"submodel": "minecraft:wall_side", "uvlock": true, "y": 180},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"true": {"submodel": "minecraft:wall_side", "uvlock": true, "y": 90},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"true": {"submodel": "minecraft:wall_side", "uvlock": true, "y": 270},
|
||||||
|
"false": {}
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"brick_raw": {
|
||||||
|
"textures": {
|
||||||
|
"wall": "bloodmagic:blocks/dungeon/dungeon_brick3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"brick_corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"wall": "bloodmagic:blocks/dungeon/dungeon_brick3_c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"brick_destructive": {
|
||||||
|
"textures": {
|
||||||
|
"wall": "bloodmagic:blocks/dungeon/dungeon_brick3_d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"brick_vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"wall": "bloodmagic:blocks/dungeon/dungeon_brick3_v"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"brick_steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"wall": "bloodmagic:blocks/dungeon/dungeon_brick3_s"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"smallbrick_raw": {
|
||||||
|
"textures": {
|
||||||
|
"wall": "bloodmagic:blocks/dungeon/dungeon_smallbrick"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"smallbrick_corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"wall": "bloodmagic:blocks/dungeon/dungeon_smallbrick_c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"smallbrick_destructive": {
|
||||||
|
"textures": {
|
||||||
|
"wall": "bloodmagic:blocks/dungeon/dungeon_smallbrick_d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"smallbrick_vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"wall": "bloodmagic:blocks/dungeon/dungeon_smallbrick_v"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"smallbrick_steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"wall": "bloodmagic:blocks/dungeon/dungeon_smallbrick_s"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"large_raw": {
|
||||||
|
|
||||||
|
},
|
||||||
|
"large_corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"wall": "bloodmagic:blocks/dungeon/dungeon_pillarheart_c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"large_destructive": {
|
||||||
|
"textures": {
|
||||||
|
"wall": "bloodmagic:blocks/dungeon/dungeon_pillarheart_d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"large_vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"wall": "bloodmagic:blocks/dungeon/dungeon_pillarheart_v"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"large_steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"wall": "bloodmagic:blocks/dungeon/dungeon_pillarheart_s"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"inventory": [{}]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"weak": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/activationCrystalWeak"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"demonic": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/activationCrystalAwakened"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"creative": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/activationCrystalCreative"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"altarmaker": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/AltarMaker"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"arcaneashes": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ArcaneAshes"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,39 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"weak": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/WeakBloodShard"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"demonic": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/DemonBloodShard"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-tool"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"active": {
|
||||||
|
"true": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/BoundAxe_activated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/Item_deactivated"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-tool"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"active": {
|
||||||
|
"true": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/BoundPickaxe_activated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/Item_deactivated"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-tool"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"active": {
|
||||||
|
"true": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/BoundShovel_activated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/Item_deactivated"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-tool"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"active": {
|
||||||
|
"true": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/BoundSword_activated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"false": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/Item_deactivated"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,176 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"reagentwater": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentWater"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagentlava": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentLava"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagentair": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentAir"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagentfastminer": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentFastMiner"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagentvoid": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentVoid"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagentgrowth": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentGrowth"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagentaffinity": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentAffinity"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagentsight": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentSight"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagentbinding": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentBinding"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagentsuppression": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentSuppression"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"frameparts": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ComponentFrameParts"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagentbloodlight": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentBloodLight"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagentmagnetism": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentMagnetism"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagenthaste": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentHaste"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagentcompression": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentCompression"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagentbridge": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentBridge"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagentseverance": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentSeverance"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagentteleposition": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentTeleposition"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagenttransposition": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentTransposition"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ironsand": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/IronSand"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"goldsand": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/GoldSand"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"coalsand": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/CoalSand"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"plantoil": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/PlantOil"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"sulfur": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/Sulfur"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"saltpeter": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/Saltpeter"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"neurotoxin": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/NeuroToxin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"antiseptic": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/Antiseptic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagentholding": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentHolding"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"mundanelength": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/MundaneLengtheningCatalyst"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"mundanepower": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/MundanePowerCatalyst"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagentclaw": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentClaw"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagentbounce": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentBounce"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reagentfrost": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ReagentFrost"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"basiccuttingfluid": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/BasicCuttingFluid"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"explosive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ExplosivePowder"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"normal": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/DaggerOfSacrifice"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"crystaldefault": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/DefaultCrystal"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"crystalcorrosive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/CorrosiveCrystal"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"crystalvengeful": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/VengefulCrystal"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"crystaldestructive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/DestructiveCrystal"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"crystalsteadfast": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SteadfastCrystal"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"willgauge": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/DemonWillGauge"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"experiencetome": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ExperienceBook"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,41 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"water": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/WaterScribeTool"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"fire": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/FireScribeTool"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"earth": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/EarthScribeTool"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"air": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/AirScribeTool"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dusk": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/DuskScribeTool"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dawn": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/DawnScribeTool"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"normal": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/LavaCrystal"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"armour": {
|
||||||
|
"head": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/LivingHelmet"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"body": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/LivingPlate"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"leg": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/LivingLeggings"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"feet": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/LivingBoots"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"draftangelus": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/Coagulant"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"base": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/BaseMonsterSoul"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/BaseMonsterSoul_corrosive"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"destructive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/BaseMonsterSoul_destructive"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/BaseMonsterSoul_vengeful"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/BaseMonsterSoul_steadfast"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"normal": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/NodeRouter"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"normal": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/BloodPack"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"normal": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/BloodPack"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"normal": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/PotionFlask_underlay",
|
||||||
|
"layer1": "bloodmagic:items/PotionFlask_outline",
|
||||||
|
"layer2": "bloodmagic:items/PotionFlask_overlay"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"basic": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/RitualDiviner"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dusk": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/RitualDiviner"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dawn": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/RitualDiviner"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"normal": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/RitualTinkerer"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"exact": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ItemRouterFilterExact"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignorenbt": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ItemRouterFilterIgnoreNBT"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"moditems": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ItemRouterFilterModItems"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"oredict": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ItemRouterFilterOreDict"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"normal": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SacrificialDagger"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"creative": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SacrificialDagger"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ceremonial": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/CeremonialDagger"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"normal": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SanguineBook"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,111 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"armour": {
|
||||||
|
"head_default": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientHelmet"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"body_default": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientPlate"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"leg_default": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientLeggings"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"feet_default": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientBoots"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"head_corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientHelmet_corrosive"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"body_corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientPlate_corrosive"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"leg_corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientLeggings_corrosive"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"feet_corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientBoots_corrosive"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"head_vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientHelmet_vengeful"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"body_vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientPlate_vengeful"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"leg_vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientLeggings_vengeful"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"feet_vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientBoots_vengeful"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"head_destructive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientHelmet_destructive"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"body_destructive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientPlate_destructive"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"leg_destructive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientLeggings_destructive"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"feet_destructive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientBoots_destructive"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"head_steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientHelmet_steadfast"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"body_steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientPlate_steadfast"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"leg_steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientLeggings_steadfast"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"feet_steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientBoots_steadfast"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"activated": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientArmourGem_activated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"deactivated": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientArmourGem_deactivated"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-tool"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"default": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SoulAxe"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SoulAxe_corrosive"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"destructive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SoulAxe_destructive"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SoulAxe_vengeful"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SoulAxe_steadfast"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,34 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-tool"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"default": {
|
||||||
|
"model": "bloodmagic:item/ItemSentientBow"
|
||||||
|
},
|
||||||
|
"corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientBow_corrosive"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"destructive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientBow_destructive"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientBow_vengeful"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SentientBow_steadfast"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-tool"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"default": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SoulPickaxe"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SoulPickaxe_corrosive"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"destructive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SoulPickaxe_destructive"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SoulPickaxe_vengeful"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SoulPickaxe_steadfast"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-tool"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"default": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SoulShovel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SoulShovel_corrosive"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"destructive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SoulShovel_destructive"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SoulShovel_vengeful"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SoulShovel_steadfast"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-tool"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"default": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SoulSword_activated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"corrosive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SoulSword_corrosive_activated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"destructive": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SoulSword_destructive_activated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"vengeful": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SoulSword_vengeful_activated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"steadfast": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SoulSword_steadfast_activated"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"normal": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/AirSigil"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"normal": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/BloodLightSigil"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"active": {
|
||||||
|
"false": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/BounceSigil_deactivated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"true": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/BounceSigil_activated"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"active": {
|
||||||
|
"false": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ClawSigil_deactivated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"true": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ClawSigil_activated"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"active": {
|
||||||
|
"false": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/CompressionSigil_deactivated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"true": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/CompressionSigil_activated"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"normal": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/DivinationSigil"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"active": {
|
||||||
|
"false": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ElementalSigil_deactivated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"true": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/ElementalSigil_activated"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"active": {
|
||||||
|
"false": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SigilOfSeverance_deactivated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"true": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SigilOfSeverance_activated"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"active": {
|
||||||
|
"false": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/MiningSigil_deactivated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"true": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/MiningSigil_activated"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"active": {
|
||||||
|
"false": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/IceSigil_deactivated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"true": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/IceSigil_activated"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"active": {
|
||||||
|
"false": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/GrowthSigil_deactivated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"true": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/GrowthSigil_activated"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"active": {
|
||||||
|
"false": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/HasteSigil_deactivated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"true": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/HasteSigil_activated"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"normal": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SigilOfHolding"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"color": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SigilOfHolding",
|
||||||
|
"layer1": "bloodmagic:items/SigilOverlay"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"normal": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/LavaSigil"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"active": {
|
||||||
|
"false": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SigilOfMagnetism_deactivated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"true": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SigilOfMagnetism_activated"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"active": {
|
||||||
|
"false": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/BridgeSigil_deactivated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"true": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/BridgeSigil_activated"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"normal": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SeerSigil"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"active": {
|
||||||
|
"false": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SigilOfSuppression_deactivated"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"true": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/SigilOfSuppression_activated"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1,
|
||||||
|
"defaults": {
|
||||||
|
"model": "builtin/generated",
|
||||||
|
"transform": "forge:default-item"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": {
|
||||||
|
"normal": {
|
||||||
|
"textures": {
|
||||||
|
"layer0": "bloodmagic:items/TelepositionSigil"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue