Added a couple new Anointments
This includes Holy Water and Hidden Knowledge. Also fixed the JEI compat for the Alchemy Table so that hovering over the arrow shows the requirements.
This commit is contained in:
parent
4593f1f030
commit
68f917cb5b
32 changed files with 742 additions and 453 deletions
|
@ -2,8 +2,8 @@
|
|||
"multipart": [
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal1",
|
||||
|
@ -12,8 +12,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal1"
|
||||
|
@ -21,8 +21,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal1",
|
||||
|
@ -31,8 +31,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal1",
|
||||
|
@ -41,8 +41,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal1",
|
||||
|
@ -52,8 +52,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal1",
|
||||
|
@ -63,8 +63,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal2",
|
||||
|
@ -73,8 +73,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal2"
|
||||
|
@ -82,8 +82,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal2",
|
||||
|
@ -92,8 +92,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal2",
|
||||
|
@ -102,8 +102,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal2",
|
||||
|
@ -113,8 +113,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal2",
|
||||
|
@ -124,8 +124,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal3",
|
||||
|
@ -134,8 +134,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal3"
|
||||
|
@ -143,8 +143,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal3",
|
||||
|
@ -153,8 +153,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal3",
|
||||
|
@ -163,8 +163,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal3",
|
||||
|
@ -174,8 +174,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal3",
|
||||
|
@ -185,8 +185,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal4",
|
||||
|
@ -195,8 +195,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal4"
|
||||
|
@ -204,8 +204,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal4",
|
||||
|
@ -214,8 +214,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal4",
|
||||
|
@ -224,8 +224,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal4",
|
||||
|
@ -235,8 +235,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal4",
|
||||
|
@ -246,8 +246,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal5",
|
||||
|
@ -256,8 +256,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal5"
|
||||
|
@ -265,8 +265,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal5",
|
||||
|
@ -275,8 +275,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal5",
|
||||
|
@ -285,8 +285,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal5",
|
||||
|
@ -296,8 +296,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal5",
|
||||
|
@ -307,8 +307,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal6",
|
||||
|
@ -317,8 +317,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal6"
|
||||
|
@ -326,8 +326,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal6",
|
||||
|
@ -336,8 +336,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal6",
|
||||
|
@ -346,8 +346,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal6",
|
||||
|
@ -357,8 +357,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal6",
|
||||
|
@ -368,8 +368,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal7",
|
||||
|
@ -378,8 +378,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal7"
|
||||
|
@ -387,8 +387,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal7",
|
||||
|
@ -397,8 +397,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal7",
|
||||
|
@ -407,8 +407,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal7",
|
||||
|
@ -418,8 +418,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/corrosivecrystal7",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"multipart": [
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal1",
|
||||
|
@ -12,8 +12,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal1"
|
||||
|
@ -21,8 +21,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal1",
|
||||
|
@ -31,8 +31,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal1",
|
||||
|
@ -41,8 +41,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal1",
|
||||
|
@ -52,8 +52,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal1",
|
||||
|
@ -63,8 +63,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal2",
|
||||
|
@ -73,8 +73,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal2"
|
||||
|
@ -82,8 +82,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal2",
|
||||
|
@ -92,8 +92,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal2",
|
||||
|
@ -102,8 +102,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal2",
|
||||
|
@ -113,8 +113,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal2",
|
||||
|
@ -124,8 +124,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal3",
|
||||
|
@ -134,8 +134,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal3"
|
||||
|
@ -143,8 +143,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal3",
|
||||
|
@ -153,8 +153,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal3",
|
||||
|
@ -163,8 +163,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal3",
|
||||
|
@ -174,8 +174,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal3",
|
||||
|
@ -185,8 +185,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal4",
|
||||
|
@ -195,8 +195,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal4"
|
||||
|
@ -204,8 +204,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal4",
|
||||
|
@ -214,8 +214,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal4",
|
||||
|
@ -224,8 +224,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal4",
|
||||
|
@ -235,8 +235,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal4",
|
||||
|
@ -246,8 +246,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal5",
|
||||
|
@ -256,8 +256,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal5"
|
||||
|
@ -265,8 +265,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal5",
|
||||
|
@ -275,8 +275,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal5",
|
||||
|
@ -285,8 +285,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal5",
|
||||
|
@ -296,8 +296,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal5",
|
||||
|
@ -307,8 +307,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal6",
|
||||
|
@ -317,8 +317,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal6"
|
||||
|
@ -326,8 +326,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal6",
|
||||
|
@ -336,8 +336,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal6",
|
||||
|
@ -346,8 +346,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal6",
|
||||
|
@ -357,8 +357,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal6",
|
||||
|
@ -368,8 +368,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal7",
|
||||
|
@ -378,8 +378,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal7"
|
||||
|
@ -387,8 +387,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal7",
|
||||
|
@ -397,8 +397,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal7",
|
||||
|
@ -407,8 +407,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal7",
|
||||
|
@ -418,8 +418,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/destructivecrystal7",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"multipart": [
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal1",
|
||||
|
@ -12,8 +12,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal1"
|
||||
|
@ -21,8 +21,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal1",
|
||||
|
@ -31,8 +31,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal1",
|
||||
|
@ -41,8 +41,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal1",
|
||||
|
@ -52,8 +52,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal1",
|
||||
|
@ -63,8 +63,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal2",
|
||||
|
@ -73,8 +73,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal2"
|
||||
|
@ -82,8 +82,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal2",
|
||||
|
@ -92,8 +92,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal2",
|
||||
|
@ -102,8 +102,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal2",
|
||||
|
@ -113,8 +113,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal2",
|
||||
|
@ -124,8 +124,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal3",
|
||||
|
@ -134,8 +134,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal3"
|
||||
|
@ -143,8 +143,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal3",
|
||||
|
@ -153,8 +153,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal3",
|
||||
|
@ -163,8 +163,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal3",
|
||||
|
@ -174,8 +174,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal3",
|
||||
|
@ -185,8 +185,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal4",
|
||||
|
@ -195,8 +195,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal4"
|
||||
|
@ -204,8 +204,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal4",
|
||||
|
@ -214,8 +214,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal4",
|
||||
|
@ -224,8 +224,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal4",
|
||||
|
@ -235,8 +235,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal4",
|
||||
|
@ -246,8 +246,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal5",
|
||||
|
@ -256,8 +256,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal5"
|
||||
|
@ -265,8 +265,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal5",
|
||||
|
@ -275,8 +275,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal5",
|
||||
|
@ -285,8 +285,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal5",
|
||||
|
@ -296,8 +296,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal5",
|
||||
|
@ -307,8 +307,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal6",
|
||||
|
@ -317,8 +317,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal6"
|
||||
|
@ -326,8 +326,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal6",
|
||||
|
@ -336,8 +336,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal6",
|
||||
|
@ -346,8 +346,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal6",
|
||||
|
@ -357,8 +357,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal6",
|
||||
|
@ -368,8 +368,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal7",
|
||||
|
@ -378,8 +378,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal7"
|
||||
|
@ -387,8 +387,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal7",
|
||||
|
@ -397,8 +397,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal7",
|
||||
|
@ -407,8 +407,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal7",
|
||||
|
@ -418,8 +418,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/defaultcrystal7",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"multipart": [
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal1",
|
||||
|
@ -12,8 +12,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal1"
|
||||
|
@ -21,8 +21,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal1",
|
||||
|
@ -31,8 +31,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal1",
|
||||
|
@ -41,8 +41,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal1",
|
||||
|
@ -52,8 +52,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal1",
|
||||
|
@ -63,8 +63,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal2",
|
||||
|
@ -73,8 +73,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal2"
|
||||
|
@ -82,8 +82,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal2",
|
||||
|
@ -92,8 +92,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal2",
|
||||
|
@ -102,8 +102,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal2",
|
||||
|
@ -113,8 +113,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal2",
|
||||
|
@ -124,8 +124,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal3",
|
||||
|
@ -134,8 +134,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal3"
|
||||
|
@ -143,8 +143,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal3",
|
||||
|
@ -153,8 +153,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal3",
|
||||
|
@ -163,8 +163,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal3",
|
||||
|
@ -174,8 +174,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal3",
|
||||
|
@ -185,8 +185,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal4",
|
||||
|
@ -195,8 +195,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal4"
|
||||
|
@ -204,8 +204,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal4",
|
||||
|
@ -214,8 +214,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal4",
|
||||
|
@ -224,8 +224,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal4",
|
||||
|
@ -235,8 +235,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal4",
|
||||
|
@ -246,8 +246,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal5",
|
||||
|
@ -256,8 +256,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal5"
|
||||
|
@ -265,8 +265,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal5",
|
||||
|
@ -275,8 +275,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal5",
|
||||
|
@ -285,8 +285,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal5",
|
||||
|
@ -296,8 +296,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal5",
|
||||
|
@ -307,8 +307,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal6",
|
||||
|
@ -317,8 +317,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal6"
|
||||
|
@ -326,8 +326,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal6",
|
||||
|
@ -336,8 +336,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal6",
|
||||
|
@ -346,8 +346,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal6",
|
||||
|
@ -357,8 +357,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal6",
|
||||
|
@ -368,8 +368,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal7",
|
||||
|
@ -378,8 +378,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal7"
|
||||
|
@ -387,8 +387,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal7",
|
||||
|
@ -397,8 +397,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal7",
|
||||
|
@ -407,8 +407,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal7",
|
||||
|
@ -418,8 +418,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/steadfastcrystal7",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"multipart": [
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal1",
|
||||
|
@ -12,8 +12,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal1"
|
||||
|
@ -21,8 +21,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal1",
|
||||
|
@ -31,8 +31,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal1",
|
||||
|
@ -41,8 +41,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal1",
|
||||
|
@ -52,8 +52,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "0|1|2|3|4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "0|1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal1",
|
||||
|
@ -63,8 +63,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal2",
|
||||
|
@ -73,8 +73,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal2"
|
||||
|
@ -82,8 +82,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal2",
|
||||
|
@ -92,8 +92,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal2",
|
||||
|
@ -102,8 +102,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal2",
|
||||
|
@ -113,8 +113,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1|2|3|4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "1|2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal2",
|
||||
|
@ -124,8 +124,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal3",
|
||||
|
@ -134,8 +134,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal3"
|
||||
|
@ -143,8 +143,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal3",
|
||||
|
@ -153,8 +153,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal3",
|
||||
|
@ -163,8 +163,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal3",
|
||||
|
@ -174,8 +174,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "2|3|4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "2|3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal3",
|
||||
|
@ -185,8 +185,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal4",
|
||||
|
@ -195,8 +195,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal4"
|
||||
|
@ -204,8 +204,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal4",
|
||||
|
@ -214,8 +214,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal4",
|
||||
|
@ -224,8 +224,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal4",
|
||||
|
@ -235,8 +235,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "3|4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "3|4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal4",
|
||||
|
@ -246,8 +246,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal5",
|
||||
|
@ -256,8 +256,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal5"
|
||||
|
@ -265,8 +265,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal5",
|
||||
|
@ -275,8 +275,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal5",
|
||||
|
@ -285,8 +285,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal5",
|
||||
|
@ -296,8 +296,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "4|5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "4|5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal5",
|
||||
|
@ -307,8 +307,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal6",
|
||||
|
@ -317,8 +317,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal6"
|
||||
|
@ -326,8 +326,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal6",
|
||||
|
@ -336,8 +336,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal6",
|
||||
|
@ -346,8 +346,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal6",
|
||||
|
@ -357,8 +357,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "5|6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "5|6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal6",
|
||||
|
@ -368,8 +368,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "down"
|
||||
"attached": "down",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal7",
|
||||
|
@ -378,8 +378,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "up"
|
||||
"attached": "up",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal7"
|
||||
|
@ -387,8 +387,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "north"
|
||||
"attached": "north",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal7",
|
||||
|
@ -397,8 +397,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "south"
|
||||
"attached": "south",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal7",
|
||||
|
@ -407,8 +407,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "west"
|
||||
"attached": "west",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal7",
|
||||
|
@ -418,8 +418,8 @@
|
|||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "6",
|
||||
"attached": "east"
|
||||
"attached": "east",
|
||||
"age": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "bloodmagic:block/crystal/vengefulcrystal7",
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"anointment.bloodmagic.fortune": "Fortunate",
|
||||
"anointment.bloodmagic.hidden_knowledge": "Hidden Knowledge",
|
||||
"anointment.bloodmagic.holy_water": "Holy Light",
|
||||
"anointment.bloodmagic.melee_damage": "Whetstone",
|
||||
"anointment.bloodmagic.silk_touch": "Soft Touch",
|
||||
"block.bloodmagic.accelerationrune": "Acceleration Rune",
|
||||
|
@ -103,6 +105,7 @@
|
|||
"item.bloodmagic.experiencebook": "Tome of Peritia",
|
||||
"item.bloodmagic.explosivepowder": "Explosive Powder",
|
||||
"item.bloodmagic.firescribetool": "Inscription Tool: Fire",
|
||||
"item.bloodmagic.fortune_anointment": "Fortuna Extract",
|
||||
"item.bloodmagic.fragment_netherite_scrap": "Ancient Debris Fragment",
|
||||
"item.bloodmagic.furnacecell_primitive": "Primitive Fuel Cell",
|
||||
"item.bloodmagic.goldfragment": "Gold Ore Fragment",
|
||||
|
@ -110,6 +113,8 @@
|
|||
"item.bloodmagic.goldsand": "Gold Sand",
|
||||
"item.bloodmagic.gravel_netherite_scrap": "Ancient Debris Gravel",
|
||||
"item.bloodmagic.growthsigil": "Sigil of the Green Grove",
|
||||
"item.bloodmagic.hidden_knowledge_anointment": "Liquid Knowledge",
|
||||
"item.bloodmagic.holy_water_anointment": "Holy Water",
|
||||
"item.bloodmagic.icesigil": "Sigil of the Frozen Lake",
|
||||
"item.bloodmagic.infusedslate": "Imbued Slate",
|
||||
"item.bloodmagic.ironfragment": "Iron Ore Fragment",
|
||||
|
@ -180,11 +185,13 @@
|
|||
"jei.bloodmagic.recipe.arcfurnace": "ARC Furnace Recipe",
|
||||
"jei.bloodmagic.recipe.consumptionrate": "Consumption: %s LP/t",
|
||||
"jei.bloodmagic.recipe.drainrate": "Drain: %s LP/t",
|
||||
"jei.bloodmagic.recipe.lpDrained": "Drained: %s LP",
|
||||
"jei.bloodmagic.recipe.minimumsouls": "Minimum: %s Will",
|
||||
"jei.bloodmagic.recipe.requiredlp": "LP: %d",
|
||||
"jei.bloodmagic.recipe.requiredtier": "Tier: %d",
|
||||
"jei.bloodmagic.recipe.soulforge": "Hellfire Forge",
|
||||
"jei.bloodmagic.recipe.soulsdrained": "Drained: %s Will",
|
||||
"jei.bloodmagic.recipe.ticksRequired": "Time: %sTicks",
|
||||
"living_upgrade.bloodmagic.arrow_protect": "Pin Cushion",
|
||||
"living_upgrade.bloodmagic.arrow_shot": "Trick Shot",
|
||||
"living_upgrade.bloodmagic.battleHunger": "Battle Hungry",
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/alchemic_vial",
|
||||
"layer1": "bloodmagic:item/alchemic_liquid",
|
||||
"layer2": "bloodmagic:item/alchemic_ribbon"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/alchemic_vial",
|
||||
"layer1": "bloodmagic:item/alchemic_liquid",
|
||||
"layer2": "bloodmagic:item/alchemic_ribbon"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue