Fixed a ton of broken resources

This commit is contained in:
Sollace 2020-04-24 21:24:49 +02:00
parent 78dd6ea26f
commit 5b0326c501
100 changed files with 468 additions and 610 deletions

View file

@ -1,19 +0,0 @@
{
"variants": {
"age=0,half=top": { "model": "unicopia:alfalfa/stage0" },
"age=1,half=top": { "model": "unicopia:alfalfa/stage1" },
"age=2,half=top": { "model": "unicopia:alfalfa/stage2" },
"age=3,half=top": { "model": "unicopia:alfalfa/stage3" },
"age=4,half=top": { "model": "unicopia:alfalfa/stage4" },
"age=0,half=middle": { "model": "unicopia:alfalfa/shaft" },
"age=1,half=middle": { "model": "unicopia:alfalfa/shaft" },
"age=2,half=middle": { "model": "unicopia:alfalfa/shaft" },
"age=3,half=middle": { "model": "unicopia:alfalfa/shaft" },
"age=4,half=middle": { "model": "unicopia:alfalfa/shaft" },
"age=0,half=bottom": { "model": "unicopia:alfalfa/stage0" },
"age=1,half=bottom": { "model": "unicopia:alfalfa/stage1" },
"age=2,half=bottom": { "model": "unicopia:alfalfa/stage2" },
"age=3,half=bottom": { "model": "unicopia:alfalfa/stage3" },
"age=4,half=bottom": { "model": "unicopia:alfalfa/shaft" }
}
}

View file

@ -0,0 +1,19 @@
{
"variants": {
"age=0,half=top": { "model": "unicopia:block/alfalfa_crops/stage0" },
"age=1,half=top": { "model": "unicopia:block/alfalfa_crops/stage1" },
"age=2,half=top": { "model": "unicopia:block/alfalfa_crops/stage2" },
"age=3,half=top": { "model": "unicopia:block/alfalfa_crops/stage3" },
"age=4,half=top": { "model": "unicopia:block/alfalfa_crops/stage4" },
"age=0,half=middle": { "model": "unicopia:block/alfalfa_crops/shaft" },
"age=1,half=middle": { "model": "unicopia:block/alfalfa_crops/shaft" },
"age=2,half=middle": { "model": "unicopia:block/alfalfa_crops/shaft" },
"age=3,half=middle": { "model": "unicopia:block/alfalfa_crops/shaft" },
"age=4,half=middle": { "model": "unicopia:block/alfalfa_crops/shaft" },
"age=0,half=bottom": { "model": "unicopia:block/alfalfa_crops/stage0" },
"age=1,half=bottom": { "model": "unicopia:block/alfalfa_crops/stage1" },
"age=2,half=bottom": { "model": "unicopia:block/alfalfa_crops/stage2" },
"age=3,half=bottom": { "model": "unicopia:block/alfalfa_crops/stage3" },
"age=4,half=bottom": { "model": "unicopia:block/alfalfa_crops/shaft" }
}
}

View file

@ -1,16 +0,0 @@
{
"variants": {
"damage=0,facing=south": { "model": "unicopia:anvil_undamaged" },
"damage=0,facing=west": { "model": "unicopia:anvil_undamaged", "y": 90 },
"damage=0,facing=north": { "model": "unicopia:anvil_undamaged", "y": 180 },
"damage=0,facing=east": { "model": "unicopia:anvil_undamaged", "y": 270 },
"damage=1,facing=south": { "model": "unicopia:anvil_undamaged" },
"damage=1,facing=west": { "model": "unicopia:anvil_undamaged", "y": 90 },
"damage=1,facing=north": { "model": "unicopia:anvil_undamaged", "y": 180 },
"damage=1,facing=east": { "model": "unicopia:anvil_undamaged", "y": 270 },
"damage=2,facing=south": { "model": "unicopia:anvil_undamaged" },
"damage=2,facing=west": { "model": "unicopia:anvil_undamaged", "y": 90 },
"damage=2,facing=north": { "model": "unicopia:anvil_undamaged", "y": 180 },
"damage=2,facing=east": { "model": "unicopia:anvil_undamaged", "y": 270 }
}
}

View file

@ -1,13 +1,6 @@
{ {
"variants": { "variants": {
"normal": { "model": "unicopia:apple_leaves" }, "heavy=false": { "model": "unicopia:block/apple_leaves" },
"check_decay=false,decayable=false,heavy=false": { "model": "unicopia:apple_leaves" }, "heavy=true": { "model": "unicopia:block/apple_leaves_heavy" }
"check_decay=true,decayable=false,heavy=false": { "model": "unicopia:apple_leaves" },
"check_decay=false,decayable=true,heavy=false": { "model": "unicopia:apple_leaves" },
"check_decay=true,decayable=true,heavy=false": { "model": "unicopia:apple_leaves" },
"check_decay=false,decayable=false,heavy=true": { "model": "unicopia:apple_leaves_heavy" },
"check_decay=true,decayable=false,heavy=true": { "model": "unicopia:apple_leaves_heavy" },
"check_decay=false,decayable=true,heavy=true": { "model": "unicopia:apple_leaves_heavy" },
"check_decay=true,decayable=true,heavy=true": { "model": "unicopia:apple_leaves_heavy" }
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"variants": { "variants": {
"stage=0": { "model": "unicopia:apple_sapling" }, "stage=0": { "model": "unicopia:block/apple_sapling" },
"stage=1": { "model": "unicopia:apple_sapling" } "stage=1": { "model": "unicopia:block/apple_sapling" }
} }
} }

View file

@ -1,68 +1,39 @@
{ {
"variants": { "variants": {
"facing=east,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:door/bakery_bottom" }, "facing=east,half=lower,hinge=left,open=false": { "model": "unicopia:block/door/bakery_bottom" },
"facing=south,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:door/bakery_bottom", "y": 90 }, "facing=south,half=lower,hinge=left,open=false": { "model": "unicopia:block/door/bakery_bottom", "y": 90 },
"facing=west,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:door/bakery_bottom", "y": 180 }, "facing=west,half=lower,hinge=left,open=false": { "model": "unicopia:block/door/bakery_bottom", "y": 180 },
"facing=north,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:door/bakery_bottom", "y": 270 }, "facing=north,half=lower,hinge=left,open=false": { "model": "unicopia:block/door/bakery_bottom", "y": 270 },
"facing=east,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:door/bakery_bottom_rh" }, "facing=east,half=lower,hinge=right,open=false": { "model": "unicopia:block/door/bakery_bottom_rh" },
"facing=south,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:door/bakery_bottom_rh", "y": 90 }, "facing=south,half=lower,hinge=right,open=false": { "model": "unicopia:block/door/bakery_bottom_rh", "y": 90 },
"facing=west,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:door/bakery_bottom_rh", "y": 180 }, "facing=west,half=lower,hinge=right,open=false": { "model": "unicopia:block/door/bakery_bottom_rh", "y": 180 },
"facing=north,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:door/bakery_bottom_rh", "y": 270 }, "facing=north,half=lower,hinge=right,open=false": { "model": "unicopia:block/door/bakery_bottom_rh", "y": 270 },
"facing=east,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:door/bakery_bottom_rh", "y": 90 },
"facing=south,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:door/bakery_bottom_rh", "y": 180 }, "facing=east,half=lower,hinge=left,open=true": { "model": "unicopia:block/door/bakery_bottom_rh", "y": 90 },
"facing=west,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:door/bakery_bottom_rh", "y": 270 }, "facing=south,half=lower,hinge=left,open=true": { "model": "unicopia:block/door/bakery_bottom_rh", "y": 180 },
"facing=north,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:door/bakery_bottom_rh" }, "facing=west,half=lower,hinge=left,open=true": { "model": "unicopia:block/door/bakery_bottom_rh", "y": 270 },
"facing=east,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:door/bakery_bottom", "y": 270 }, "facing=north,half=lower,hinge=left,open=true": { "model": "unicopia:block/door/bakery_bottom_rh" },
"facing=south,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:door/bakery_bottom" }, "facing=east,half=lower,hinge=right,open=true": { "model": "unicopia:block/door/bakery_bottom", "y": 270 },
"facing=west,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:door/bakery_bottom", "y": 90 }, "facing=south,half=lower,hinge=right,open=true": { "model": "unicopia:block/door/bakery_bottom" },
"facing=north,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:door/bakery_bottom", "y": 180 }, "facing=west,half=lower,hinge=right,open=true": { "model": "unicopia:block/door/bakery_bottom", "y": 90 },
"facing=east,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:door/bakery_top" }, "facing=north,half=lower,hinge=right,open=true": { "model": "unicopia:block/door/bakery_bottom", "y": 180 },
"facing=south,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:door/bakery_top", "y": 90 },
"facing=west,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:door/bakery_top", "y": 180 }, "facing=east,half=upper,hinge=left,open=false": { "model": "unicopia:block/door/bakery_top" },
"facing=north,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:door/bakery_top", "y": 270 }, "facing=south,half=upper,hinge=left,open=false": { "model": "unicopia:block/door/bakery_top", "y": 90 },
"facing=east,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:door/bakery_top_rh" }, "facing=west,half=upper,hinge=left,open=false": { "model": "unicopia:block/door/bakery_top", "y": 180 },
"facing=south,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:door/bakery_top_rh", "y": 90 }, "facing=north,half=upper,hinge=left,open=false": { "model": "unicopia:block/door/bakery_top", "y": 270 },
"facing=west,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:door/bakery_top_rh", "y": 180 }, "facing=east,half=upper,hinge=right,open=false": { "model": "unicopia:block/door/bakery_top_rh" },
"facing=north,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:door/bakery_top_rh", "y": 270 }, "facing=south,half=upper,hinge=right,open=false": { "model": "unicopia:block/door/bakery_top_rh", "y": 90 },
"facing=east,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:door/bakery_top_rh", "y": 90 }, "facing=west,half=upper,hinge=right,open=false": { "model": "unicopia:block/door/bakery_top_rh", "y": 180 },
"facing=south,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:door/bakery_top_rh", "y": 180 }, "facing=north,half=upper,hinge=right,open=false": { "model": "unicopia:block/door/bakery_top_rh", "y": 270 },
"facing=west,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:door/bakery_top_rh", "y": 270 },
"facing=north,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:door/bakery_top_rh" }, "facing=east,half=upper,hinge=left,open=true": { "model": "unicopia:block/door/bakery_top_rh", "y": 90 },
"facing=east,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:door/bakery_top", "y": 270 }, "facing=south,half=upper,hinge=left,open=true": { "model": "unicopia:block/door/bakery_top_rh", "y": 180 },
"facing=south,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:door/bakery_top" }, "facing=west,half=upper,hinge=left,open=true": { "model": "unicopia:block/door/bakery_top_rh", "y": 270 },
"facing=west,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:door/bakery_top", "y": 90 }, "facing=north,half=upper,hinge=left,open=true": { "model": "unicopia:block/door/bakery_top_rh" },
"facing=north,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:door/bakery_top", "y": 180 }, "facing=east,half=upper,hinge=right,open=true": { "model": "unicopia:block/door/bakery_top", "y": 270 },
"facing=east,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:door/bakery_bottom" }, "facing=south,half=upper,hinge=right,open=true": { "model": "unicopia:block/door/bakery_top" },
"facing=south,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:door/bakery_bottom", "y": 90 }, "facing=west,half=upper,hinge=right,open=true": { "model": "unicopia:block/door/bakery_top", "y": 90 },
"facing=west,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:door/bakery_bottom", "y": 180 }, "facing=north,half=upper,hinge=right,open=true": { "model": "unicopia:block/door/bakery_top", "y": 180 }
"facing=north,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:door/bakery_bottom", "y": 270 },
"facing=east,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:door/bakery_bottom_rh" },
"facing=south,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:door/bakery_bottom_rh", "y": 90 },
"facing=west,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:door/bakery_bottom_rh", "y": 180 },
"facing=north,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:door/bakery_bottom_rh", "y": 270 },
"facing=east,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:door/bakery_bottom_rh", "y": 90 },
"facing=south,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:door/bakery_bottom_rh", "y": 180 },
"facing=west,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:door/bakery_bottom_rh", "y": 270 },
"facing=north,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:door/bakery_bottom_rh" },
"facing=east,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:door/bakery_bottom", "y": 270 },
"facing=south,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:door/bakery_bottom" },
"facing=west,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:door/bakery_bottom", "y": 90 },
"facing=north,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:door/bakery_bottom", "y": 180 },
"facing=east,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:door/bakery_top" },
"facing=south,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:door/bakery_top", "y": 90 },
"facing=west,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:door/bakery_top", "y": 180 },
"facing=north,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:door/bakery_top", "y": 270 },
"facing=east,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:door/bakery_top_rh" },
"facing=south,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:door/bakery_top_rh", "y": 90 },
"facing=west,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:door/bakery_top_rh", "y": 180 },
"facing=north,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:door/bakery_top_rh", "y": 270 },
"facing=east,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:door/bakery_top_rh", "y": 90 },
"facing=south,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:door/bakery_top_rh", "y": 180 },
"facing=west,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:door/bakery_top_rh", "y": 270 },
"facing=north,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:door/bakery_top_rh" },
"facing=east,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:door/bakery_top", "y": 270 },
"facing=south,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:door/bakery_top" },
"facing=west,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:door/bakery_top", "y": 90 },
"facing=north,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:door/bakery_top", "y": 180 }
} }
} }

View file

@ -0,0 +1,10 @@
{
"variants": {
"facing=up": { "model": "unicopia:block/chiseled_chitin_shell_block" },
"facing=down": { "model": "unicopia:block/chiseled_chitin_shell_block", "x": 180 },
"facing=north": { "model": "unicopia:block/chiseled_chitin_shell_block", "x": 90 },
"facing=south": { "model": "unicopia:block/chiseled_chitin_shell_block", "x": -90 },
"facing=east": { "model": "unicopia:block/chiseled_chitin_shell_block", "x": 90, "y": 90 },
"facing=west": { "model": "unicopia:block/chiseled_chitin_shell_block", "x": 90, "y": -90 }
}
}

View file

@ -1,10 +0,0 @@
{
"variants": {
"facing=up": { "model": "unicopia:chissled_chitin" },
"facing=down": { "model": "unicopia:chissled_chitin", "x": 180 },
"facing=north": { "model": "unicopia:chissled_chitin", "x": 90 },
"facing=south": { "model": "unicopia:chissled_chitin", "x": -90 },
"facing=east": { "model": "unicopia:chissled_chitin", "x": 90, "y": 90 },
"facing=west": { "model": "unicopia:chissled_chitin", "x": 90, "y": -90 }
}
}

View file

@ -1,7 +0,0 @@
{
"variants": {
"covering=uncovered": { "model": "unicopia:chitin_block_uncovered" },
"covering=covered": { "model": "unicopia:chitin_block_covered" },
"covering=snow_covered": { "model": "unicopia:chitin_block_snow_covered" }
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"covering=uncovered": { "model": "unicopia:block/chitin_shell_block" },
"covering=covered": { "model": "unicopia:block/chitin_shell_block_covered" },
"covering=snow_covered": { "model": "unicopia:block/chitin_shell_block_snow" }
}
}

View file

@ -0,0 +1,8 @@
{
"variants": {
"facing=south": { "model": "unicopia:block/cloud_anvil" },
"facing=west": { "model": "unicopia:block/cloud_anvil", "y": 90 },
"facing=north": { "model": "unicopia:block/cloud_anvil", "y": 180 },
"facing=east": { "model": "unicopia:block/cloud_anvil", "y": 270 }
}
}

View file

@ -1,18 +0,0 @@
{
"multipart": [
{ "when": { "north": "false", "south": "false", "east": "false", "west": "false" },
"apply": { "model": "unicopia:cloud_banister_post" }},
{ "when": { "north": "true" },
"apply": { "model": "unicopia:cloud_banister_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "unicopia:cloud_banister_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "unicopia:cloud_banister_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "unicopia:cloud_banister_side", "y": 270, "uvlock": true }
}
]
}

View file

@ -1,5 +1,5 @@
{ {
"variants": { "variants": {
"normal": { "model": "unicopia:normal_cloud_block" } "": { "model": "unicopia:block/cloud_block" }
} }
} }

View file

@ -1,12 +1,12 @@
{ {
"variants": { "variants": {
"moisture=0": { "model": "unicopia:farmland/dry" }, "moisture=0": { "model": "unicopia:block/farmland/dry" },
"moisture=1": { "model": "unicopia:farmland/dry" }, "moisture=1": { "model": "unicopia:block/farmland/dry" },
"moisture=2": { "model": "unicopia:farmland/dry" }, "moisture=2": { "model": "unicopia:block/farmland/dry" },
"moisture=3": { "model": "unicopia:farmland/dry" }, "moisture=3": { "model": "unicopia:block/farmland/dry" },
"moisture=4": { "model": "unicopia:farmland/dry" }, "moisture=4": { "model": "unicopia:block/farmland/dry" },
"moisture=5": { "model": "unicopia:farmland/dry" }, "moisture=5": { "model": "unicopia:block/farmland/dry" },
"moisture=6": { "model": "unicopia:farmland/dry" }, "moisture=6": { "model": "unicopia:block/farmland/dry" },
"moisture=7": { "model": "unicopia:farmland/wet" } "moisture=7": { "model": "unicopia:block/farmland/wet" }
} }
} }

View file

@ -1,17 +1,17 @@
{ {
"multipart": [ "multipart": [
{ "apply": { "model": "unicopia:cloud_fence_post" }}, { "apply": { "model": "unicopia:block/cloud_fence_post" }},
{ "when": { "north": "true" }, { "when": { "north": "true" },
"apply": { "model": "unicopia:cloud_fence_side", "uvlock": true } "apply": { "model": "unicopia:block/cloud_fence_side", "uvlock": true }
}, },
{ "when": { "east": "true" }, { "when": { "east": "true" },
"apply": { "model": "unicopia:cloud_fence_side", "y": 90, "uvlock": true } "apply": { "model": "unicopia:block/cloud_fence_side", "y": 90, "uvlock": true }
}, },
{ "when": { "south": "true" }, { "when": { "south": "true" },
"apply": { "model": "unicopia:cloud_fence_side", "y": 180, "uvlock": true } "apply": { "model": "unicopia:block/cloud_fence_side", "y": 180, "uvlock": true }
}, },
{ "when": { "west": "true" }, { "when": { "west": "true" },
"apply": { "model": "unicopia:cloud_fence_side", "y": 270, "uvlock": true } "apply": { "model": "unicopia:block/cloud_fence_side", "y": 270, "uvlock": true }
} }
] ]
} }

View file

@ -1,6 +1,7 @@
{ {
"variants": { "variants": {
"half=bottom,variant=normal": { "model": "unicopia:half_slab_normal_cloud" }, "type=bottom": { "model": "unicopia:block/cloud_slab_top" },
"half=top,variant=normal": { "model": "unicopia:upper_slab_normal_cloud" } "type=top": { "model": "unicopia:block/cloud_slab" },
"type=double": { "model": "unicopia:block/cloud_block" }
} }
} }

View file

@ -1,44 +1,44 @@
{ {
"variants": { "variants": {
"facing=east,half=bottom,shape=straight": { "model": "unicopia:cloud_stairs" }, "facing=east,half=bottom,shape=straight": { "model": "unicopia:block/cloud_stairs" },
"facing=west,half=bottom,shape=straight": { "model": "unicopia:cloud_stairs", "y": 180, "uvlock": true }, "facing=west,half=bottom,shape=straight": { "model": "unicopia:block/cloud_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "unicopia:cloud_stairs", "y": 90, "uvlock": true }, "facing=south,half=bottom,shape=straight": { "model": "unicopia:block/cloud_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "unicopia:cloud_stairs", "y": 270, "uvlock": true }, "facing=north,half=bottom,shape=straight": { "model": "unicopia:block/cloud_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "unicopia:cloud_outer_stairs" }, "facing=east,half=bottom,shape=outer_right": { "model": "unicopia:block/cloud_outer_stairs" },
"facing=west,half=bottom,shape=outer_right": { "model": "unicopia:cloud_outer_stairs", "y": 180, "uvlock": true }, "facing=west,half=bottom,shape=outer_right": { "model": "unicopia:block/cloud_outer_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "unicopia:cloud_outer_stairs", "y": 90, "uvlock": true }, "facing=south,half=bottom,shape=outer_right": { "model": "unicopia:block/cloud_outer_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "unicopia:cloud_outer_stairs", "y": 270, "uvlock": true }, "facing=north,half=bottom,shape=outer_right": { "model": "unicopia:block/cloud_outer_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "unicopia:cloud_outer_stairs", "y": 270, "uvlock": true }, "facing=east,half=bottom,shape=outer_left": { "model": "unicopia:block/cloud_outer_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "unicopia:cloud_outer_stairs", "y": 90, "uvlock": true }, "facing=west,half=bottom,shape=outer_left": { "model": "unicopia:block/cloud_outer_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "unicopia:cloud_outer_stairs" }, "facing=south,half=bottom,shape=outer_left": { "model": "unicopia:block/cloud_outer_stairs" },
"facing=north,half=bottom,shape=outer_left": { "model": "unicopia:cloud_outer_stairs", "y": 180, "uvlock": true }, "facing=north,half=bottom,shape=outer_left": { "model": "unicopia:block/cloud_outer_stairs", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "unicopia:cloud_inner_stairs" }, "facing=east,half=bottom,shape=inner_right": { "model": "unicopia:block/cloud_inner_stairs" },
"facing=west,half=bottom,shape=inner_right": { "model": "unicopia:cloud_inner_stairs", "y": 180, "uvlock": true }, "facing=west,half=bottom,shape=inner_right": { "model": "unicopia:block/cloud_inner_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "unicopia:cloud_inner_stairs", "y": 90, "uvlock": true }, "facing=south,half=bottom,shape=inner_right": { "model": "unicopia:block/cloud_inner_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "unicopia:cloud_inner_stairs", "y": 270, "uvlock": true }, "facing=north,half=bottom,shape=inner_right": { "model": "unicopia:block/cloud_inner_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "unicopia:cloud_inner_stairs", "y": 270, "uvlock": true }, "facing=east,half=bottom,shape=inner_left": { "model": "unicopia:block/cloud_inner_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "unicopia:cloud_inner_stairs", "y": 90, "uvlock": true }, "facing=west,half=bottom,shape=inner_left": { "model": "unicopia:block/cloud_inner_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "unicopia:cloud_inner_stairs" }, "facing=south,half=bottom,shape=inner_left": { "model": "unicopia:block/cloud_inner_stairs" },
"facing=north,half=bottom,shape=inner_left": { "model": "unicopia:cloud_inner_stairs", "y": 180, "uvlock": true }, "facing=north,half=bottom,shape=inner_left": { "model": "unicopia:block/cloud_inner_stairs", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "unicopia:cloud_stairs", "x": 180, "uvlock": true }, "facing=east,half=top,shape=straight": { "model": "unicopia:block/cloud_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "unicopia:cloud_stairs", "x": 180, "y": 180, "uvlock": true }, "facing=west,half=top,shape=straight": { "model": "unicopia:block/cloud_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "unicopia:cloud_stairs", "x": 180, "y": 90, "uvlock": true }, "facing=south,half=top,shape=straight": { "model": "unicopia:block/cloud_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "unicopia:cloud_stairs", "x": 180, "y": 270, "uvlock": true }, "facing=north,half=top,shape=straight": { "model": "unicopia:block/cloud_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "unicopia:cloud_outer_stairs", "x": 180, "y": 90, "uvlock": true }, "facing=east,half=top,shape=outer_right": { "model": "unicopia:block/cloud_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "unicopia:cloud_outer_stairs", "x": 180, "y": 270, "uvlock": true }, "facing=west,half=top,shape=outer_right": { "model": "unicopia:block/cloud_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "unicopia:cloud_outer_stairs", "x": 180, "y": 180, "uvlock": true }, "facing=south,half=top,shape=outer_right": { "model": "unicopia:block/cloud_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "unicopia:cloud_outer_stairs", "x": 180, "uvlock": true }, "facing=north,half=top,shape=outer_right": { "model": "unicopia:block/cloud_outer_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "unicopia:cloud_outer_stairs", "x": 180, "uvlock": true }, "facing=east,half=top,shape=outer_left": { "model": "unicopia:block/cloud_outer_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "unicopia:cloud_outer_stairs", "x": 180, "y": 180, "uvlock": true }, "facing=west,half=top,shape=outer_left": { "model": "unicopia:block/cloud_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "unicopia:cloud_outer_stairs", "x": 180, "y": 90, "uvlock": true }, "facing=south,half=top,shape=outer_left": { "model": "unicopia:block/cloud_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "unicopia:cloud_outer_stairs", "x": 180, "y": 270, "uvlock": true }, "facing=north,half=top,shape=outer_left": { "model": "unicopia:block/cloud_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "unicopia:cloud_inner_stairs", "x": 180, "y": 90, "uvlock": true }, "facing=east,half=top,shape=inner_right": { "model": "unicopia:block/cloud_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "unicopia:cloud_inner_stairs", "x": 180, "y": 270, "uvlock": true }, "facing=west,half=top,shape=inner_right": { "model": "unicopia:block/cloud_inner_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "unicopia:cloud_inner_stairs", "x": 180, "y": 180, "uvlock": true }, "facing=south,half=top,shape=inner_right": { "model": "unicopia:block/cloud_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "unicopia:cloud_inner_stairs", "x": 180, "uvlock": true }, "facing=north,half=top,shape=inner_right": { "model": "unicopia:block/cloud_inner_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "unicopia:cloud_inner_stairs", "x": 180, "uvlock": true }, "facing=east,half=top,shape=inner_left": { "model": "unicopia:block/cloud_inner_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "unicopia:cloud_inner_stairs", "x": 180, "y": 180, "uvlock": true }, "facing=west,half=top,shape=inner_left": { "model": "unicopia:block/cloud_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "unicopia:cloud_inner_stairs", "x": 180, "y": 90, "uvlock": true }, "facing=south,half=top,shape=inner_left": { "model": "unicopia:block/cloud_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "unicopia:cloud_inner_stairs", "x": 180, "y": 270, "uvlock": true } "facing=north,half=top,shape=inner_left": { "model": "unicopia:block/cloud_inner_stairs", "x": 180, "y": 270, "uvlock": true }
} }
} }

View file

@ -1,20 +0,0 @@
{
"variants": {
"age=0,shape=bulb": { "model": "unicopia:cuccoon/bulb_stage0" },
"age=1,shape=bulb": { "model": "unicopia:cuccoon/bulb_stage0" },
"age=2,shape=bulb": { "model": "unicopia:cuccoon/bulb_stage1" },
"age=3,shape=bulb": { "model": "unicopia:cuccoon/bulb_stage1" },
"age=4,shape=bulb": { "model": "unicopia:cuccoon/bulb_stage2" },
"age=5,shape=bulb": { "model": "unicopia:cuccoon/bulb_stage2" },
"age=6,shape=bulb": { "model": "unicopia:cuccoon/bulb_stage3" },
"age=7,shape=bulb": { "model": "unicopia:cuccoon/bulb_stage3" },
"age=0,shape=string": { "model": "unicopia:cuccoon/string_stage0" },
"age=1,shape=string": { "model": "unicopia:cuccoon/string_stage0" },
"age=2,shape=string": { "model": "unicopia:cuccoon/string_stage1" },
"age=3,shape=string": { "model": "unicopia:cuccoon/string_stage1" },
"age=4,shape=string": { "model": "unicopia:cuccoon/string_stage2" },
"age=5,shape=string": { "model": "unicopia:cuccoon/string_stage2" },
"age=6,shape=string": { "model": "unicopia:cuccoon/string_stage3" },
"age=7,shape=string": { "model": "unicopia:cuccoon/string_stage3" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "unicopia:block/dense_cloud_block" }
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"type=bottom": { "model": "unicopia:block/dense_cloud_slab_top" },
"type=top": { "model": "unicopia:block/dense_cloud_slab" },
"type=double": { "model": "unicopia:block/dense_cloud_block" }
}
}

View file

@ -1,68 +1,68 @@
{ {
"variants": { "variants": {
"facing=east,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:door/diamond_bottom" }, "facing=east,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/diamond_bottom" },
"facing=south,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:door/diamond_bottom", "y": 90 }, "facing=south,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/diamond_bottom", "y": 90 },
"facing=west,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:door/diamond_bottom", "y": 180 }, "facing=west,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/diamond_bottom", "y": 180 },
"facing=north,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:door/diamond_bottom", "y": 270 }, "facing=north,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/diamond_bottom", "y": 270 },
"facing=east,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:door/diamond_bottom_rh" }, "facing=east,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/diamond_bottom_rh" },
"facing=south,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:door/diamond_bottom_rh", "y": 90 }, "facing=south,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/diamond_bottom_rh", "y": 90 },
"facing=west,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:door/diamond_bottom_rh", "y": 180 }, "facing=west,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/diamond_bottom_rh", "y": 180 },
"facing=north,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:door/diamond_bottom_rh", "y": 270 }, "facing=north,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/diamond_bottom_rh", "y": 270 },
"facing=east,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:door/diamond_bottom_rh", "y": 90 }, "facing=east,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/diamond_bottom_rh", "y": 90 },
"facing=south,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:door/diamond_bottom_rh", "y": 180 }, "facing=south,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/diamond_bottom_rh", "y": 180 },
"facing=west,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:door/diamond_bottom_rh", "y": 270 }, "facing=west,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/diamond_bottom_rh", "y": 270 },
"facing=north,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:door/diamond_bottom_rh" }, "facing=north,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/diamond_bottom_rh" },
"facing=east,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:door/diamond_bottom", "y": 270 }, "facing=east,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/diamond_bottom", "y": 270 },
"facing=south,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:door/diamond_bottom" }, "facing=south,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/diamond_bottom" },
"facing=west,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:door/diamond_bottom", "y": 90 }, "facing=west,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/diamond_bottom", "y": 90 },
"facing=north,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:door/diamond_bottom", "y": 180 }, "facing=north,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/diamond_bottom", "y": 180 },
"facing=east,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:door/diamond_top" }, "facing=east,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/diamond_top" },
"facing=south,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:door/diamond_top", "y": 90 }, "facing=south,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/diamond_top", "y": 90 },
"facing=west,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:door/diamond_top", "y": 180 }, "facing=west,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/diamond_top", "y": 180 },
"facing=north,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:door/diamond_top", "y": 270 }, "facing=north,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/diamond_top", "y": 270 },
"facing=east,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:door/diamond_top_rh" }, "facing=east,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/diamond_top_rh" },
"facing=south,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:door/diamond_top_rh", "y": 90 }, "facing=south,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/diamond_top_rh", "y": 90 },
"facing=west,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:door/diamond_top_rh", "y": 180 }, "facing=west,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/diamond_top_rh", "y": 180 },
"facing=north,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:door/diamond_top_rh", "y": 270 }, "facing=north,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/diamond_top_rh", "y": 270 },
"facing=east,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:door/diamond_top_rh", "y": 90 }, "facing=east,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/diamond_top_rh", "y": 90 },
"facing=south,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:door/diamond_top_rh", "y": 180 }, "facing=south,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/diamond_top_rh", "y": 180 },
"facing=west,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:door/diamond_top_rh", "y": 270 }, "facing=west,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/diamond_top_rh", "y": 270 },
"facing=north,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:door/diamond_top_rh" }, "facing=north,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/diamond_top_rh" },
"facing=east,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:door/diamond_top", "y": 270 }, "facing=east,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/diamond_top", "y": 270 },
"facing=south,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:door/diamond_top" }, "facing=south,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/diamond_top" },
"facing=west,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:door/diamond_top", "y": 90 }, "facing=west,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/diamond_top", "y": 90 },
"facing=north,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:door/diamond_top", "y": 180 }, "facing=north,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/diamond_top", "y": 180 },
"facing=east,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:door/diamond_bottom" }, "facing=east,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/diamond_bottom" },
"facing=south,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:door/diamond_bottom", "y": 90 }, "facing=south,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/diamond_bottom", "y": 90 },
"facing=west,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:door/diamond_bottom", "y": 180 }, "facing=west,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/diamond_bottom", "y": 180 },
"facing=north,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:door/diamond_bottom", "y": 270 }, "facing=north,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/diamond_bottom", "y": 270 },
"facing=east,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:door/diamond_bottom_rh" }, "facing=east,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/diamond_bottom_rh" },
"facing=south,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:door/diamond_bottom_rh", "y": 90 }, "facing=south,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/diamond_bottom_rh", "y": 90 },
"facing=west,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:door/diamond_bottom_rh", "y": 180 }, "facing=west,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/diamond_bottom_rh", "y": 180 },
"facing=north,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:door/diamond_bottom_rh", "y": 270 }, "facing=north,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/diamond_bottom_rh", "y": 270 },
"facing=east,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:door/diamond_bottom_rh", "y": 90 }, "facing=east,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/diamond_bottom_rh", "y": 90 },
"facing=south,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:door/diamond_bottom_rh", "y": 180 }, "facing=south,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/diamond_bottom_rh", "y": 180 },
"facing=west,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:door/diamond_bottom_rh", "y": 270 }, "facing=west,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/diamond_bottom_rh", "y": 270 },
"facing=north,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:door/diamond_bottom_rh" }, "facing=north,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/diamond_bottom_rh" },
"facing=east,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:door/diamond_bottom", "y": 270 }, "facing=east,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/diamond_bottom", "y": 270 },
"facing=south,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:door/diamond_bottom" }, "facing=south,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/diamond_bottom" },
"facing=west,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:door/diamond_bottom", "y": 90 }, "facing=west,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/diamond_bottom", "y": 90 },
"facing=north,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:door/diamond_bottom", "y": 180 }, "facing=north,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/diamond_bottom", "y": 180 },
"facing=east,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:door/diamond_top" }, "facing=east,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/diamond_top" },
"facing=south,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:door/diamond_top", "y": 90 }, "facing=south,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/diamond_top", "y": 90 },
"facing=west,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:door/diamond_top", "y": 180 }, "facing=west,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/diamond_top", "y": 180 },
"facing=north,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:door/diamond_top", "y": 270 }, "facing=north,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/diamond_top", "y": 270 },
"facing=east,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:door/diamond_top_rh" }, "facing=east,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/diamond_top_rh" },
"facing=south,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:door/diamond_top_rh", "y": 90 }, "facing=south,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/diamond_top_rh", "y": 90 },
"facing=west,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:door/diamond_top_rh", "y": 180 }, "facing=west,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/diamond_top_rh", "y": 180 },
"facing=north,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:door/diamond_top_rh", "y": 270 }, "facing=north,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/diamond_top_rh", "y": 270 },
"facing=east,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:door/diamond_top_rh", "y": 90 }, "facing=east,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/diamond_top_rh", "y": 90 },
"facing=south,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:door/diamond_top_rh", "y": 180 }, "facing=south,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/diamond_top_rh", "y": 180 },
"facing=west,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:door/diamond_top_rh", "y": 270 }, "facing=west,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/diamond_top_rh", "y": 270 },
"facing=north,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:door/diamond_top_rh" }, "facing=north,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/diamond_top_rh" },
"facing=east,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:door/diamond_top", "y": 270 }, "facing=east,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/diamond_top", "y": 270 },
"facing=south,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:door/diamond_top" }, "facing=south,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/diamond_top" },
"facing=west,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:door/diamond_top", "y": 90 }, "facing=west,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/diamond_top", "y": 90 },
"facing=north,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:door/diamond_top", "y": 180 } "facing=north,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/diamond_top", "y": 180 }
} }
} }

View file

@ -1,5 +0,0 @@
{
"variants": {
"variant=normal": { "model": "unicopia:normal_cloud_block" }
}
}

View file

@ -1,5 +0,0 @@
{
"variants": {
"variant=normal": { "model": "unicopia:enchanted_cloud_block" }
}
}

View file

@ -1,5 +0,0 @@
{
"variants": {
"variant=normal": { "model": "unicopia:packed_cloud_block" }
}
}

View file

@ -1,5 +1,5 @@
{ {
"variants": { "variants": {
"normal": { "model": "unicopia:enchanted_cloud_block" } "": { "model": "unicopia:block/enchanted_cloud_block" }
} }
} }

View file

@ -1,6 +1,7 @@
{ {
"variants": { "variants": {
"half=bottom,variant=normal": { "model": "unicopia:half_slab_enchanted_cloud" }, "type=bottom": { "model": "unicopia:block/enchanted_cloud_slab_top" },
"half=top,variant=normal": { "model": "unicopia:upper_slab_enchanted_cloud" } "type=top": { "model": "unicopia:block/enchanted_cloud_slab" },
"type=double": { "model": "unicopia:block/enchanted_cloud_block" }
} }
} }

View file

@ -1,14 +1,16 @@
{ {
"variants": { "variants": {
"facing=up,on=true": { "model": "unicopia:enchanted_torch_on" }, "facing=up,on=true": { "model": "unicopia:block/enchanted_torch_on" },
"facing=east,on=true": { "model": "unicopia:enchanted_torch_wall_on" }, "facing=down,on=true": { "model": "unicopia:block/enchanted_torch_on" },
"facing=south,on=true": { "model": "unicopia:enchanted_torch_wall_on", "y": 90 }, "facing=east,on=true": { "model": "unicopia:block/enchanted_torch_wall_on" },
"facing=west,on=true": { "model": "unicopia:enchanted_torch_wall_on", "y": 180 }, "facing=south,on=true": { "model": "unicopia:block/enchanted_torch_wall_on", "y": 90 },
"facing=north,on=true": { "model": "unicopia:enchanted_torch_wall_on", "y": 270 }, "facing=west,on=true": { "model": "unicopia:block/enchanted_torch_wall_on", "y": 180 },
"facing=up,on=false": { "model": "unicopia:enchanted_torch_off" }, "facing=north,on=true": { "model": "unicopia:block/enchanted_torch_wall_on", "y": 270 },
"facing=east,on=false": { "model": "unicopia:enchanted_torch_wall_off" }, "facing=up,on=false": { "model": "unicopia:block/enchanted_torch_off" },
"facing=south,on=false": { "model": "unicopia:enchanted_torch_wall_off", "y": 90 }, "facing=down,on=false": { "model": "unicopia:block/enchanted_torch_off" },
"facing=west,on=false": { "model": "unicopia:enchanted_torch_wall_off", "y": 180 }, "facing=east,on=false": { "model": "unicopia:block/enchanted_torch_wall_off" },
"facing=north,on=false": { "model": "unicopia:enchanted_torch_wall_off", "y": 270 } "facing=south,on=false": { "model": "unicopia:block/enchanted_torch_wall_off", "y": 90 },
"facing=west,on=false": { "model": "unicopia:block/enchanted_torch_wall_off", "y": 180 },
"facing=north,on=false": { "model": "unicopia:block/enchanted_torch_wall_off", "y": 270 }
} }
} }

View file

@ -1,7 +1,7 @@
{ {
"variants": { "variants": {
"plant=empty": { "model": "minecraft:flower_pot" }, "plant=empty": { "model": "minecraft:block/flower_pot" },
"plant=quill": { "model": "unicopia:flower_pot/feather" }, "plant=quill": { "model": "unicopia:block/flower_pot/feather" },
"plant=meadowbrook": { "model": "unicopia:flower_pot/meadowbrook" } "plant=meadowbrook": { "model": "unicopia:block/flower_pot/meadowbrook" }
} }
} }

View file

@ -1,13 +0,0 @@
{
"variants": {
"axis=x,state=growing": { "model": "unicopia:hive_growing" },
"axis=y,state=growing": { "model": "unicopia:hive_growing" },
"axis=z,state=growing": { "model": "unicopia:hive_growing" },
"axis=x,state=stable": { "model": "unicopia:hive_stable" },
"axis=y,state=stable": { "model": "unicopia:hive_stable" },
"axis=z,state=stable": { "model": "unicopia:hive_stable" },
"axis=x,state=dying": { "model": "unicopia:hive_dying" },
"axis=y,state=dying": { "model": "unicopia:hive_dying" },
"axis=z,state=dying": { "model": "unicopia:hive_dying" }
}
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"axis=x,state=growing": { "model": "unicopia:block/hive_growing" },
"axis=y,state=growing": { "model": "unicopia:block/hive_growing" },
"axis=z,state=growing": { "model": "unicopia:block/hive_growing" },
"axis=x,state=stable": { "model": "unicopia:block/hive_stable" },
"axis=y,state=stable": { "model": "unicopia:block/hive_stable" },
"axis=z,state=stable": { "model": "unicopia:block/hive_stable" },
"axis=x,state=dying": { "model": "unicopia:block/hive_dying" },
"axis=y,state=dying": { "model": "unicopia:block/hive_dying" },
"axis=z,state=dying": { "model": "unicopia:block/hive_dying" }
}
}

View file

@ -1,68 +1,68 @@
{ {
"variants": { "variants": {
"facing=east,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:door/library_bottom" }, "facing=east,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/library_bottom" },
"facing=south,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:door/library_bottom", "y": 90 }, "facing=south,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/library_bottom", "y": 90 },
"facing=west,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:door/library_bottom", "y": 180 }, "facing=west,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/library_bottom", "y": 180 },
"facing=north,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:door/library_bottom", "y": 270 }, "facing=north,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/library_bottom", "y": 270 },
"facing=east,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:door/library_bottom_rh" }, "facing=east,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/library_bottom_rh" },
"facing=south,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:door/library_bottom_rh", "y": 90 }, "facing=south,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/library_bottom_rh", "y": 90 },
"facing=west,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:door/library_bottom_rh", "y": 180 }, "facing=west,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/library_bottom_rh", "y": 180 },
"facing=north,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:door/library_bottom_rh", "y": 270 }, "facing=north,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/library_bottom_rh", "y": 270 },
"facing=east,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:door/library_bottom_rh", "y": 90 }, "facing=east,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/library_bottom_rh", "y": 90 },
"facing=south,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:door/library_bottom_rh", "y": 180 }, "facing=south,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/library_bottom_rh", "y": 180 },
"facing=west,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:door/library_bottom_rh", "y": 270 }, "facing=west,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/library_bottom_rh", "y": 270 },
"facing=north,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:door/library_bottom_rh" }, "facing=north,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/library_bottom_rh" },
"facing=east,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:door/library_bottom", "y": 270 }, "facing=east,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/library_bottom", "y": 270 },
"facing=south,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:door/library_bottom" }, "facing=south,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/library_bottom" },
"facing=west,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:door/library_bottom", "y": 90 }, "facing=west,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/library_bottom", "y": 90 },
"facing=north,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:door/library_bottom", "y": 180 }, "facing=north,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/library_bottom", "y": 180 },
"facing=east,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:door/library_top" }, "facing=east,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/library_top" },
"facing=south,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:door/library_top", "y": 90 }, "facing=south,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/library_top", "y": 90 },
"facing=west,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:door/library_top", "y": 180 }, "facing=west,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/library_top", "y": 180 },
"facing=north,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:door/library_top", "y": 270 }, "facing=north,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/library_top", "y": 270 },
"facing=east,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:door/library_top_rh" }, "facing=east,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/library_top_rh" },
"facing=south,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:door/library_top_rh", "y": 90 }, "facing=south,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/library_top_rh", "y": 90 },
"facing=west,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:door/library_top_rh", "y": 180 }, "facing=west,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/library_top_rh", "y": 180 },
"facing=north,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:door/library_top_rh", "y": 270 }, "facing=north,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/library_top_rh", "y": 270 },
"facing=east,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:door/library_top_rh", "y": 90 }, "facing=east,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/library_top_rh", "y": 90 },
"facing=south,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:door/library_top_rh", "y": 180 }, "facing=south,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/library_top_rh", "y": 180 },
"facing=west,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:door/library_top_rh", "y": 270 }, "facing=west,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/library_top_rh", "y": 270 },
"facing=north,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:door/library_top_rh" }, "facing=north,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/library_top_rh" },
"facing=east,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:door/library_top", "y": 270 }, "facing=east,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/library_top", "y": 270 },
"facing=south,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:door/library_top" }, "facing=south,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/library_top" },
"facing=west,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:door/library_top", "y": 90 }, "facing=west,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/library_top", "y": 90 },
"facing=north,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:door/library_top", "y": 180 }, "facing=north,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/library_top", "y": 180 },
"facing=east,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:door/library_bottom" }, "facing=east,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/library_bottom" },
"facing=south,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:door/library_bottom", "y": 90 }, "facing=south,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/library_bottom", "y": 90 },
"facing=west,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:door/library_bottom", "y": 180 }, "facing=west,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/library_bottom", "y": 180 },
"facing=north,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:door/library_bottom", "y": 270 }, "facing=north,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/library_bottom", "y": 270 },
"facing=east,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:door/library_bottom_rh" }, "facing=east,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/library_bottom_rh" },
"facing=south,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:door/library_bottom_rh", "y": 90 }, "facing=south,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/library_bottom_rh", "y": 90 },
"facing=west,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:door/library_bottom_rh", "y": 180 }, "facing=west,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/library_bottom_rh", "y": 180 },
"facing=north,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:door/library_bottom_rh", "y": 270 }, "facing=north,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/library_bottom_rh", "y": 270 },
"facing=east,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:door/library_bottom_rh", "y": 90 }, "facing=east,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/library_bottom_rh", "y": 90 },
"facing=south,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:door/library_bottom_rh", "y": 180 }, "facing=south,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/library_bottom_rh", "y": 180 },
"facing=west,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:door/library_bottom_rh", "y": 270 }, "facing=west,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/library_bottom_rh", "y": 270 },
"facing=north,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:door/library_bottom_rh" }, "facing=north,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/library_bottom_rh" },
"facing=east,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:door/library_bottom", "y": 270 }, "facing=east,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/library_bottom", "y": 270 },
"facing=south,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:door/library_bottom" }, "facing=south,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/library_bottom" },
"facing=west,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:door/library_bottom", "y": 90 }, "facing=west,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/library_bottom", "y": 90 },
"facing=north,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:door/library_bottom", "y": 180 }, "facing=north,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/library_bottom", "y": 180 },
"facing=east,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:door/library_top" }, "facing=east,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/library_top" },
"facing=south,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:door/library_top", "y": 90 }, "facing=south,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/library_top", "y": 90 },
"facing=west,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:door/library_top", "y": 180 }, "facing=west,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/library_top", "y": 180 },
"facing=north,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:door/library_top", "y": 270 }, "facing=north,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/library_top", "y": 270 },
"facing=east,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:door/library_top_rh" }, "facing=east,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/library_top_rh" },
"facing=south,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:door/library_top_rh", "y": 90 }, "facing=south,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/library_top_rh", "y": 90 },
"facing=west,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:door/library_top_rh", "y": 180 }, "facing=west,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/library_top_rh", "y": 180 },
"facing=north,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:door/library_top_rh", "y": 270 }, "facing=north,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/library_top_rh", "y": 270 },
"facing=east,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:door/library_top_rh", "y": 90 }, "facing=east,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/library_top_rh", "y": 90 },
"facing=south,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:door/library_top_rh", "y": 180 }, "facing=south,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/library_top_rh", "y": 180 },
"facing=west,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:door/library_top_rh", "y": 270 }, "facing=west,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/library_top_rh", "y": 270 },
"facing=north,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:door/library_top_rh" }, "facing=north,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/library_top_rh" },
"facing=east,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:door/library_top", "y": 270 }, "facing=east,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/library_top", "y": 270 },
"facing=south,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:door/library_top" }, "facing=south,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/library_top" },
"facing=west,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:door/library_top", "y": 90 }, "facing=west,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/library_top", "y": 90 },
"facing=north,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:door/library_top", "y": 180 } "facing=north,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/library_top", "y": 180 }
} }
} }

View file

@ -1,68 +1,68 @@
{ {
"variants": { "variants": {
"facing=east,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:door/mist_bottom" }, "facing=east,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/mist_bottom" },
"facing=south,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:door/mist_bottom", "y": 90 }, "facing=south,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/mist_bottom", "y": 90 },
"facing=west,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:door/mist_bottom", "y": 180 }, "facing=west,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/mist_bottom", "y": 180 },
"facing=north,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:door/mist_bottom", "y": 270 }, "facing=north,half=lower,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/mist_bottom", "y": 270 },
"facing=east,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:door/mist_bottom_rh" }, "facing=east,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/mist_bottom_rh" },
"facing=south,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:door/mist_bottom_rh", "y": 90 }, "facing=south,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/mist_bottom_rh", "y": 90 },
"facing=west,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:door/mist_bottom_rh", "y": 180 }, "facing=west,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/mist_bottom_rh", "y": 180 },
"facing=north,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:door/mist_bottom_rh", "y": 270 }, "facing=north,half=lower,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/mist_bottom_rh", "y": 270 },
"facing=east,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:door/mist_bottom_rh", "y": 90 }, "facing=east,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/mist_bottom_rh", "y": 90 },
"facing=south,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:door/mist_bottom_rh", "y": 180 }, "facing=south,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/mist_bottom_rh", "y": 180 },
"facing=west,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:door/mist_bottom_rh", "y": 270 }, "facing=west,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/mist_bottom_rh", "y": 270 },
"facing=north,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:door/mist_bottom_rh" }, "facing=north,half=lower,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/mist_bottom_rh" },
"facing=east,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:door/mist_bottom", "y": 270 }, "facing=east,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/mist_bottom", "y": 270 },
"facing=south,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:door/mist_bottom" }, "facing=south,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/mist_bottom" },
"facing=west,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:door/mist_bottom", "y": 90 }, "facing=west,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/mist_bottom", "y": 90 },
"facing=north,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:door/mist_bottom", "y": 180 }, "facing=north,half=lower,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/mist_bottom", "y": 180 },
"facing=east,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:door/mist_top" }, "facing=east,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/mist_top" },
"facing=south,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:door/mist_top", "y": 90 }, "facing=south,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/mist_top", "y": 90 },
"facing=west,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:door/mist_top", "y": 180 }, "facing=west,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/mist_top", "y": 180 },
"facing=north,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:door/mist_top", "y": 270 }, "facing=north,half=upper,hinge=left,open=false,powered=false": { "model": "unicopia:block/door/mist_top", "y": 270 },
"facing=east,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:door/mist_top_rh" }, "facing=east,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/mist_top_rh" },
"facing=south,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:door/mist_top_rh", "y": 90 }, "facing=south,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/mist_top_rh", "y": 90 },
"facing=west,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:door/mist_top_rh", "y": 180 }, "facing=west,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/mist_top_rh", "y": 180 },
"facing=north,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:door/mist_top_rh", "y": 270 }, "facing=north,half=upper,hinge=right,open=false,powered=false": { "model": "unicopia:block/door/mist_top_rh", "y": 270 },
"facing=east,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:door/mist_top_rh", "y": 90 }, "facing=east,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/mist_top_rh", "y": 90 },
"facing=south,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:door/mist_top_rh", "y": 180 }, "facing=south,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/mist_top_rh", "y": 180 },
"facing=west,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:door/mist_top_rh", "y": 270 }, "facing=west,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/mist_top_rh", "y": 270 },
"facing=north,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:door/mist_top_rh" }, "facing=north,half=upper,hinge=left,open=true,powered=false": { "model": "unicopia:block/door/mist_top_rh" },
"facing=east,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:door/mist_top", "y": 270 }, "facing=east,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/mist_top", "y": 270 },
"facing=south,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:door/mist_top" }, "facing=south,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/mist_top" },
"facing=west,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:door/mist_top", "y": 90 }, "facing=west,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/mist_top", "y": 90 },
"facing=north,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:door/mist_top", "y": 180 }, "facing=north,half=upper,hinge=right,open=true,powered=false": { "model": "unicopia:block/door/mist_top", "y": 180 },
"facing=east,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:door/mist_bottom" }, "facing=east,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/mist_bottom" },
"facing=south,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:door/mist_bottom", "y": 90 }, "facing=south,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/mist_bottom", "y": 90 },
"facing=west,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:door/mist_bottom", "y": 180 }, "facing=west,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/mist_bottom", "y": 180 },
"facing=north,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:door/mist_bottom", "y": 270 }, "facing=north,half=lower,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/mist_bottom", "y": 270 },
"facing=east,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:door/mist_bottom_rh" }, "facing=east,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/mist_bottom_rh" },
"facing=south,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:door/mist_bottom_rh", "y": 90 }, "facing=south,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/mist_bottom_rh", "y": 90 },
"facing=west,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:door/mist_bottom_rh", "y": 180 }, "facing=west,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/mist_bottom_rh", "y": 180 },
"facing=north,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:door/mist_bottom_rh", "y": 270 }, "facing=north,half=lower,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/mist_bottom_rh", "y": 270 },
"facing=east,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:door/mist_bottom_rh", "y": 90 }, "facing=east,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/mist_bottom_rh", "y": 90 },
"facing=south,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:door/mist_bottom_rh", "y": 180 }, "facing=south,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/mist_bottom_rh", "y": 180 },
"facing=west,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:door/mist_bottom_rh", "y": 270 }, "facing=west,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/mist_bottom_rh", "y": 270 },
"facing=north,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:door/mist_bottom_rh" }, "facing=north,half=lower,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/mist_bottom_rh" },
"facing=east,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:door/mist_bottom", "y": 270 }, "facing=east,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/mist_bottom", "y": 270 },
"facing=south,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:door/mist_bottom" }, "facing=south,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/mist_bottom" },
"facing=west,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:door/mist_bottom", "y": 90 }, "facing=west,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/mist_bottom", "y": 90 },
"facing=north,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:door/mist_bottom", "y": 180 }, "facing=north,half=lower,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/mist_bottom", "y": 180 },
"facing=east,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:door/mist_top" }, "facing=east,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/mist_top" },
"facing=south,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:door/mist_top", "y": 90 }, "facing=south,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/mist_top", "y": 90 },
"facing=west,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:door/mist_top", "y": 180 }, "facing=west,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/mist_top", "y": 180 },
"facing=north,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:door/mist_top", "y": 270 }, "facing=north,half=upper,hinge=left,open=false,powered=true": { "model": "unicopia:block/door/mist_top", "y": 270 },
"facing=east,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:door/mist_top_rh" }, "facing=east,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/mist_top_rh" },
"facing=south,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:door/mist_top_rh", "y": 90 }, "facing=south,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/mist_top_rh", "y": 90 },
"facing=west,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:door/mist_top_rh", "y": 180 }, "facing=west,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/mist_top_rh", "y": 180 },
"facing=north,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:door/mist_top_rh", "y": 270 }, "facing=north,half=upper,hinge=right,open=false,powered=true": { "model": "unicopia:block/door/mist_top_rh", "y": 270 },
"facing=east,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:door/mist_top_rh", "y": 90 }, "facing=east,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/mist_top_rh", "y": 90 },
"facing=south,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:door/mist_top_rh", "y": 180 }, "facing=south,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/mist_top_rh", "y": 180 },
"facing=west,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:door/mist_top_rh", "y": 270 }, "facing=west,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/mist_top_rh", "y": 270 },
"facing=north,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:door/mist_top_rh" }, "facing=north,half=upper,hinge=left,open=true,powered=true": { "model": "unicopia:block/door/mist_top_rh" },
"facing=east,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:door/mist_top", "y": 270 }, "facing=east,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/mist_top", "y": 270 },
"facing=south,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:door/mist_top" }, "facing=south,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/mist_top" },
"facing=west,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:door/mist_top", "y": 90 }, "facing=west,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/mist_top", "y": 90 },
"facing=north,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:door/mist_top", "y": 180 } "facing=north,half=upper,hinge=right,open=true,powered=true": { "model": "unicopia:block/door/mist_top", "y": 180 }
} }
} }

View file

@ -1,5 +0,0 @@
{
"variants": {
"normal": { "model": "unicopia:enchanted_cloud_block" }
}
}

View file

@ -1,6 +0,0 @@
{
"variants": {
"half=bottom,variant=normal": { "model": "unicopia:half_slab_packed_cloud" },
"half=top,variant=normal": { "model": "unicopia:upper_slab_packed_cloud" }
}
}

View file

@ -0,0 +1,20 @@
{
"variants": {
"age=0,shape=bulb": { "model": "unicopia:block/slime_drop/bulb_stage0" },
"age=1,shape=bulb": { "model": "unicopia:block/slime_drop/bulb_stage0" },
"age=2,shape=bulb": { "model": "unicopia:block/slime_drop/bulb_stage1" },
"age=3,shape=bulb": { "model": "unicopia:block/slime_drop/bulb_stage1" },
"age=4,shape=bulb": { "model": "unicopia:block/slime_drop/bulb_stage2" },
"age=5,shape=bulb": { "model": "unicopia:block/slime_drop/bulb_stage2" },
"age=6,shape=bulb": { "model": "unicopia:block/slime_drop/bulb_stage3" },
"age=7,shape=bulb": { "model": "unicopia:block/slime_drop/bulb_stage3" },
"age=0,shape=string": { "model": "unicopia:block/slime_drop/string_stage0" },
"age=1,shape=string": { "model": "unicopia:block/slime_drop/string_stage0" },
"age=2,shape=string": { "model": "unicopia:block/slime_drop/string_stage1" },
"age=3,shape=string": { "model": "unicopia:block/slime_drop/string_stage1" },
"age=4,shape=string": { "model": "unicopia:block/slime_drop/string_stage2" },
"age=5,shape=string": { "model": "unicopia:block/slime_drop/string_stage2" },
"age=6,shape=string": { "model": "unicopia:block/slime_drop/string_stage3" },
"age=7,shape=string": { "model": "unicopia:block/slime_drop/string_stage3" }
}
}

View file

@ -1,12 +1,12 @@
{ {
"variants": { "variants": {
"layers=1": { "model": "unicopia:slime/layer_2" }, "layers=1": { "model": "unicopia:block/slime_layer/layer_2" },
"layers=2": { "model": "unicopia:slime/layer_4" }, "layers=2": { "model": "unicopia:block/slime_layer/layer_4" },
"layers=3": { "model": "unicopia:slime/layer_6" }, "layers=3": { "model": "unicopia:block/slime_layer/layer_6" },
"layers=4": { "model": "unicopia:slime/layer_8" }, "layers=4": { "model": "unicopia:block/slime_layer/layer_8" },
"layers=5": { "model": "unicopia:slime/layer_10" }, "layers=5": { "model": "unicopia:block/slime_layer/layer_10" },
"layers=6": { "model": "unicopia:slime/layer_12" }, "layers=6": { "model": "unicopia:block/slime_layer/layer_12" },
"layers=7": { "model": "unicopia:slime/layer_14" }, "layers=7": { "model": "unicopia:block/slime_layer/layer_14" },
"layers=8": { "model": "minecraft:slime" } "layers=8": { "model": "minecraft:block/slime_block" }
} }
} }

View file

@ -1,5 +1,5 @@
{ {
"variants": { "variants": {
"normal": { "model": "unicopia:tomato_plant/stage0" } "": { "model": "unicopia:block/tomato_plant/stage0" }
} }
} }

View file

@ -1,5 +1,5 @@
{ {
"variants": { "variants": {
"variant=normal": { "model": "unicopia:sugar_block" } "": { "model": "unicopia:block/sugar_block" }
} }
} }

View file

@ -1,20 +1,20 @@
{ {
"variants": { "variants": {
"age=0,type=normal": { "model": "unicopia:tomato_plant/stage0" }, "age=0,type=normal": { "model": "unicopia:block/tomato_plant/stage0" },
"age=1,type=normal": { "model": "unicopia:tomato_plant/stage1" }, "age=1,type=normal": { "model": "unicopia:block/tomato_plant/stage1" },
"age=2,type=normal": { "model": "unicopia:tomato_plant/stage1" }, "age=2,type=normal": { "model": "unicopia:block/tomato_plant/stage1" },
"age=3,type=normal": { "model": "unicopia:tomato_plant/stage2" }, "age=3,type=normal": { "model": "unicopia:block/tomato_plant/stage2" },
"age=4,type=normal": { "model": "unicopia:tomato_plant/stage2" }, "age=4,type=normal": { "model": "unicopia:block/tomato_plant/stage2" },
"age=5,type=normal": { "model": "unicopia:tomato_plant/stage3" }, "age=5,type=normal": { "model": "unicopia:block/tomato_plant/stage3" },
"age=6,type=normal": { "model": "unicopia:tomato_plant/stage4" }, "age=6,type=normal": { "model": "unicopia:block/tomato_plant/stage4" },
"age=7,type=normal": { "model": "unicopia:tomato_plant/stage4" }, "age=7,type=normal": { "model": "unicopia:block/tomato_plant/stage4" },
"age=0,type=cloudsdale": { "model": "unicopia:tomato_plant/stage0" }, "age=0,type=cloudsdale": { "model": "unicopia:block/tomato_plant/stage0" },
"age=1,type=cloudsdale": { "model": "unicopia:tomato_plant/stage1" }, "age=1,type=cloudsdale": { "model": "unicopia:block/tomato_plant/stage1" },
"age=2,type=cloudsdale": { "model": "unicopia:tomato_plant/stage1" }, "age=2,type=cloudsdale": { "model": "unicopia:block/tomato_plant/stage1" },
"age=3,type=cloudsdale": { "model": "unicopia:tomato_plant/stage2" }, "age=3,type=cloudsdale": { "model": "unicopia:block/tomato_plant/stage2" },
"age=4,type=cloudsdale": { "model": "unicopia:tomato_plant/stage2" }, "age=4,type=cloudsdale": { "model": "unicopia:block/tomato_plant/stage2" },
"age=5,type=cloudsdale": { "model": "unicopia:tomato_plant/stage3" }, "age=5,type=cloudsdale": { "model": "unicopia:block/tomato_plant/stage3" },
"age=6,type=cloudsdale": { "model": "unicopia:tomato_plant/stage4" }, "age=6,type=cloudsdale": { "model": "unicopia:block/tomato_plant/stage4" },
"age=7,type=cloudsdale": { "model": "unicopia:tomato_plant/stage4" } "age=7,type=cloudsdale": { "model": "unicopia:block/tomato_plant/stage4" }
} }
} }

View file

@ -191,7 +191,7 @@
"commands.race.usage": "/race <get|set|list|describe> [player] <species>", "commands.race.usage": "/race <get|set|list|describe> [player] <species>",
"commands.race.list": "The available races are:", "commands.race.list": "The available races are:",
"commands.race.permission": "Selected Race is not permitted by your current server", "commands.race.permission": "Selected Race is not permitted by your current server",
"commands.race.fail": ""%s" is not a recognised Race", "commands.race.fail": "\"%s\" is not a recognised Race",
"commands.race.tell.self": "You are a ", "commands.race.tell.self": "You are a ",
"commands.race.tell.self.alt": "You are an ", "commands.race.tell.self.alt": "You are an ",

View file

@ -1,33 +0,0 @@
{ "parent": "block/block",
"display": {
"gui": {
"rotation": [ 30, 135, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.625, 0.625, 0.625 ]
},
"fixed": {
"rotation": [ 0, 90, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.5, 0.5, 0.5 ]
}
},
"ambientocclusion": false,
"textures": {
"texture": "unicopia:blocks/cloud_normal",
"particle": "unicopia:blocks/cloud_normal"
},
"elements": [
{ "from": [ 6, 4, 0 ],
"to": [ 10, 8, 16 ],
"faces": {
"down": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture", "cullface": "down" },
"up": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
"north": { "uv": [ 6, 0, 10, 4 ], "texture": "#texture" },
"south": { "uv": [ 6, 0, 10, 4 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 4, 4 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 4, 4 ], "texture": "#texture" }
},
"__comment": "Left post"
}
]
}

View file

@ -1,20 +0,0 @@
{
"textures": {
"texture": "unicopia:blocks/cloud_enchanted_top",
"particle": "unicopia:blocks/cloud_enchanted_top"
},
"elements": [
{ "from": [ 5, 0, 5 ],
"to": [ 11, 2, 11 ],
"faces": {
"down": { "uv": [ 5, 0, 11, 11 ], "texture": "#texture" },
"up": { "uv": [ 5, 0, 11, 11 ], "texture": "#texture" },
"north": { "uv": [ 5, 0, 11, 2 ], "texture": "#texture" },
"south": { "uv": [ 5, 0, 11, 2 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 11, 2 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 11, 2 ], "texture": "#texture" }
},
"__comment": "top bar"
}
]
}

View file

@ -1,20 +0,0 @@
{
"textures": {
"texture": "unicopia:blocks/cloud_enchanted_top",
"particle": "unicopia:blocks/cloud_enchanted_top"
},
"elements": [
{ "from": [ 5, 0, 0 ],
"to": [ 11, 2, 11 ],
"faces": {
"down": { "uv": [ 5, 0, 11, 11 ], "texture": "#texture" },
"up": { "uv": [ 5, 0, 11, 11 ], "texture": "#texture" },
"north": { "uv": [ 5, 0, 11, 2 ], "texture": "#texture" },
"south": { "uv": [ 5, 0, 11, 2 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 11, 2 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 11, 2 ], "texture": "#texture" }
},
"__comment": "top bar"
}
]
}

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/half_slab", "parent": "block/slab",
"textures": { "textures": {
"bottom": "unicopia:blocks/cloud_normal", "bottom": "unicopia:blocks/cloud_normal",
"top": "unicopia:blocks/cloud_normal", "top": "unicopia:blocks/cloud_normal",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/upper_slab", "parent": "block/slab_top",
"textures": { "textures": {
"bottom": "unicopia:blocks/cloud_normal", "bottom": "unicopia:blocks/cloud_normal",
"top": "unicopia:blocks/cloud_normal", "top": "unicopia:blocks/cloud_normal",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/half_slab", "parent": "block/slab",
"textures": { "textures": {
"bottom": "unicopia:blocks/cloud_packed_top", "bottom": "unicopia:blocks/cloud_packed_top",
"top": "unicopia:blocks/cloud_packed", "top": "unicopia:blocks/cloud_packed",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/upper_slab", "parent": "block/slab_top",
"textures": { "textures": {
"bottom": "unicopia:blocks/cloud_packed", "bottom": "unicopia:blocks/cloud_packed",
"top": "unicopia:blocks/cloud_packed_top", "top": "unicopia:blocks/cloud_packed_top",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/half_slab", "parent": "block/slab",
"textures": { "textures": {
"bottom": "unicopia:blocks/cloud_enchanted_top", "bottom": "unicopia:blocks/cloud_enchanted_top",
"top": "unicopia:blocks/cloud_enchanted", "top": "unicopia:blocks/cloud_enchanted",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/upper_slab", "parent": "block/slab_top",
"textures": { "textures": {
"bottom": "unicopia:blocks/cloud_enchanted", "bottom": "unicopia:blocks/cloud_enchanted",
"top": "unicopia:blocks/cloud_enchanted_top", "top": "unicopia:blocks/cloud_enchanted_top",

View file

@ -1,7 +1,7 @@
{ {
"textures": { "textures": {
"particle": "minecraft:blocks/slime", "particle": "minecraft:block/slime_block",
"texture": "minecraft:blocks/slime" "texture": "minecraft:block/slime_block"
}, },
"elements": [ "elements": [
{ "from": [ 3, 3, 3 ], { "from": [ 3, 3, 3 ],

View file

@ -1,7 +1,7 @@
{ {
"textures": { "textures": {
"particle": "minecraft:blocks/slime", "particle": "minecraft:block/slime_block",
"texture": "minecraft:blocks/slime" "texture": "minecraft:block/slime_block"
}, },
"elements": [ "elements": [
{ "from": [ 3, 3, 3 ], { "from": [ 3, 3, 3 ],

View file

@ -1,7 +1,7 @@
{ {
"textures": { "textures": {
"particle": "minecraft:blocks/slime", "particle": "minecraft:block/slime_block",
"texture": "minecraft:blocks/slime" "texture": "minecraft:block/slime_block"
}, },
"elements": [ "elements": [
{ "from": [ 3, 3, 3 ], { "from": [ 3, 3, 3 ],

View file

@ -1,7 +1,7 @@
{ "parent": "block/thin_block", { "parent": "block/thin_block",
"textures": { "textures": {
"particle": "minecraft:blocks/slime", "particle": "minecraft:block/slime_block",
"texture": "minecraft:blocks/slime" "texture": "minecraft:block/slime_block"
}, },
"elements": [ "elements": [
{ "from": [ 0, 0, 0 ], { "from": [ 0, 0, 0 ],

View file

@ -1,7 +1,7 @@
{ {
"textures": { "textures": {
"particle": "minecraft:blocks/slime", "particle": "minecraft:block/slime_block",
"texture": "minecraft:blocks/slime" "texture": "minecraft:block/slime_block"
}, },
"elements": [ "elements": [
{ "from": [ 0, 0, 0 ], { "from": [ 0, 0, 0 ],

View file

@ -1,7 +1,7 @@
{ {
"textures": { "textures": {
"particle": "minecraft:blocks/slime", "particle": "minecraft:block/slime_block",
"texture": "minecraft:blocks/slime" "texture": "minecraft:block/slime_block"
}, },
"elements": [ "elements": [
{ "from": [ 3, 3, 3 ], { "from": [ 3, 3, 3 ],

View file

@ -1,7 +1,7 @@
{ {
"textures": { "textures": {
"particle": "minecraft:blocks/slime", "particle": "minecraft:block/slime_block",
"texture": "minecraft:blocks/slime" "texture": "minecraft:block/slime_block"
}, },
"elements": [ "elements": [
{ "from": [ 3, 3, 3 ], { "from": [ 3, 3, 3 ],

View file

@ -1,3 +0,0 @@
{
"parent": "unicopia:block/anvil_undamaged"
}

View file

@ -0,0 +1,3 @@
{
"parent": "item/template_spawn_egg"
}

View file

@ -0,0 +1,3 @@
{
"parent": "unicopia:block/chiseled_chitin_shell_block"
}

View file

@ -1,3 +0,0 @@
{
"parent": "unicopia:block/chissled_chitin"
}

View file

@ -1,3 +0,0 @@
{
"parent": "unicopia:block/chitin_block_uncovered"
}

View file

@ -0,0 +1,3 @@
{
"parent": "unicopia:block/chitin_shell_block"
}

View file

@ -0,0 +1,3 @@
{
"parent": "unicopia:block/cloud_anvil"
}

View file

@ -1,3 +0,0 @@
{
"parent": "unicopia:block/cloud_banister_inventory"
}

View file

@ -1,5 +1,5 @@
{ {
"parent": "unicopia:block/normal_cloud_block", "parent": "unicopia:block/cloud_block",
"display": { "display": {
"thirdperson": { "thirdperson": {
"rotation": [ 10, -45, 170 ], "rotation": [ 10, -45, 170 ],

View file

@ -1,5 +1,5 @@
{ {
"parent": "unicopia:block/half_slab_normal_cloud", "parent": "unicopia:block/cloud_slab",
"display": { "display": {
"thirdperson": { "thirdperson": {
"rotation": [ 10, -45, 170 ], "rotation": [ 10, -45, 170 ],

View file

@ -0,0 +1,3 @@
{
"parent": "item/template_spawn_egg"
}

View file

@ -1,5 +1,5 @@
{ {
"parent": "unicopia:block/packed_cloud_block", "parent": "unicopia:block/dense_cloud_block",
"display": { "display": {
"thirdperson": { "thirdperson": {
"rotation": [ 10, -45, 170 ], "rotation": [ 10, -45, 170 ],

View file

@ -1,5 +1,5 @@
{ {
"parent": "unicopia:block/half_slab_packed_cloud", "parent": "unicopia:block/dense_cloud_slab",
"display": { "display": {
"thirdperson": { "thirdperson": {
"rotation": [ 10, -45, 170 ], "rotation": [ 10, -45, 170 ],

View file

@ -1,5 +1,5 @@
{ {
"parent": "unicopia:block/half_slab_enchanted_cloud", "parent": "unicopia:block/enchanted_cloud_slab",
"display": { "display": {
"thirdperson": { "thirdperson": {
"rotation": [ 10, -45, 170 ], "rotation": [ 10, -45, 170 ],

View file

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "unicopia:items/cuccoon" "layer0": "unicopia:items/misted_glass_door"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "unicopia:items/door_cloud" "layer0": "unicopia:items/slime_drop"
} }
} }

View file

@ -1,3 +1,3 @@
{ {
"parent": "unicopia:block/slime/layer_2" "parent": "unicopia:block/slime_layer/layer_2"
} }

View file

@ -6,11 +6,11 @@
"entries": [ "entries": [
{ {
"type": "minecraft:item", "type": "minecraft:item",
"name": "unicopia:spell" "name": "unicopia:gem"
}, },
{ {
"type": "minecraft:item", "type": "minecraft:item",
"name": "unicopia:curse" "name": "unicopia:corrupted_gem"
} }
] ]
} }