diff --git a/resources/assets/morevariants/blocktypes/wood/chest.json b/resources/assets/morevariants/blocktypes/wood/chest.json deleted file mode 100644 index 1a17407..0000000 --- a/resources/assets/morevariants/blocktypes/wood/chest.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "code": "chest", - "class": "BlockGenericTypedContainer", - "entityclass": "GenericTypedContainer", - "behaviors": [{ "name": "Lockable" }, { "name": "Container" }], - "entityBehaviors": [{ "name": "Animatable" }], - "attributes": { - "partialAttachable": true, - "inventoryClassName": "chest", - "defaultType": "normal-generic", - "types": ["normal-generic"], - "rotatatableInterval": { - "normal-generic": "22.5degnot45deg" - }, - "drop": { - "normal-generic": true - }, - "quantitySlots": { - "normal-generic": 16 - }, - "dialogTitleLangCode": { - "normal-generic": "chestcontents" - }, - "storageType": { - "normal-generic": 189 - }, - "retrieveOnly": { - "normal-generic": false - }, - "shape": { - "normal-generic": "game:block/wood/chest/normal" - }, - "variantByGroup": "variant", - "variantByGroupInventory": "variant", - "openSound": "game:sounds/block/largechestopen", - "closeSound": "game:sounds/block/largechestclose" - }, - "variantgroups": [ - { - "code": "variant", - "states": ["birch", "maple", "pine", "acacia", "kapok", "aged"] - } - ], - "shapeInventory": { "base": "game:block/wood/chest/normal", "rotateY": 270 }, - "shape": { "base": "game:block/wood/chest/normal" }, - "textures": { - "normal-generic-accessories": { - "base": "morevariants:block/wood/trunk/accessories" - }, - "normal-generic-lid": { - "base": "morevariants:block/wood/trunk/lid/{variant}" - }, - "normal-generic-sides2": { - "base": "morevariants:block/wood/trunk/sides/{variant}" - } - }, - "creativeinventory": {}, - "creativeinventoryStacks": [ - { - "tabs": ["general", "decorative", "morevariants"], - "stacks": [ - { - "type": "block", - "code": "chest-{variant}", - "attributes": { "type": "normal-generic" } - } - ] - } - ], - "heldTpIdleAnimation": "holdunderarm", - "blockmaterial": "Wood", - "replaceable": 900, - "resistance": 3, - "lightAbsorption": 0, - "sideAo": { "all": false }, - "sidesolid": { - "all": false - }, - "sideopaque": { - "all": false - }, - "collisionbox": { - "x1": 0.0625, - "y1": 0, - "z1": 0.0625, - "x2": 0.9375, - "y2": 0.8125, - "z2": 0.9375 - }, - "selectionbox": { - "x1": 0.0625, - "y1": 0, - "z1": 0.0625, - "x2": 0.9375, - "y2": 0.8125, - "z2": 0.9375 - }, - "combustibleProps": { - "burnTemperature": 600, - "burnDuration": 35 - }, - "sounds": { - "place": "game:block/planks", - "hit": "game:block/planks", - "break": "game:block/planks", - "walk": "game:walk/wood" - }, - "materialDensity": 600, - "tpHandTransform": { - "translation": { "x": -0.9, "y": -0.5, "z": -0.3 }, - "rotation": { "x": 0, "y": 90, "z": -102 }, - "scale": 0.56 - }, - "guiTransform": { - "origin": { "x": 0.5, "y": 0.4, "z": 0.5 }, - "scale": 1.16 - } -} diff --git a/resources/assets/morevariants/blocktypes/wood/labeledchest.json b/resources/assets/morevariants/blocktypes/wood/labeledchest.json deleted file mode 100644 index 9f2b538..0000000 --- a/resources/assets/morevariants/blocktypes/wood/labeledchest.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "code": "labeledchest", - "class": "BlockGenericTypedContainer", - "entityclass": "GenericTypedContainer", - "behaviors": [{ "name": "Lockable" }, { "name": "Container" }], - "entityBehaviors": [{ "name": "Animatable" }], - "attributes": { - "partialAttachable": true, - "inventoryClassName": "chest", - "defaultType": "normal-labeled", - "types": ["normal-labeled"], - "rotatatableInterval": { - "normal-labeled": "22.5degnot45deg" - }, - "drop": { - "normal-labeled": true - }, - "quantitySlots": { - "normal-labeled": 16 - }, - "dialogTitleLangCode": { - "normal-labeled": "chestcontents" - }, - "storageType": { - "normal-labeled": 189 - }, - "retrieveOnly": { - "normal-labeled": false - }, - "shape": { - "normal-labeled": "game:block/wood/chest/normal-labeled" - }, - "variantByGroup": "variant", - "variantByGroupInventory": "null", - "openSound": "game:sounds/block/largechestopen", - "closeSound": "game:sounds/block/largechestclose" - }, - "variantgroups": [ - { - "code": "variant", - "states": ["birch", "maple", "pine", "acacia", "kapok", "aged"] - } - ], - "shapeInventory": { - "base": "game:block/wood/chest/normal-labeled", - "rotateY": 270 - }, - "shape": { "base": "game:block/wood/chest/normal-labeled" }, - "textures": { - "normal-labeled-label": { "base": "game:block/wood/chest/label" }, - "normal-labeled-accessories": { - "base": "morevariants:block/wood/trunk/accessories" - }, - "normal-labeled-lid": { - "base": "morevariants:block/wood/trunk/lid/{variant}" - }, - "normal-labeled-sides2": { - "base": "morevariants:block/wood/trunk/sides/{variant}" - } - }, - "creativeinventory": {}, - "creativeinventoryStacks": [ - { - "tabs": ["general", "decorative", "morevariants"], - "stacks": [ - { - "type": "block", - "code": "labeledchest-{variant}", - "attributes": { "type": "normal-labeled" } - } - ] - } - ], - "heldTpIdleAnimation": "holdunderarm", - "blockmaterial": "Wood", - "replaceable": 900, - "resistance": 3, - "lightAbsorption": 0, - "sideAo": { "all": false }, - "sidesolid": { - "all": false - }, - "sideopaque": { - "all": false - }, - "collisionbox": { - "x1": 0.0625, - "y1": 0, - "z1": 0.0625, - "x2": 0.9375, - "y2": 0.8125, - "z2": 0.9375 - }, - "selectionbox": { - "x1": 0.0625, - "y1": 0, - "z1": 0.0625, - "x2": 0.9375, - "y2": 0.8125, - "z2": 0.9375 - }, - "combustibleProps": { - "burnTemperature": 600, - "burnDuration": 35 - }, - "sounds": { - "place": "game:block/planks", - "hit": "game:block/planks", - "break": "game:block/planks", - "walk": "game:walk/wood" - }, - "materialDensity": 600, - "tpHandTransform": { - "translation": { "x": -0.9, "y": -0.5, "z": -0.3 }, - "rotation": { "x": 0, "y": 90, "z": -102 }, - "scale": 0.56 - }, - "guiTransform": { - "origin": { "x": 0.5, "y": 0.4, "z": 0.5 }, - "scale": 1.16 - } -} diff --git a/resources/assets/morevariants/compatibility/bettercrates/recipes/grid/bettercrate.json b/resources/assets/morevariants/compatibility/bettercrates/recipes/grid/bettercrate.json deleted file mode 100644 index 9bf2900..0000000 --- a/resources/assets/morevariants/compatibility/bettercrates/recipes/grid/bettercrate.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "ingredientPattern": "BLB,BCB,BBB", - "ingredients": { - "B": { - "type": "item", - "code": "game:plank-*", - "allowedVariants": ["birch", "maple", "pine", "acacia", "kapok", "aged"], - "name": "type" - }, - "L": { "type": "block", "code": "game:linen-*-down" }, - "C": { - "type": "block", - "code": "chest-*", - "attributes": { "type": "normal-generic" } - } - }, - "width": 3, - "height": 3, - "output": { - "type": "block", - "code": "bettercrates:bettercrate-wood-center-east" - } -} diff --git a/resources/assets/morevariants/compatibility/bettercrates/recipes/grid/upgrade.json b/resources/assets/morevariants/compatibility/bettercrates/recipes/grid/upgrade.json deleted file mode 100644 index f0d00ea..0000000 --- a/resources/assets/morevariants/compatibility/bettercrates/recipes/grid/upgrade.json +++ /dev/null @@ -1,41 +0,0 @@ -[ - { - "ingredientPattern": "IBI,BCB,IBI", - "ingredients": { - "B": { "type": "item", "code": "game:plank-*" }, - "I": { - "type": "item", - "code": "game:ingot-*", - "allowedVariants": ["copper", "iron"], - "name": "tier" - }, - "C": { - "type": "block", - "code": "chest-*", - "attributes": { "type": "normal-generic" } - } - }, - "width": 3, - "height": 3, - "output": { "type": "item", "code": "bettercrates:upgrade-{tier}" } - }, - { - "ingredientPattern": "IBI,BCB,IBI", - "ingredients": { - "B": { "type": "item", "code": "game:plank-*" }, - "I": { - "type": "item", - "code": "game:ingot-*", - "allowedVariants": ["tinbronze", "bismuthbronze", "blackbronze"] - }, - "C": { - "type": "block", - "code": "chest-*", - "attributes": { "type": "normal-generic" } - } - }, - "width": 3, - "height": 3, - "output": { "type": "item", "code": "bettercrates:upgrade-bronze" } - } -] diff --git a/resources/assets/morevariants/compatibility/carrycapacity/patches/carrycapacity.json b/resources/assets/morevariants/compatibility/carrycapacity/patches/carrycapacity.json index 037f819..3d56c6b 100644 --- a/resources/assets/morevariants/compatibility/carrycapacity/patches/carrycapacity.json +++ b/resources/assets/morevariants/compatibility/carrycapacity/patches/carrycapacity.json @@ -1,30 +1,4 @@ [ - { - "file": "morevariants:blocktypes/wood/chest.json", - "op": "add", - "path": "/behaviors/-", - "value": { - "name": "Carryable", - "properties": { - "translation": [0.0625, 0, 0], - "rotation": [0, 180, 0], - "slots": { "Hands": {}, "Back": {} } - } - } - }, - { - "file": "morevariants:blocktypes/wood/chest-labeled.json", - "op": "add", - "path": "/behaviors/-", - "value": { - "name": "Carryable", - "properties": { - "translation": [0.0625, 0, 0], - "rotation": [0, 180, 0], - "slots": { "Hands": {}, "Back": {} } - } - } - }, { "file": "morevariants:blocktypes/wood/barrel.json", "op": "add", diff --git a/resources/assets/morevariants/compatibility/extrachests/recipes/grid/copper-chest.json b/resources/assets/morevariants/compatibility/extrachests/recipes/grid/copper-chest.json deleted file mode 100644 index 6a7649b..0000000 --- a/resources/assets/morevariants/compatibility/extrachests/recipes/grid/copper-chest.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "ingredientPattern": "CP", - "ingredients": { - "C": { - "type": "block", - "code": "chest-*", - "attributes": { "type": "normal-generic" } - }, - "P": { - "type": "item", - "code": "game:metalplate-copper" - } - }, - "width": 2, - "height": 1, - "output": { - "type": "block", - "code": "extrachests:chest-east", - "attributes": { "type": "copper" } - } -} diff --git a/resources/assets/morevariants/compatibility/extrachests/recipes/grid/copper-labeledchest.json b/resources/assets/morevariants/compatibility/extrachests/recipes/grid/copper-labeledchest.json deleted file mode 100644 index 8dd8e03..0000000 --- a/resources/assets/morevariants/compatibility/extrachests/recipes/grid/copper-labeledchest.json +++ /dev/null @@ -1,23 +0,0 @@ -[ - { - "ingredientPattern": "CP", - "ingredients": { - "C": { - "type": "block", - "code": "labeledchest-*", - "attributes": { "type": "normal-labeled" } - }, - "P": { - "type": "item", - "code": "game:metalplate-copper" - } - }, - "width": 2, - "height": 1, - "output": { - "type": "block", - "code": "extrachests:labeledchest-east", - "attributes": { "type": "copper" } - } - } -] diff --git a/resources/assets/morevariants/compatibility/tradeomat/recipes/grid/tomat-crate.json b/resources/assets/morevariants/compatibility/tradeomat/recipes/grid/tomat-crate.json deleted file mode 100644 index 571fb09..0000000 --- a/resources/assets/morevariants/compatibility/tradeomat/recipes/grid/tomat-crate.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "ingredientPattern": "BB,CC", - "ingredients": { - "B": { - "type": "item", - "code": "game:plank-*" - }, - "C": { - "type": "block", - "code": "morevariants:chest-*", - "attributes": { "type": "normal-generic" } - } - }, - "width": 2, - "height": 2, - "shapeless": false, - "output": { "type": "block", "code": "tradeomat:tomat-crate-north" } -} diff --git a/resources/assets/morevariants/compatibility/tradeomat/recipes/grid/tomat-tall.json b/resources/assets/morevariants/compatibility/tradeomat/recipes/grid/tomat-tall.json deleted file mode 100644 index 6ac12a4..0000000 --- a/resources/assets/morevariants/compatibility/tradeomat/recipes/grid/tomat-tall.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "ingredientPattern": "BHB,_C_,_C_", - "ingredients": { - "H": { - "type": "block", - "code": "game:cobblestone-*" - }, - "B": { - "type": "item", - "code": "game:plank-*" - }, - "C": { - "type": "block", - "code": "morevariants:chest-*", - "attributes": { "type": "normal-generic" } - } - }, - "width": 3, - "height": 3, - "shapeless": false, - "output": { "type": "block", "code": "tradeomat:tomat-tall-north" } -} diff --git a/resources/assets/morevariants/patches/remove-recipes.json b/resources/assets/morevariants/patches/remove-recipes.json index 2ae91db..829b309 100644 --- a/resources/assets/morevariants/patches/remove-recipes.json +++ b/resources/assets/morevariants/patches/remove-recipes.json @@ -27,14 +27,6 @@ "L": { "type": "block", "code": "linen-*-down" } } }, - { - "file": "game:recipes/grid/chest.json", - "op": "replace", - "path": "/ingredients", - "value": { - "W": { "type": "item", "code": "plank-oak" } - } - }, { "file": "game:recipes/grid/door.json", "op": "replace", diff --git a/resources/assets/morevariants/recipes/grid/wood/chest-labeled.json b/resources/assets/morevariants/recipes/grid/wood/chest-labeled.json deleted file mode 100644 index 34b1745..0000000 --- a/resources/assets/morevariants/recipes/grid/wood/chest-labeled.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "ingredientPattern": "S,C", - "ingredients": { - "S": { "type": "block", "code": "game:sign-ground-north" }, - "C": { - "type": "block", - "code": "chest-*", - "attributes": { "type": "normal-generic" }, - "name": "type" - } - }, - "shapeless": true, - "width": 1, - "height": 2, - "output": { - "type": "block", - "code": "labeledchest-{type}", - "attributes": { "type": "normal-labeled" } - } - } -] diff --git a/resources/assets/morevariants/recipes/grid/wood/chest.json b/resources/assets/morevariants/recipes/grid/wood/chest.json deleted file mode 100644 index a16f4ed..0000000 --- a/resources/assets/morevariants/recipes/grid/wood/chest.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "ingredientPattern": "WWW,W_W,WWW", - "ingredients": { - "W": { - "type": "item", - "code": "game:plank-*", - "allowedVariants": ["birch", "maple", "pine", "acacia", "kapok", "aged"], - "name": "type" - } - }, - "width": 3, - "height": 3, - "output": { - "type": "block", - "code": "chest-{type}", - "attributes": { "type": "normal-generic" } - } -} diff --git a/resources/assets/morevariants/shapes/block/wood/chest/normal-acacia.json b/resources/assets/morevariants/shapes/block/wood/chest/normal-acacia.json deleted file mode 100644 index 156bd56..0000000 --- a/resources/assets/morevariants/shapes/block/wood/chest/normal-acacia.json +++ /dev/null @@ -1,554 +0,0 @@ -{ - "editor": { - "allAngles": false, - "entityTextureMode": false - }, - "textureWidth": 16, - "textureHeight": 16, - "textureSizes": { - }, - "textures": { - "sides2": "morevariants:block/wood/trunk/acacia/sides", - "lid": "morevariants:block/wood/trunk/acacia/lid", - "accessories": "morevariants:block/wood/trunk/acacia/accessories" - }, - "elements": [ - { - "name": "origin", - "from": [ 0.0, 0.0, 0.0 ], - "to": [ 0.0, 0.0, 0.0 ], - "rotationOrigin": [ 8.0, 0.0, 8.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false } - }, - "children": [ - { - "name": "floor", - "from": [ 2.0, 1.0, 2.0 ], - "to": [ 14.0, 2.0, 13.0 ], - "rotationOrigin": [ 1.0, 1.0, 1.0 ], - "faces": { - "north": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 1.0 ], "rotation": 180, "enabled": false }, - "east": { "texture": "#lid", "uv": [ 1.0, 0.0, 12.0, 1.0 ], "rotation": 180, "enabled": false }, - "south": { "texture": "#lid", "uv": [ 1.0, 14.0, 13.0, 15.0 ], "rotation": 180, "enabled": false }, - "west": { "texture": "#lid", "uv": [ 1.0, 0.0, 12.0, 1.0 ], "rotation": 180, "enabled": false }, - "up": { "texture": "#lid", "uv": [ 1.0, 3.5, 13.0, 14.5 ] }, - "down": { "texture": "#lid", "uv": [ 1.0, 2.0, 13.0, 13.0 ] } - }, - "children": [ - { - "name": "S", - "from": [ -1.0, 0.0, 11.0 ], - "to": [ 13.0, 10.0, 12.0 ], - "rotationOrigin": [ -2.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#lid", "uv": [ 0.5, 4.0, 14.5, 14.0 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 2.0, 14.0, 12.0 ] }, - "west": { "texture": "#sides2", "uv": [ 13.0, 2.0, 14.0, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 2.0, 9.0, 16.0, 10.0 ] }, - "down": { "texture": "#sides2", "uv": [ 2.0, 3.0, 16.0, 4.0 ] } - } - }, - { - "name": "W", - "from": [ -1.0, 0.0, 0.0 ], - "to": [ 0.0, 10.0, 11.0 ], - "rotationOrigin": [ -2.0, -1.0, -2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 13.0, 2.0, 14.0, 12.0 ], "enabled": false }, - "east": { "texture": "#lid", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 4.5, 9.0, 15.5, 10.0 ], "rotation": 90 }, - "down": { "texture": "#sides2", "uv": [ 1.0, 2.0, 2.0, 13.0 ] } - }, - "children": [ - { - "name": "L holder", - "from": [ -0.5, 7.0, 3.0 ], - "to": [ 0.0, 8.5, 4.5 ], - "rotationOrigin": [ 4.0, 9.0, -10.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ], "enabled": false }, - "south": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "west": { "texture": "#accessories", "uv": [ 1.0, 0.5, 2.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 1.5, 0.5, 3.0 ] } - } - }, - { - "name": "R holder", - "from": [ -0.5, 7.0, 6.5 ], - "to": [ 0.0, 8.5, 8.0 ], - "rotationOrigin": [ 4.0, 9.0, -6.5 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 1.5, 1.5, 3.0, 3.0 ], "enabled": false }, - "south": { "texture": "#accessories", "uv": [ 4.0, 0.5, 4.5, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 1.5 ] } - } - }, - { - "name": "handle 1", - "from": [ -1.0, 7.5, 3.5 ], - "to": [ -0.5, 8.0, 7.5 ], - "rotationOrigin": [ 3.5, 9.5, -9.5 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 2.5, 3.0, 3.0, 3.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 2.5, 4.5, 3.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 4.0, 1.5 ], "rotation": 90 }, - "down": { "texture": "#accessories", "uv": [ 0.0, 2.5, 4.0, 3.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "E", - "from": [ 12.0, 0.0, 0.0 ], - "to": [ 13.0, 10.0, 11.0 ], - "rotationOrigin": [ 0.0, -1.0, -2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 14.0, 2.0, 15.0, 12.0 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ], "enabled": false }, - "west": { "texture": "#lid", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 1.0, 1.5, 12.0, 2.5 ], "rotation": 90 }, - "down": { "texture": "#sides2", "uv": [ 1.0, 2.0, 2.0, 13.0 ] } - }, - "children": [ - { - "name": "L holder1", - "from": [ 1.0, 7.0, 3.0 ], - "to": [ 1.5, 8.5, 4.5 ], - "rotationOrigin": [ 1.0, 8.5, 3.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "west": { "texture": "#accessories", "uv": [ 1.0, 0.5, 2.5, 2.0 ], "enabled": false }, - "up": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 1.5, 0.5, 3.0 ] } - } - }, - { - "name": "R holder2", - "from": [ 1.0, 7.0, 6.5 ], - "to": [ 1.5, 8.5, 8.0 ], - "rotationOrigin": [ 1.0, 8.5, 8.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 1.5, 1.5, 3.0, 3.0 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 0.5, 4.5, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ], "enabled": false }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 1.5 ] } - } - }, - { - "name": "handle 2", - "from": [ 1.5, 7.5, 3.5 ], - "to": [ 2.0, 8.0, 7.5 ], - "rotationOrigin": [ 2.0, 7.5, 3.5 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 2.5, 3.0, 3.0, 3.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 2.5, 4.5, 3.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 4.0, 1.5 ], "rotation": 90 }, - "down": { "texture": "#accessories", "uv": [ 0.0, 2.5, 4.0, 3.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "N", - "from": [ -1.0, 0.0, -1.0 ], - "to": [ 13.0, 10.0, 0.0 ], - "rotationOrigin": [ -2.0, -1.0, -2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 2.0, 14.0, 12.0 ] }, - "east": { "texture": "#sides2", "uv": [ 13.0, 2.0, 14.0, 12.0 ] }, - "south": { "texture": "#lid", "uv": [ 1.0, 2.0, 15.0, 12.0 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 2.0, 4.0, 16.0, 5.0 ], "rotation": 180 }, - "down": { "texture": "#sides2", "uv": [ 1.0, 4.0, 15.0, 5.0 ] } - }, - "children": [ - { - "name": "hinge 1", - "from": [ 2.5, 9.0, 0.8 ], - "to": [ 3.5, 11.0, 1.3 ], - "rotationOrigin": [ 3.0, 9.0, 1.1 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - }, - { - "name": "hinge 2", - "from": [ 10.5, 9.0, 0.8 ], - "to": [ 11.5, 11.0, 1.3 ], - "rotationOrigin": [ 11.0, 9.0, 1.1 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - } - ] - }, - { - "name": "feet 1", - "from": [ -1.0, -1.0, -1.0 ], - "to": [ 1.0, 0.0, 1.0 ], - "rotationOrigin": [ -1.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 12.0, 2.0, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 2.0, 12.0, 4.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 2.5, 12.0, 4.5, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 3.5, 12.0, 5.5, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube14", - "from": [ 2.0, 0.5, 0.0 ], - "to": [ 3.5, 1.0, 1.0 ], - "rotationOrigin": [ 2.0, 0.5, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 1.0, 12.0, 2.5, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 2.5, 12.0, 3.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 6.5, 12.0, 8.0, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 6.0, 12.0, 7.5, 13.0 ] } - } - }, - { - "name": "Cube15", - "from": [ 0.0, 0.5, 2.0 ], - "to": [ 1.0, 1.0, 3.5 ], - "rotationOrigin": [ 0.0, 0.5, 2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 0.0, 12.0, 1.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 1.5, 12.0, 2.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 2.5, 12.0, 4.0, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 14.5, 1.0, 16.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.5, 1.0, 16.0 ] } - } - } - ] - }, - { - "name": "feet 16", - "from": [ 11.0, -1.0, -1.0 ], - "to": [ 13.0, 0.0, 1.0 ], - "rotationOrigin": [ 11.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 1.5, 12.0, 3.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 6.0, 12.0, 8.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 9.5, 12.0, 11.5, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 10.0, 12.0, 12.0, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 2.0, 2.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube17", - "from": [ -1.5, 0.5, 0.0 ], - "to": [ 0.0, 1.0, 1.0 ], - "rotationOrigin": [ -1.5, 0.5, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 2.5, 12.5, 4.0, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "south": { "texture": "#sides2", "uv": [ 8.5, 13.0, 10.0, 13.5 ] }, - "west": { "texture": "#sides2", "uv": [ 10.0, 12.0, 11.0, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 4.5, 12.0, 6.0, 13.0 ] } - } - }, - { - "name": "Cube18", - "from": [ 1.0, 0.5, 2.0 ], - "to": [ 2.0, 1.0, 3.5 ], - "rotationOrigin": [ 1.0, 0.5, 2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 4.5, 12.0, 6.0, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 14.5, 12.0, 15.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 3.0, 12.0, 4.5, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.5, 14.5, 2.0, 15.5 ], "rotation": 90, "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 1.5, 15.0, 3.0, 16.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "feet 19", - "from": [ 11.0, -1.0, 10.0 ], - "to": [ 13.0, 0.0, 12.0 ], - "rotationOrigin": [ 11.0, -1.0, 10.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 8.5, 12.0, 10.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 6.0, 12.0, 8.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 4.5, 12.0, 6.5, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 6.0, 12.0, 8.0, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 2.0, 2.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube20", - "from": [ -1.5, 0.5, 1.0 ], - "to": [ 0.0, 1.0, 2.0 ], - "rotationOrigin": [ -1.5, 0.5, 1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 5.5, 12.0, 7.0, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "south": { "texture": "#sides2", "uv": [ 5.0, 12.0, 6.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 2.5, 12.0, 3.5, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 12.0, 1.5, 13.0 ] } - } - }, - { - "name": "Cube21", - "from": [ 1.0, 0.5, -1.5 ], - "to": [ 2.0, 1.0, 0.0 ], - "rotationOrigin": [ 1.0, 0.5, -1.5 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 10.0, 12.0, 11.0, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 6.0, 12.0, 7.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 1.0, 12.0, 2.5, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 1.5 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 2.0, 12.0, 3.5, 13.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "feet 22", - "from": [ -1.0, -1.0, 10.0 ], - "to": [ 1.0, 0.0, 12.0 ], - "rotationOrigin": [ -1.0, -1.0, 10.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 5.5, 12.0, 7.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 6.5, 12.0, 8.5, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 4.0, 12.0, 6.0, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 1.5, 12.0, 3.5, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 2.0, 2.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube23", - "from": [ 2.0, 0.5, 1.0 ], - "to": [ 3.5, 1.0, 2.0 ], - "rotationOrigin": [ 2.0, 0.5, 1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 6.0, 12.0, 7.5, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 0.5, 12.0, 1.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 9.0, 12.0, 10.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.5, 12.0, 2.0, 13.0 ] } - } - }, - { - "name": "Cube24", - "from": [ 0.0, 0.5, -1.5 ], - "to": [ 1.0, 1.0, 0.0 ], - "rotationOrigin": [ 0.0, 0.5, -1.5 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 4.5, 12.0, 5.5, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 4.5, 11.5, 6.0, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 3.5, 12.0, 5.0, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 1.5 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 2.0, 14.5, 3.5, 15.5 ], "rotation": 90 } - } - } - ] - } - ] - }, - { - "name": "lid", - "from": [ 2.0, 12.0, 2.0 ], - "to": [ 14.0, 13.0, 13.0 ], - "rotationOrigin": [ 8.0, 11.0, 1.0 ], - "faces": { - "north": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 1.0 ], "enabled": false }, - "east": { "texture": "#lid", "uv": [ 0.5, 0.0, 11.5, 1.0 ], "enabled": false }, - "south": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 1.0 ], "enabled": false }, - "west": { "texture": "#lid", "uv": [ 0.5, 0.0, 11.5, 1.0 ], "enabled": false }, - "up": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 11.0 ] }, - "down": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 11.0 ], "rotation": 180 } - }, - "children": [ - { - "name": "West", - "from": [ -1.0, -1.0, 0.0 ], - "to": [ 0.0, 1.0, 11.0 ], - "rotationOrigin": [ -1.0, -1.0, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 1.0, 11.0, 12.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 1.5, 0.0, 12.5, 2.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 11.0 ] }, - "down": { "texture": "#sides2", "uv": [ 3.5, 12.5, 14.5, 13.5 ], "rotation": 90 } - } - }, - { - "name": "East", - "from": [ 12.0, -1.0, 0.0 ], - "to": [ 13.0, 1.0, 11.0 ], - "rotationOrigin": [ 12.0, -1.0, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 1.5, 0.0, 12.5, 2.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 3.0, 11.0, 14.0, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 13.0, 0.0, 14.0, 11.0 ] }, - "down": { "texture": "#sides2", "uv": [ 2.5, 13.5, 13.5, 14.5 ], "rotation": 90 } - } - }, - { - "name": "North", - "from": [ -1.0, -1.0, -1.0 ], - "to": [ 13.0, 1.0, 0.0 ], - "rotationOrigin": [ -1.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 2.0 ] }, - "east": { "texture": "#sides2", "uv": [ 13.0, 0.0, 14.0, 2.0 ] }, - "south": { "texture": "#sides2", "uv": [ 2.0, 11.0, 16.0, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.5, 14.0, 15.5 ] } - }, - "children": [ - { - "name": "hinge 3", - "from": [ 2.5, -0.8, 1.0 ], - "to": [ 3.5, 1.2, 1.5 ], - "rotationOrigin": [ 3.0, -0.8, 1.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - }, - { - "name": "hinge 4", - "from": [ 10.5, -0.8, 1.0 ], - "to": [ 11.5, 1.2, 1.5 ], - "rotationOrigin": [ 11.0, -0.8, 1.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - } - ] - }, - { - "name": "South", - "from": [ -1.0, -1.0, 11.0 ], - "to": [ 13.0, 1.0, 12.0 ], - "rotationOrigin": [ -1.0, -1.0, 11.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.5, 11.0, 14.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 2.0 ] }, - "west": { "texture": "#sides2", "uv": [ 13.0, 0.0, 14.0, 2.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, - "down": { "texture": "#sides2", "uv": [ 0.5, 13.5, 14.5, 14.5 ] } - } - }, - { - "name": "Cube34", - "from": [ 4.5, -2.5, 12.0 ], - "to": [ 7.5, 0.0, 12.5 ], - "rotationOrigin": [ 4.5, -2.5, 12.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 3.0, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.5 ] }, - "south": { "texture": "#accessories", "uv": [ 9.0, 0.5, 12.0, 3.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 3.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 3.0, 0.5 ] } - } - }, - { - "name": "Cube35", - "from": [ 5.0, 0.0, 12.0 ], - "to": [ 7.0, 0.5, 12.5 ], - "rotationOrigin": [ 5.0, 0.0, 12.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 2.0, 0.5 ], "enabled": false }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 0.5 ] }, - "south": { "texture": "#accessories", "uv": [ 9.5, 0.0, 11.5, 0.5 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 0.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 2.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 2.0, 0.5 ], "enabled": false } - } - } - ] - } - ] - } - ], - "animations": [ - { - "name": "lidopen", - "code": "lidopen", - "quantityframes": 30, - "onActivityStopped": "Rewind", - "onAnimationEnd": "Hold", - "keyframes": [ - { - "frame": 0, - "elements": { - "origin": { }, - "lid": { "rotationX": 0.0, "rotationY": 0.0, "rotationZ": 0.0 } - } - }, - { - "frame": 29, - "elements": { - "origin": { }, - "lid": { "rotationX": -67.5, "rotationY": 0.0, "rotationZ": 0.0 } - } - } - ] - } - ] -} \ No newline at end of file diff --git a/resources/assets/morevariants/shapes/block/wood/chest/normal-aged.json b/resources/assets/morevariants/shapes/block/wood/chest/normal-aged.json deleted file mode 100644 index f7ecaaa..0000000 --- a/resources/assets/morevariants/shapes/block/wood/chest/normal-aged.json +++ /dev/null @@ -1,554 +0,0 @@ -{ - "editor": { - "allAngles": false, - "entityTextureMode": false - }, - "textureWidth": 16, - "textureHeight": 16, - "textureSizes": { - }, - "textures": { - "sides2": "morevariants:block/wood/trunk/aged/sides", - "lid": "morevariants:block/wood/trunk/aged/lid", - "accessories": "morevariants:block/wood/trunk/aged/accessories" - }, - "elements": [ - { - "name": "origin", - "from": [ 0.0, 0.0, 0.0 ], - "to": [ 0.0, 0.0, 0.0 ], - "rotationOrigin": [ 8.0, 0.0, 8.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false } - }, - "children": [ - { - "name": "floor", - "from": [ 2.0, 1.0, 2.0 ], - "to": [ 14.0, 2.0, 13.0 ], - "rotationOrigin": [ 1.0, 1.0, 1.0 ], - "faces": { - "north": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 1.0 ], "rotation": 180, "enabled": false }, - "east": { "texture": "#lid", "uv": [ 1.0, 0.0, 12.0, 1.0 ], "rotation": 180, "enabled": false }, - "south": { "texture": "#lid", "uv": [ 1.0, 14.0, 13.0, 15.0 ], "rotation": 180, "enabled": false }, - "west": { "texture": "#lid", "uv": [ 1.0, 0.0, 12.0, 1.0 ], "rotation": 180, "enabled": false }, - "up": { "texture": "#lid", "uv": [ 1.0, 3.5, 13.0, 14.5 ] }, - "down": { "texture": "#lid", "uv": [ 1.0, 2.0, 13.0, 13.0 ] } - }, - "children": [ - { - "name": "S", - "from": [ -1.0, 0.0, 11.0 ], - "to": [ 13.0, 10.0, 12.0 ], - "rotationOrigin": [ -2.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#lid", "uv": [ 0.5, 4.0, 14.5, 14.0 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 2.0, 14.0, 12.0 ] }, - "west": { "texture": "#sides2", "uv": [ 13.0, 2.0, 14.0, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 2.0, 9.0, 16.0, 10.0 ] }, - "down": { "texture": "#sides2", "uv": [ 2.0, 3.0, 16.0, 4.0 ] } - } - }, - { - "name": "W", - "from": [ -1.0, 0.0, 0.0 ], - "to": [ 0.0, 10.0, 11.0 ], - "rotationOrigin": [ -2.0, -1.0, -2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 13.0, 2.0, 14.0, 12.0 ], "enabled": false }, - "east": { "texture": "#lid", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 4.5, 9.0, 15.5, 10.0 ], "rotation": 90 }, - "down": { "texture": "#sides2", "uv": [ 1.0, 2.0, 2.0, 13.0 ] } - }, - "children": [ - { - "name": "L holder", - "from": [ -0.5, 7.0, 3.0 ], - "to": [ 0.0, 8.5, 4.5 ], - "rotationOrigin": [ 4.0, 9.0, -10.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ], "enabled": false }, - "south": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "west": { "texture": "#accessories", "uv": [ 1.0, 0.5, 2.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 1.5, 0.5, 3.0 ] } - } - }, - { - "name": "R holder", - "from": [ -0.5, 7.0, 6.5 ], - "to": [ 0.0, 8.5, 8.0 ], - "rotationOrigin": [ 4.0, 9.0, -6.5 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 1.5, 1.5, 3.0, 3.0 ], "enabled": false }, - "south": { "texture": "#accessories", "uv": [ 4.0, 0.5, 4.5, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 1.5 ] } - } - }, - { - "name": "handle 1", - "from": [ -1.0, 7.5, 3.5 ], - "to": [ -0.5, 8.0, 7.5 ], - "rotationOrigin": [ 3.5, 9.5, -9.5 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 2.5, 3.0, 3.0, 3.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 2.5, 4.5, 3.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 4.0, 1.5 ], "rotation": 90 }, - "down": { "texture": "#accessories", "uv": [ 0.0, 2.5, 4.0, 3.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "E", - "from": [ 12.0, 0.0, 0.0 ], - "to": [ 13.0, 10.0, 11.0 ], - "rotationOrigin": [ 0.0, -1.0, -2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 14.0, 2.0, 15.0, 12.0 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ], "enabled": false }, - "west": { "texture": "#lid", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 1.0, 1.5, 12.0, 2.5 ], "rotation": 90 }, - "down": { "texture": "#sides2", "uv": [ 1.0, 2.0, 2.0, 13.0 ] } - }, - "children": [ - { - "name": "L holder1", - "from": [ 1.0, 7.0, 3.0 ], - "to": [ 1.5, 8.5, 4.5 ], - "rotationOrigin": [ 1.0, 8.5, 3.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "west": { "texture": "#accessories", "uv": [ 1.0, 0.5, 2.5, 2.0 ], "enabled": false }, - "up": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 1.5, 0.5, 3.0 ] } - } - }, - { - "name": "R holder2", - "from": [ 1.0, 7.0, 6.5 ], - "to": [ 1.5, 8.5, 8.0 ], - "rotationOrigin": [ 1.0, 8.5, 8.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 1.5, 1.5, 3.0, 3.0 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 0.5, 4.5, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ], "enabled": false }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 1.5 ] } - } - }, - { - "name": "handle 2", - "from": [ 1.5, 7.5, 3.5 ], - "to": [ 2.0, 8.0, 7.5 ], - "rotationOrigin": [ 2.0, 7.5, 3.5 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 2.5, 3.0, 3.0, 3.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 2.5, 4.5, 3.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 4.0, 1.5 ], "rotation": 90 }, - "down": { "texture": "#accessories", "uv": [ 0.0, 2.5, 4.0, 3.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "N", - "from": [ -1.0, 0.0, -1.0 ], - "to": [ 13.0, 10.0, 0.0 ], - "rotationOrigin": [ -2.0, -1.0, -2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 2.0, 14.0, 12.0 ] }, - "east": { "texture": "#sides2", "uv": [ 13.0, 2.0, 14.0, 12.0 ] }, - "south": { "texture": "#lid", "uv": [ 1.0, 2.0, 15.0, 12.0 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 2.0, 4.0, 16.0, 5.0 ], "rotation": 180 }, - "down": { "texture": "#sides2", "uv": [ 1.0, 4.0, 15.0, 5.0 ] } - }, - "children": [ - { - "name": "hinge 1", - "from": [ 2.5, 9.0, 0.8 ], - "to": [ 3.5, 11.0, 1.3 ], - "rotationOrigin": [ 3.0, 9.0, 1.1 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - }, - { - "name": "hinge 2", - "from": [ 10.5, 9.0, 0.8 ], - "to": [ 11.5, 11.0, 1.3 ], - "rotationOrigin": [ 11.0, 9.0, 1.1 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - } - ] - }, - { - "name": "feet 1", - "from": [ -1.0, -1.0, -1.0 ], - "to": [ 1.0, 0.0, 1.0 ], - "rotationOrigin": [ -1.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 12.0, 2.0, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 2.0, 12.0, 4.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 2.5, 12.0, 4.5, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 3.5, 12.0, 5.5, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube14", - "from": [ 2.0, 0.5, 0.0 ], - "to": [ 3.5, 1.0, 1.0 ], - "rotationOrigin": [ 2.0, 0.5, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 1.0, 12.0, 2.5, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 2.5, 12.0, 3.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 6.5, 12.0, 8.0, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 6.0, 12.0, 7.5, 13.0 ] } - } - }, - { - "name": "Cube15", - "from": [ 0.0, 0.5, 2.0 ], - "to": [ 1.0, 1.0, 3.5 ], - "rotationOrigin": [ 0.0, 0.5, 2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 0.0, 12.0, 1.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 1.5, 12.0, 2.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 2.5, 12.0, 4.0, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 14.5, 1.0, 16.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.5, 1.0, 16.0 ] } - } - } - ] - }, - { - "name": "feet 16", - "from": [ 11.0, -1.0, -1.0 ], - "to": [ 13.0, 0.0, 1.0 ], - "rotationOrigin": [ 11.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 1.5, 12.0, 3.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 6.0, 12.0, 8.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 9.5, 12.0, 11.5, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 10.0, 12.0, 12.0, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 2.0, 2.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube17", - "from": [ -1.5, 0.5, 0.0 ], - "to": [ 0.0, 1.0, 1.0 ], - "rotationOrigin": [ -1.5, 0.5, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 2.5, 12.5, 4.0, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "south": { "texture": "#sides2", "uv": [ 8.5, 13.0, 10.0, 13.5 ] }, - "west": { "texture": "#sides2", "uv": [ 10.0, 12.0, 11.0, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 4.5, 12.0, 6.0, 13.0 ] } - } - }, - { - "name": "Cube18", - "from": [ 1.0, 0.5, 2.0 ], - "to": [ 2.0, 1.0, 3.5 ], - "rotationOrigin": [ 1.0, 0.5, 2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 4.5, 12.0, 6.0, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 14.5, 12.0, 15.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 3.0, 12.0, 4.5, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.5, 14.5, 2.0, 15.5 ], "rotation": 90, "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 1.5, 15.0, 3.0, 16.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "feet 19", - "from": [ 11.0, -1.0, 10.0 ], - "to": [ 13.0, 0.0, 12.0 ], - "rotationOrigin": [ 11.0, -1.0, 10.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 8.5, 12.0, 10.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 6.0, 12.0, 8.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 4.5, 12.0, 6.5, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 6.0, 12.0, 8.0, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 2.0, 2.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube20", - "from": [ -1.5, 0.5, 1.0 ], - "to": [ 0.0, 1.0, 2.0 ], - "rotationOrigin": [ -1.5, 0.5, 1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 5.5, 12.0, 7.0, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "south": { "texture": "#sides2", "uv": [ 5.0, 12.0, 6.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 2.5, 12.0, 3.5, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 12.0, 1.5, 13.0 ] } - } - }, - { - "name": "Cube21", - "from": [ 1.0, 0.5, -1.5 ], - "to": [ 2.0, 1.0, 0.0 ], - "rotationOrigin": [ 1.0, 0.5, -1.5 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 10.0, 12.0, 11.0, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 6.0, 12.0, 7.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 1.0, 12.0, 2.5, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 1.5 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 2.0, 12.0, 3.5, 13.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "feet 22", - "from": [ -1.0, -1.0, 10.0 ], - "to": [ 1.0, 0.0, 12.0 ], - "rotationOrigin": [ -1.0, -1.0, 10.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 5.5, 12.0, 7.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 6.5, 12.0, 8.5, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 4.0, 12.0, 6.0, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 1.5, 12.0, 3.5, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 2.0, 2.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube23", - "from": [ 2.0, 0.5, 1.0 ], - "to": [ 3.5, 1.0, 2.0 ], - "rotationOrigin": [ 2.0, 0.5, 1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 6.0, 12.0, 7.5, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 0.5, 12.0, 1.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 9.0, 12.0, 10.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.5, 12.0, 2.0, 13.0 ] } - } - }, - { - "name": "Cube24", - "from": [ 0.0, 0.5, -1.5 ], - "to": [ 1.0, 1.0, 0.0 ], - "rotationOrigin": [ 0.0, 0.5, -1.5 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 4.5, 12.0, 5.5, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 4.5, 11.5, 6.0, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 3.5, 12.0, 5.0, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 1.5 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 2.0, 14.5, 3.5, 15.5 ], "rotation": 90 } - } - } - ] - } - ] - }, - { - "name": "lid", - "from": [ 2.0, 12.0, 2.0 ], - "to": [ 14.0, 13.0, 13.0 ], - "rotationOrigin": [ 8.0, 11.0, 1.0 ], - "faces": { - "north": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 1.0 ], "enabled": false }, - "east": { "texture": "#lid", "uv": [ 0.5, 0.0, 11.5, 1.0 ], "enabled": false }, - "south": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 1.0 ], "enabled": false }, - "west": { "texture": "#lid", "uv": [ 0.5, 0.0, 11.5, 1.0 ], "enabled": false }, - "up": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 11.0 ] }, - "down": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 11.0 ], "rotation": 180 } - }, - "children": [ - { - "name": "West", - "from": [ -1.0, -1.0, 0.0 ], - "to": [ 0.0, 1.0, 11.0 ], - "rotationOrigin": [ -1.0, -1.0, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 1.0, 11.0, 12.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 1.5, 0.0, 12.5, 2.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 11.0 ] }, - "down": { "texture": "#sides2", "uv": [ 3.5, 12.5, 14.5, 13.5 ], "rotation": 90 } - } - }, - { - "name": "East", - "from": [ 12.0, -1.0, 0.0 ], - "to": [ 13.0, 1.0, 11.0 ], - "rotationOrigin": [ 12.0, -1.0, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 1.5, 0.0, 12.5, 2.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 3.0, 11.0, 14.0, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 13.0, 0.0, 14.0, 11.0 ] }, - "down": { "texture": "#sides2", "uv": [ 2.5, 13.5, 13.5, 14.5 ], "rotation": 90 } - } - }, - { - "name": "North", - "from": [ -1.0, -1.0, -1.0 ], - "to": [ 13.0, 1.0, 0.0 ], - "rotationOrigin": [ -1.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 2.0 ] }, - "east": { "texture": "#sides2", "uv": [ 13.0, 0.0, 14.0, 2.0 ] }, - "south": { "texture": "#sides2", "uv": [ 2.0, 11.0, 16.0, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.5, 14.0, 15.5 ] } - }, - "children": [ - { - "name": "hinge 3", - "from": [ 2.5, -0.8, 1.0 ], - "to": [ 3.5, 1.2, 1.5 ], - "rotationOrigin": [ 3.0, -0.8, 1.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - }, - { - "name": "hinge 4", - "from": [ 10.5, -0.8, 1.0 ], - "to": [ 11.5, 1.2, 1.5 ], - "rotationOrigin": [ 11.0, -0.8, 1.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - } - ] - }, - { - "name": "South", - "from": [ -1.0, -1.0, 11.0 ], - "to": [ 13.0, 1.0, 12.0 ], - "rotationOrigin": [ -1.0, -1.0, 11.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.5, 11.0, 14.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 2.0 ] }, - "west": { "texture": "#sides2", "uv": [ 13.0, 0.0, 14.0, 2.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, - "down": { "texture": "#sides2", "uv": [ 0.5, 13.5, 14.5, 14.5 ] } - } - }, - { - "name": "Cube34", - "from": [ 4.5, -2.5, 12.0 ], - "to": [ 7.5, 0.0, 12.5 ], - "rotationOrigin": [ 4.5, -2.5, 12.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 3.0, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.5 ] }, - "south": { "texture": "#accessories", "uv": [ 9.0, 0.5, 12.0, 3.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 3.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 3.0, 0.5 ] } - } - }, - { - "name": "Cube35", - "from": [ 5.0, 0.0, 12.0 ], - "to": [ 7.0, 0.5, 12.5 ], - "rotationOrigin": [ 5.0, 0.0, 12.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 2.0, 0.5 ], "enabled": false }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 0.5 ] }, - "south": { "texture": "#accessories", "uv": [ 9.5, 0.0, 11.5, 0.5 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 0.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 2.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 2.0, 0.5 ], "enabled": false } - } - } - ] - } - ] - } - ], - "animations": [ - { - "name": "lidopen", - "code": "lidopen", - "quantityframes": 30, - "onActivityStopped": "Rewind", - "onAnimationEnd": "Hold", - "keyframes": [ - { - "frame": 0, - "elements": { - "origin": { }, - "lid": { "rotationX": 0.0, "rotationY": 0.0, "rotationZ": 0.0 } - } - }, - { - "frame": 29, - "elements": { - "origin": { }, - "lid": { "rotationX": -67.5, "rotationY": 0.0, "rotationZ": 0.0 } - } - } - ] - } - ] -} \ No newline at end of file diff --git a/resources/assets/morevariants/shapes/block/wood/chest/normal-birch.json b/resources/assets/morevariants/shapes/block/wood/chest/normal-birch.json deleted file mode 100644 index 57e53ae..0000000 --- a/resources/assets/morevariants/shapes/block/wood/chest/normal-birch.json +++ /dev/null @@ -1,554 +0,0 @@ -{ - "editor": { - "allAngles": false, - "entityTextureMode": false - }, - "textureWidth": 16, - "textureHeight": 16, - "textureSizes": { - }, - "textures": { - "sides2": "morevariants:block/wood/trunk/birch/sides", - "lid": "morevariants:block/wood/trunk/birch/lid", - "accessories": "morevariants:block/wood/trunk/birch/accessories" - }, - "elements": [ - { - "name": "origin", - "from": [ 0.0, 0.0, 0.0 ], - "to": [ 0.0, 0.0, 0.0 ], - "rotationOrigin": [ 8.0, 0.0, 8.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false } - }, - "children": [ - { - "name": "floor", - "from": [ 2.0, 1.0, 2.0 ], - "to": [ 14.0, 2.0, 13.0 ], - "rotationOrigin": [ 1.0, 1.0, 1.0 ], - "faces": { - "north": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 1.0 ], "rotation": 180, "enabled": false }, - "east": { "texture": "#lid", "uv": [ 1.0, 0.0, 12.0, 1.0 ], "rotation": 180, "enabled": false }, - "south": { "texture": "#lid", "uv": [ 1.0, 14.0, 13.0, 15.0 ], "rotation": 180, "enabled": false }, - "west": { "texture": "#lid", "uv": [ 1.0, 0.0, 12.0, 1.0 ], "rotation": 180, "enabled": false }, - "up": { "texture": "#lid", "uv": [ 1.0, 3.5, 13.0, 14.5 ] }, - "down": { "texture": "#lid", "uv": [ 1.0, 2.0, 13.0, 13.0 ] } - }, - "children": [ - { - "name": "S", - "from": [ -1.0, 0.0, 11.0 ], - "to": [ 13.0, 10.0, 12.0 ], - "rotationOrigin": [ -2.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#lid", "uv": [ 0.5, 4.0, 14.5, 14.0 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 2.0, 14.0, 12.0 ] }, - "west": { "texture": "#sides2", "uv": [ 13.0, 2.0, 14.0, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 2.0, 9.0, 16.0, 10.0 ] }, - "down": { "texture": "#sides2", "uv": [ 2.0, 3.0, 16.0, 4.0 ] } - } - }, - { - "name": "W", - "from": [ -1.0, 0.0, 0.0 ], - "to": [ 0.0, 10.0, 11.0 ], - "rotationOrigin": [ -2.0, -1.0, -2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 13.0, 2.0, 14.0, 12.0 ], "enabled": false }, - "east": { "texture": "#lid", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 4.5, 9.0, 15.5, 10.0 ], "rotation": 90 }, - "down": { "texture": "#sides2", "uv": [ 1.0, 2.0, 2.0, 13.0 ] } - }, - "children": [ - { - "name": "L holder", - "from": [ -0.5, 7.0, 3.0 ], - "to": [ 0.0, 8.5, 4.5 ], - "rotationOrigin": [ 4.0, 9.0, -10.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ], "enabled": false }, - "south": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "west": { "texture": "#accessories", "uv": [ 1.0, 0.5, 2.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 1.5, 0.5, 3.0 ] } - } - }, - { - "name": "R holder", - "from": [ -0.5, 7.0, 6.5 ], - "to": [ 0.0, 8.5, 8.0 ], - "rotationOrigin": [ 4.0, 9.0, -6.5 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 1.5, 1.5, 3.0, 3.0 ], "enabled": false }, - "south": { "texture": "#accessories", "uv": [ 4.0, 0.5, 4.5, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 1.5 ] } - } - }, - { - "name": "handle 1", - "from": [ -1.0, 7.5, 3.5 ], - "to": [ -0.5, 8.0, 7.5 ], - "rotationOrigin": [ 3.5, 9.5, -9.5 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 2.5, 3.0, 3.0, 3.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 2.5, 4.5, 3.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 4.0, 1.5 ], "rotation": 90 }, - "down": { "texture": "#accessories", "uv": [ 0.0, 2.5, 4.0, 3.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "E", - "from": [ 12.0, 0.0, 0.0 ], - "to": [ 13.0, 10.0, 11.0 ], - "rotationOrigin": [ 0.0, -1.0, -2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 14.0, 2.0, 15.0, 12.0 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ], "enabled": false }, - "west": { "texture": "#lid", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 1.0, 1.5, 12.0, 2.5 ], "rotation": 90 }, - "down": { "texture": "#sides2", "uv": [ 1.0, 2.0, 2.0, 13.0 ] } - }, - "children": [ - { - "name": "L holder1", - "from": [ 1.0, 7.0, 3.0 ], - "to": [ 1.5, 8.5, 4.5 ], - "rotationOrigin": [ 1.0, 8.5, 3.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "west": { "texture": "#accessories", "uv": [ 1.0, 0.5, 2.5, 2.0 ], "enabled": false }, - "up": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 1.5, 0.5, 3.0 ] } - } - }, - { - "name": "R holder2", - "from": [ 1.0, 7.0, 6.5 ], - "to": [ 1.5, 8.5, 8.0 ], - "rotationOrigin": [ 1.0, 8.5, 8.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 1.5, 1.5, 3.0, 3.0 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 0.5, 4.5, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ], "enabled": false }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 1.5 ] } - } - }, - { - "name": "handle 2", - "from": [ 1.5, 7.5, 3.5 ], - "to": [ 2.0, 8.0, 7.5 ], - "rotationOrigin": [ 2.0, 7.5, 3.5 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 2.5, 3.0, 3.0, 3.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 2.5, 4.5, 3.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 4.0, 1.5 ], "rotation": 90 }, - "down": { "texture": "#accessories", "uv": [ 0.0, 2.5, 4.0, 3.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "N", - "from": [ -1.0, 0.0, -1.0 ], - "to": [ 13.0, 10.0, 0.0 ], - "rotationOrigin": [ -2.0, -1.0, -2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 2.0, 14.0, 12.0 ] }, - "east": { "texture": "#sides2", "uv": [ 13.0, 2.0, 14.0, 12.0 ] }, - "south": { "texture": "#lid", "uv": [ 1.0, 2.0, 15.0, 12.0 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 2.0, 4.0, 16.0, 5.0 ], "rotation": 180 }, - "down": { "texture": "#sides2", "uv": [ 1.0, 4.0, 15.0, 5.0 ] } - }, - "children": [ - { - "name": "hinge 1", - "from": [ 2.5, 9.0, 0.8 ], - "to": [ 3.5, 11.0, 1.3 ], - "rotationOrigin": [ 3.0, 9.0, 1.1 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - }, - { - "name": "hinge 2", - "from": [ 10.5, 9.0, 0.8 ], - "to": [ 11.5, 11.0, 1.3 ], - "rotationOrigin": [ 11.0, 9.0, 1.1 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - } - ] - }, - { - "name": "feet 1", - "from": [ -1.0, -1.0, -1.0 ], - "to": [ 1.0, 0.0, 1.0 ], - "rotationOrigin": [ -1.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 12.0, 2.0, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 2.0, 12.0, 4.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 2.5, 12.0, 4.5, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 3.5, 12.0, 5.5, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube14", - "from": [ 2.0, 0.5, 0.0 ], - "to": [ 3.5, 1.0, 1.0 ], - "rotationOrigin": [ 2.0, 0.5, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 1.0, 12.0, 2.5, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 2.5, 12.0, 3.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 6.5, 12.0, 8.0, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 6.0, 12.0, 7.5, 13.0 ] } - } - }, - { - "name": "Cube15", - "from": [ 0.0, 0.5, 2.0 ], - "to": [ 1.0, 1.0, 3.5 ], - "rotationOrigin": [ 0.0, 0.5, 2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 0.0, 12.0, 1.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 1.5, 12.0, 2.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 2.5, 12.0, 4.0, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 14.5, 1.0, 16.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.5, 1.0, 16.0 ] } - } - } - ] - }, - { - "name": "feet 16", - "from": [ 11.0, -1.0, -1.0 ], - "to": [ 13.0, 0.0, 1.0 ], - "rotationOrigin": [ 11.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 1.5, 12.0, 3.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 6.0, 12.0, 8.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 9.5, 12.0, 11.5, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 10.0, 12.0, 12.0, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 2.0, 2.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube17", - "from": [ -1.5, 0.5, 0.0 ], - "to": [ 0.0, 1.0, 1.0 ], - "rotationOrigin": [ -1.5, 0.5, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 2.5, 12.5, 4.0, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "south": { "texture": "#sides2", "uv": [ 8.5, 13.0, 10.0, 13.5 ] }, - "west": { "texture": "#sides2", "uv": [ 10.0, 12.0, 11.0, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 4.5, 12.0, 6.0, 13.0 ] } - } - }, - { - "name": "Cube18", - "from": [ 1.0, 0.5, 2.0 ], - "to": [ 2.0, 1.0, 3.5 ], - "rotationOrigin": [ 1.0, 0.5, 2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 4.5, 12.0, 6.0, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 14.5, 12.0, 15.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 3.0, 12.0, 4.5, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.5, 14.5, 2.0, 15.5 ], "rotation": 90, "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 1.5, 15.0, 3.0, 16.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "feet 19", - "from": [ 11.0, -1.0, 10.0 ], - "to": [ 13.0, 0.0, 12.0 ], - "rotationOrigin": [ 11.0, -1.0, 10.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 8.5, 12.0, 10.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 6.0, 12.0, 8.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 4.5, 12.0, 6.5, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 6.0, 12.0, 8.0, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 2.0, 2.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube20", - "from": [ -1.5, 0.5, 1.0 ], - "to": [ 0.0, 1.0, 2.0 ], - "rotationOrigin": [ -1.5, 0.5, 1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 5.5, 12.0, 7.0, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "south": { "texture": "#sides2", "uv": [ 5.0, 12.0, 6.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 2.5, 12.0, 3.5, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 12.0, 1.5, 13.0 ] } - } - }, - { - "name": "Cube21", - "from": [ 1.0, 0.5, -1.5 ], - "to": [ 2.0, 1.0, 0.0 ], - "rotationOrigin": [ 1.0, 0.5, -1.5 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 10.0, 12.0, 11.0, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 6.0, 12.0, 7.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 1.0, 12.0, 2.5, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 1.5 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 2.0, 12.0, 3.5, 13.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "feet 22", - "from": [ -1.0, -1.0, 10.0 ], - "to": [ 1.0, 0.0, 12.0 ], - "rotationOrigin": [ -1.0, -1.0, 10.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 5.5, 12.0, 7.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 6.5, 12.0, 8.5, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 4.0, 12.0, 6.0, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 1.5, 12.0, 3.5, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 2.0, 2.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube23", - "from": [ 2.0, 0.5, 1.0 ], - "to": [ 3.5, 1.0, 2.0 ], - "rotationOrigin": [ 2.0, 0.5, 1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 6.0, 12.0, 7.5, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 0.5, 12.0, 1.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 9.0, 12.0, 10.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.5, 12.0, 2.0, 13.0 ] } - } - }, - { - "name": "Cube24", - "from": [ 0.0, 0.5, -1.5 ], - "to": [ 1.0, 1.0, 0.0 ], - "rotationOrigin": [ 0.0, 0.5, -1.5 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 4.5, 12.0, 5.5, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 4.5, 11.5, 6.0, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 3.5, 12.0, 5.0, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 1.5 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 2.0, 14.5, 3.5, 15.5 ], "rotation": 90 } - } - } - ] - } - ] - }, - { - "name": "lid", - "from": [ 2.0, 12.0, 2.0 ], - "to": [ 14.0, 13.0, 13.0 ], - "rotationOrigin": [ 8.0, 11.0, 1.0 ], - "faces": { - "north": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 1.0 ], "enabled": false }, - "east": { "texture": "#lid", "uv": [ 0.5, 0.0, 11.5, 1.0 ], "enabled": false }, - "south": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 1.0 ], "enabled": false }, - "west": { "texture": "#lid", "uv": [ 0.5, 0.0, 11.5, 1.0 ], "enabled": false }, - "up": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 11.0 ] }, - "down": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 11.0 ], "rotation": 180 } - }, - "children": [ - { - "name": "West", - "from": [ -1.0, -1.0, 0.0 ], - "to": [ 0.0, 1.0, 11.0 ], - "rotationOrigin": [ -1.0, -1.0, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 1.0, 11.0, 12.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 1.5, 0.0, 12.5, 2.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 11.0 ] }, - "down": { "texture": "#sides2", "uv": [ 3.5, 12.5, 14.5, 13.5 ], "rotation": 90 } - } - }, - { - "name": "East", - "from": [ 12.0, -1.0, 0.0 ], - "to": [ 13.0, 1.0, 11.0 ], - "rotationOrigin": [ 12.0, -1.0, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 1.5, 0.0, 12.5, 2.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 3.0, 11.0, 14.0, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 13.0, 0.0, 14.0, 11.0 ] }, - "down": { "texture": "#sides2", "uv": [ 2.5, 13.5, 13.5, 14.5 ], "rotation": 90 } - } - }, - { - "name": "North", - "from": [ -1.0, -1.0, -1.0 ], - "to": [ 13.0, 1.0, 0.0 ], - "rotationOrigin": [ -1.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 2.0 ] }, - "east": { "texture": "#sides2", "uv": [ 13.0, 0.0, 14.0, 2.0 ] }, - "south": { "texture": "#sides2", "uv": [ 2.0, 11.0, 16.0, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.5, 14.0, 15.5 ] } - }, - "children": [ - { - "name": "hinge 3", - "from": [ 2.5, -0.8, 1.0 ], - "to": [ 3.5, 1.2, 1.5 ], - "rotationOrigin": [ 3.0, -0.8, 1.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - }, - { - "name": "hinge 4", - "from": [ 10.5, -0.8, 1.0 ], - "to": [ 11.5, 1.2, 1.5 ], - "rotationOrigin": [ 11.0, -0.8, 1.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - } - ] - }, - { - "name": "South", - "from": [ -1.0, -1.0, 11.0 ], - "to": [ 13.0, 1.0, 12.0 ], - "rotationOrigin": [ -1.0, -1.0, 11.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.5, 11.0, 14.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 2.0 ] }, - "west": { "texture": "#sides2", "uv": [ 13.0, 0.0, 14.0, 2.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, - "down": { "texture": "#sides2", "uv": [ 0.5, 13.5, 14.5, 14.5 ] } - } - }, - { - "name": "Cube34", - "from": [ 4.5, -2.5, 12.0 ], - "to": [ 7.5, 0.0, 12.5 ], - "rotationOrigin": [ 4.5, -2.5, 12.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 3.0, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.5 ] }, - "south": { "texture": "#accessories", "uv": [ 9.0, 0.5, 12.0, 3.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 3.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 3.0, 0.5 ] } - } - }, - { - "name": "Cube35", - "from": [ 5.0, 0.0, 12.0 ], - "to": [ 7.0, 0.5, 12.5 ], - "rotationOrigin": [ 5.0, 0.0, 12.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 2.0, 0.5 ], "enabled": false }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 0.5 ] }, - "south": { "texture": "#accessories", "uv": [ 9.5, 0.0, 11.5, 0.5 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 0.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 2.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 2.0, 0.5 ], "enabled": false } - } - } - ] - } - ] - } - ], - "animations": [ - { - "name": "lidopen", - "code": "lidopen", - "quantityframes": 30, - "onActivityStopped": "Rewind", - "onAnimationEnd": "Hold", - "keyframes": [ - { - "frame": 0, - "elements": { - "origin": { }, - "lid": { "rotationX": 0.0, "rotationY": 0.0, "rotationZ": 0.0 } - } - }, - { - "frame": 29, - "elements": { - "origin": { }, - "lid": { "rotationX": -67.5, "rotationY": 0.0, "rotationZ": 0.0 } - } - } - ] - } - ] -} \ No newline at end of file diff --git a/resources/assets/morevariants/shapes/block/wood/chest/normal-kapok.json b/resources/assets/morevariants/shapes/block/wood/chest/normal-kapok.json deleted file mode 100644 index 5dca285..0000000 --- a/resources/assets/morevariants/shapes/block/wood/chest/normal-kapok.json +++ /dev/null @@ -1,554 +0,0 @@ -{ - "editor": { - "allAngles": false, - "entityTextureMode": false - }, - "textureWidth": 16, - "textureHeight": 16, - "textureSizes": { - }, - "textures": { - "sides2": "morevariants:block/wood/trunk/kapok/sides", - "lid": "morevariants:block/wood/trunk/kapok/lid", - "accessories": "morevariants:block/wood/trunk/kapok/accessories" - }, - "elements": [ - { - "name": "origin", - "from": [ 0.0, 0.0, 0.0 ], - "to": [ 0.0, 0.0, 0.0 ], - "rotationOrigin": [ 8.0, 0.0, 8.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false } - }, - "children": [ - { - "name": "floor", - "from": [ 2.0, 1.0, 2.0 ], - "to": [ 14.0, 2.0, 13.0 ], - "rotationOrigin": [ 1.0, 1.0, 1.0 ], - "faces": { - "north": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 1.0 ], "rotation": 180, "enabled": false }, - "east": { "texture": "#lid", "uv": [ 1.0, 0.0, 12.0, 1.0 ], "rotation": 180, "enabled": false }, - "south": { "texture": "#lid", "uv": [ 1.0, 14.0, 13.0, 15.0 ], "rotation": 180, "enabled": false }, - "west": { "texture": "#lid", "uv": [ 1.0, 0.0, 12.0, 1.0 ], "rotation": 180, "enabled": false }, - "up": { "texture": "#lid", "uv": [ 1.0, 3.5, 13.0, 14.5 ] }, - "down": { "texture": "#lid", "uv": [ 1.0, 2.0, 13.0, 13.0 ] } - }, - "children": [ - { - "name": "S", - "from": [ -1.0, 0.0, 11.0 ], - "to": [ 13.0, 10.0, 12.0 ], - "rotationOrigin": [ -2.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#lid", "uv": [ 0.5, 4.0, 14.5, 14.0 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 2.0, 14.0, 12.0 ] }, - "west": { "texture": "#sides2", "uv": [ 13.0, 2.0, 14.0, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 2.0, 9.0, 16.0, 10.0 ] }, - "down": { "texture": "#sides2", "uv": [ 2.0, 3.0, 16.0, 4.0 ] } - } - }, - { - "name": "W", - "from": [ -1.0, 0.0, 0.0 ], - "to": [ 0.0, 10.0, 11.0 ], - "rotationOrigin": [ -2.0, -1.0, -2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 13.0, 2.0, 14.0, 12.0 ], "enabled": false }, - "east": { "texture": "#lid", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 4.5, 9.0, 15.5, 10.0 ], "rotation": 90 }, - "down": { "texture": "#sides2", "uv": [ 1.0, 2.0, 2.0, 13.0 ] } - }, - "children": [ - { - "name": "L holder", - "from": [ -0.5, 7.0, 3.0 ], - "to": [ 0.0, 8.5, 4.5 ], - "rotationOrigin": [ 4.0, 9.0, -10.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ], "enabled": false }, - "south": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "west": { "texture": "#accessories", "uv": [ 1.0, 0.5, 2.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 1.5, 0.5, 3.0 ] } - } - }, - { - "name": "R holder", - "from": [ -0.5, 7.0, 6.5 ], - "to": [ 0.0, 8.5, 8.0 ], - "rotationOrigin": [ 4.0, 9.0, -6.5 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 1.5, 1.5, 3.0, 3.0 ], "enabled": false }, - "south": { "texture": "#accessories", "uv": [ 4.0, 0.5, 4.5, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 1.5 ] } - } - }, - { - "name": "handle 1", - "from": [ -1.0, 7.5, 3.5 ], - "to": [ -0.5, 8.0, 7.5 ], - "rotationOrigin": [ 3.5, 9.5, -9.5 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 2.5, 3.0, 3.0, 3.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 2.5, 4.5, 3.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 4.0, 1.5 ], "rotation": 90 }, - "down": { "texture": "#accessories", "uv": [ 0.0, 2.5, 4.0, 3.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "E", - "from": [ 12.0, 0.0, 0.0 ], - "to": [ 13.0, 10.0, 11.0 ], - "rotationOrigin": [ 0.0, -1.0, -2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 14.0, 2.0, 15.0, 12.0 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ], "enabled": false }, - "west": { "texture": "#lid", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 1.0, 1.5, 12.0, 2.5 ], "rotation": 90 }, - "down": { "texture": "#sides2", "uv": [ 1.0, 2.0, 2.0, 13.0 ] } - }, - "children": [ - { - "name": "L holder1", - "from": [ 1.0, 7.0, 3.0 ], - "to": [ 1.5, 8.5, 4.5 ], - "rotationOrigin": [ 1.0, 8.5, 3.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "west": { "texture": "#accessories", "uv": [ 1.0, 0.5, 2.5, 2.0 ], "enabled": false }, - "up": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 1.5, 0.5, 3.0 ] } - } - }, - { - "name": "R holder2", - "from": [ 1.0, 7.0, 6.5 ], - "to": [ 1.5, 8.5, 8.0 ], - "rotationOrigin": [ 1.0, 8.5, 8.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 1.5, 1.5, 3.0, 3.0 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 0.5, 4.5, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ], "enabled": false }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 1.5 ] } - } - }, - { - "name": "handle 2", - "from": [ 1.5, 7.5, 3.5 ], - "to": [ 2.0, 8.0, 7.5 ], - "rotationOrigin": [ 2.0, 7.5, 3.5 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 2.5, 3.0, 3.0, 3.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 2.5, 4.5, 3.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 4.0, 1.5 ], "rotation": 90 }, - "down": { "texture": "#accessories", "uv": [ 0.0, 2.5, 4.0, 3.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "N", - "from": [ -1.0, 0.0, -1.0 ], - "to": [ 13.0, 10.0, 0.0 ], - "rotationOrigin": [ -2.0, -1.0, -2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 2.0, 14.0, 12.0 ] }, - "east": { "texture": "#sides2", "uv": [ 13.0, 2.0, 14.0, 12.0 ] }, - "south": { "texture": "#lid", "uv": [ 1.0, 2.0, 15.0, 12.0 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 2.0, 4.0, 16.0, 5.0 ], "rotation": 180 }, - "down": { "texture": "#sides2", "uv": [ 1.0, 4.0, 15.0, 5.0 ] } - }, - "children": [ - { - "name": "hinge 1", - "from": [ 2.5, 9.0, 0.8 ], - "to": [ 3.5, 11.0, 1.3 ], - "rotationOrigin": [ 3.0, 9.0, 1.1 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - }, - { - "name": "hinge 2", - "from": [ 10.5, 9.0, 0.8 ], - "to": [ 11.5, 11.0, 1.3 ], - "rotationOrigin": [ 11.0, 9.0, 1.1 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - } - ] - }, - { - "name": "feet 1", - "from": [ -1.0, -1.0, -1.0 ], - "to": [ 1.0, 0.0, 1.0 ], - "rotationOrigin": [ -1.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 12.0, 2.0, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 2.0, 12.0, 4.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 2.5, 12.0, 4.5, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 3.5, 12.0, 5.5, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube14", - "from": [ 2.0, 0.5, 0.0 ], - "to": [ 3.5, 1.0, 1.0 ], - "rotationOrigin": [ 2.0, 0.5, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 1.0, 12.0, 2.5, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 2.5, 12.0, 3.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 6.5, 12.0, 8.0, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 6.0, 12.0, 7.5, 13.0 ] } - } - }, - { - "name": "Cube15", - "from": [ 0.0, 0.5, 2.0 ], - "to": [ 1.0, 1.0, 3.5 ], - "rotationOrigin": [ 0.0, 0.5, 2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 0.0, 12.0, 1.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 1.5, 12.0, 2.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 2.5, 12.0, 4.0, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 14.5, 1.0, 16.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.5, 1.0, 16.0 ] } - } - } - ] - }, - { - "name": "feet 16", - "from": [ 11.0, -1.0, -1.0 ], - "to": [ 13.0, 0.0, 1.0 ], - "rotationOrigin": [ 11.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 1.5, 12.0, 3.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 6.0, 12.0, 8.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 9.5, 12.0, 11.5, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 10.0, 12.0, 12.0, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 2.0, 2.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube17", - "from": [ -1.5, 0.5, 0.0 ], - "to": [ 0.0, 1.0, 1.0 ], - "rotationOrigin": [ -1.5, 0.5, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 2.5, 12.5, 4.0, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "south": { "texture": "#sides2", "uv": [ 8.5, 13.0, 10.0, 13.5 ] }, - "west": { "texture": "#sides2", "uv": [ 10.0, 12.0, 11.0, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 4.5, 12.0, 6.0, 13.0 ] } - } - }, - { - "name": "Cube18", - "from": [ 1.0, 0.5, 2.0 ], - "to": [ 2.0, 1.0, 3.5 ], - "rotationOrigin": [ 1.0, 0.5, 2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 4.5, 12.0, 6.0, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 14.5, 12.0, 15.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 3.0, 12.0, 4.5, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.5, 14.5, 2.0, 15.5 ], "rotation": 90, "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 1.5, 15.0, 3.0, 16.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "feet 19", - "from": [ 11.0, -1.0, 10.0 ], - "to": [ 13.0, 0.0, 12.0 ], - "rotationOrigin": [ 11.0, -1.0, 10.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 8.5, 12.0, 10.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 6.0, 12.0, 8.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 4.5, 12.0, 6.5, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 6.0, 12.0, 8.0, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 2.0, 2.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube20", - "from": [ -1.5, 0.5, 1.0 ], - "to": [ 0.0, 1.0, 2.0 ], - "rotationOrigin": [ -1.5, 0.5, 1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 5.5, 12.0, 7.0, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "south": { "texture": "#sides2", "uv": [ 5.0, 12.0, 6.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 2.5, 12.0, 3.5, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 12.0, 1.5, 13.0 ] } - } - }, - { - "name": "Cube21", - "from": [ 1.0, 0.5, -1.5 ], - "to": [ 2.0, 1.0, 0.0 ], - "rotationOrigin": [ 1.0, 0.5, -1.5 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 10.0, 12.0, 11.0, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 6.0, 12.0, 7.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 1.0, 12.0, 2.5, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 1.5 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 2.0, 12.0, 3.5, 13.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "feet 22", - "from": [ -1.0, -1.0, 10.0 ], - "to": [ 1.0, 0.0, 12.0 ], - "rotationOrigin": [ -1.0, -1.0, 10.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 5.5, 12.0, 7.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 6.5, 12.0, 8.5, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 4.0, 12.0, 6.0, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 1.5, 12.0, 3.5, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 2.0, 2.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube23", - "from": [ 2.0, 0.5, 1.0 ], - "to": [ 3.5, 1.0, 2.0 ], - "rotationOrigin": [ 2.0, 0.5, 1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 6.0, 12.0, 7.5, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 0.5, 12.0, 1.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 9.0, 12.0, 10.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.5, 12.0, 2.0, 13.0 ] } - } - }, - { - "name": "Cube24", - "from": [ 0.0, 0.5, -1.5 ], - "to": [ 1.0, 1.0, 0.0 ], - "rotationOrigin": [ 0.0, 0.5, -1.5 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 4.5, 12.0, 5.5, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 4.5, 11.5, 6.0, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 3.5, 12.0, 5.0, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 1.5 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 2.0, 14.5, 3.5, 15.5 ], "rotation": 90 } - } - } - ] - } - ] - }, - { - "name": "lid", - "from": [ 2.0, 12.0, 2.0 ], - "to": [ 14.0, 13.0, 13.0 ], - "rotationOrigin": [ 8.0, 11.0, 1.0 ], - "faces": { - "north": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 1.0 ], "enabled": false }, - "east": { "texture": "#lid", "uv": [ 0.5, 0.0, 11.5, 1.0 ], "enabled": false }, - "south": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 1.0 ], "enabled": false }, - "west": { "texture": "#lid", "uv": [ 0.5, 0.0, 11.5, 1.0 ], "enabled": false }, - "up": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 11.0 ] }, - "down": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 11.0 ], "rotation": 180 } - }, - "children": [ - { - "name": "West", - "from": [ -1.0, -1.0, 0.0 ], - "to": [ 0.0, 1.0, 11.0 ], - "rotationOrigin": [ -1.0, -1.0, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 1.0, 11.0, 12.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 1.5, 0.0, 12.5, 2.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 11.0 ] }, - "down": { "texture": "#sides2", "uv": [ 3.5, 12.5, 14.5, 13.5 ], "rotation": 90 } - } - }, - { - "name": "East", - "from": [ 12.0, -1.0, 0.0 ], - "to": [ 13.0, 1.0, 11.0 ], - "rotationOrigin": [ 12.0, -1.0, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 1.5, 0.0, 12.5, 2.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 3.0, 11.0, 14.0, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 13.0, 0.0, 14.0, 11.0 ] }, - "down": { "texture": "#sides2", "uv": [ 2.5, 13.5, 13.5, 14.5 ], "rotation": 90 } - } - }, - { - "name": "North", - "from": [ -1.0, -1.0, -1.0 ], - "to": [ 13.0, 1.0, 0.0 ], - "rotationOrigin": [ -1.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 2.0 ] }, - "east": { "texture": "#sides2", "uv": [ 13.0, 0.0, 14.0, 2.0 ] }, - "south": { "texture": "#sides2", "uv": [ 2.0, 11.0, 16.0, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.5, 14.0, 15.5 ] } - }, - "children": [ - { - "name": "hinge 3", - "from": [ 2.5, -0.8, 1.0 ], - "to": [ 3.5, 1.2, 1.5 ], - "rotationOrigin": [ 3.0, -0.8, 1.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - }, - { - "name": "hinge 4", - "from": [ 10.5, -0.8, 1.0 ], - "to": [ 11.5, 1.2, 1.5 ], - "rotationOrigin": [ 11.0, -0.8, 1.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - } - ] - }, - { - "name": "South", - "from": [ -1.0, -1.0, 11.0 ], - "to": [ 13.0, 1.0, 12.0 ], - "rotationOrigin": [ -1.0, -1.0, 11.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.5, 11.0, 14.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 2.0 ] }, - "west": { "texture": "#sides2", "uv": [ 13.0, 0.0, 14.0, 2.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, - "down": { "texture": "#sides2", "uv": [ 0.5, 13.5, 14.5, 14.5 ] } - } - }, - { - "name": "Cube34", - "from": [ 4.5, -2.5, 12.0 ], - "to": [ 7.5, 0.0, 12.5 ], - "rotationOrigin": [ 4.5, -2.5, 12.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 3.0, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.5 ] }, - "south": { "texture": "#accessories", "uv": [ 9.0, 0.5, 12.0, 3.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 3.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 3.0, 0.5 ] } - } - }, - { - "name": "Cube35", - "from": [ 5.0, 0.0, 12.0 ], - "to": [ 7.0, 0.5, 12.5 ], - "rotationOrigin": [ 5.0, 0.0, 12.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 2.0, 0.5 ], "enabled": false }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 0.5 ] }, - "south": { "texture": "#accessories", "uv": [ 9.5, 0.0, 11.5, 0.5 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 0.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 2.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 2.0, 0.5 ], "enabled": false } - } - } - ] - } - ] - } - ], - "animations": [ - { - "name": "lidopen", - "code": "lidopen", - "quantityframes": 30, - "onActivityStopped": "Rewind", - "onAnimationEnd": "Hold", - "keyframes": [ - { - "frame": 0, - "elements": { - "origin": { }, - "lid": { "rotationX": 0.0, "rotationY": 0.0, "rotationZ": 0.0 } - } - }, - { - "frame": 29, - "elements": { - "origin": { }, - "lid": { "rotationX": -67.5, "rotationY": 0.0, "rotationZ": 0.0 } - } - } - ] - } - ] -} \ No newline at end of file diff --git a/resources/assets/morevariants/shapes/block/wood/chest/normal-maple.json b/resources/assets/morevariants/shapes/block/wood/chest/normal-maple.json deleted file mode 100644 index 8f03090..0000000 --- a/resources/assets/morevariants/shapes/block/wood/chest/normal-maple.json +++ /dev/null @@ -1,554 +0,0 @@ -{ - "editor": { - "allAngles": false, - "entityTextureMode": false - }, - "textureWidth": 16, - "textureHeight": 16, - "textureSizes": { - }, - "textures": { - "sides2": "morevariants:block/wood/trunk/maple/sides", - "lid": "morevariants:block/wood/trunk/maple/lid", - "accessories": "morevariants:block/wood/trunk/maple/accessories" - }, - "elements": [ - { - "name": "origin", - "from": [ 0.0, 0.0, 0.0 ], - "to": [ 0.0, 0.0, 0.0 ], - "rotationOrigin": [ 8.0, 0.0, 8.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false } - }, - "children": [ - { - "name": "floor", - "from": [ 2.0, 1.0, 2.0 ], - "to": [ 14.0, 2.0, 13.0 ], - "rotationOrigin": [ 1.0, 1.0, 1.0 ], - "faces": { - "north": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 1.0 ], "rotation": 180, "enabled": false }, - "east": { "texture": "#lid", "uv": [ 1.0, 0.0, 12.0, 1.0 ], "rotation": 180, "enabled": false }, - "south": { "texture": "#lid", "uv": [ 1.0, 14.0, 13.0, 15.0 ], "rotation": 180, "enabled": false }, - "west": { "texture": "#lid", "uv": [ 1.0, 0.0, 12.0, 1.0 ], "rotation": 180, "enabled": false }, - "up": { "texture": "#lid", "uv": [ 1.0, 3.5, 13.0, 14.5 ] }, - "down": { "texture": "#lid", "uv": [ 1.0, 2.0, 13.0, 13.0 ] } - }, - "children": [ - { - "name": "S", - "from": [ -1.0, 0.0, 11.0 ], - "to": [ 13.0, 10.0, 12.0 ], - "rotationOrigin": [ -2.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#lid", "uv": [ 0.5, 4.0, 14.5, 14.0 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 2.0, 14.0, 12.0 ] }, - "west": { "texture": "#sides2", "uv": [ 13.0, 2.0, 14.0, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 2.0, 9.0, 16.0, 10.0 ] }, - "down": { "texture": "#sides2", "uv": [ 2.0, 3.0, 16.0, 4.0 ] } - } - }, - { - "name": "W", - "from": [ -1.0, 0.0, 0.0 ], - "to": [ 0.0, 10.0, 11.0 ], - "rotationOrigin": [ -2.0, -1.0, -2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 13.0, 2.0, 14.0, 12.0 ], "enabled": false }, - "east": { "texture": "#lid", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 4.5, 9.0, 15.5, 10.0 ], "rotation": 90 }, - "down": { "texture": "#sides2", "uv": [ 1.0, 2.0, 2.0, 13.0 ] } - }, - "children": [ - { - "name": "L holder", - "from": [ -0.5, 7.0, 3.0 ], - "to": [ 0.0, 8.5, 4.5 ], - "rotationOrigin": [ 4.0, 9.0, -10.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ], "enabled": false }, - "south": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "west": { "texture": "#accessories", "uv": [ 1.0, 0.5, 2.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 1.5, 0.5, 3.0 ] } - } - }, - { - "name": "R holder", - "from": [ -0.5, 7.0, 6.5 ], - "to": [ 0.0, 8.5, 8.0 ], - "rotationOrigin": [ 4.0, 9.0, -6.5 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 1.5, 1.5, 3.0, 3.0 ], "enabled": false }, - "south": { "texture": "#accessories", "uv": [ 4.0, 0.5, 4.5, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 1.5 ] } - } - }, - { - "name": "handle 1", - "from": [ -1.0, 7.5, 3.5 ], - "to": [ -0.5, 8.0, 7.5 ], - "rotationOrigin": [ 3.5, 9.5, -9.5 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 2.5, 3.0, 3.0, 3.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 2.5, 4.5, 3.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 4.0, 1.5 ], "rotation": 90 }, - "down": { "texture": "#accessories", "uv": [ 0.0, 2.5, 4.0, 3.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "E", - "from": [ 12.0, 0.0, 0.0 ], - "to": [ 13.0, 10.0, 11.0 ], - "rotationOrigin": [ 0.0, -1.0, -2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 14.0, 2.0, 15.0, 12.0 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ], "enabled": false }, - "west": { "texture": "#lid", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 1.0, 1.5, 12.0, 2.5 ], "rotation": 90 }, - "down": { "texture": "#sides2", "uv": [ 1.0, 2.0, 2.0, 13.0 ] } - }, - "children": [ - { - "name": "L holder1", - "from": [ 1.0, 7.0, 3.0 ], - "to": [ 1.5, 8.5, 4.5 ], - "rotationOrigin": [ 1.0, 8.5, 3.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "west": { "texture": "#accessories", "uv": [ 1.0, 0.5, 2.5, 2.0 ], "enabled": false }, - "up": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 1.5, 0.5, 3.0 ] } - } - }, - { - "name": "R holder2", - "from": [ 1.0, 7.0, 6.5 ], - "to": [ 1.5, 8.5, 8.0 ], - "rotationOrigin": [ 1.0, 8.5, 8.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 1.5, 1.5, 3.0, 3.0 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 0.5, 4.5, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ], "enabled": false }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 1.5 ] } - } - }, - { - "name": "handle 2", - "from": [ 1.5, 7.5, 3.5 ], - "to": [ 2.0, 8.0, 7.5 ], - "rotationOrigin": [ 2.0, 7.5, 3.5 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 2.5, 3.0, 3.0, 3.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 2.5, 4.5, 3.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 4.0, 1.5 ], "rotation": 90 }, - "down": { "texture": "#accessories", "uv": [ 0.0, 2.5, 4.0, 3.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "N", - "from": [ -1.0, 0.0, -1.0 ], - "to": [ 13.0, 10.0, 0.0 ], - "rotationOrigin": [ -2.0, -1.0, -2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 2.0, 14.0, 12.0 ] }, - "east": { "texture": "#sides2", "uv": [ 13.0, 2.0, 14.0, 12.0 ] }, - "south": { "texture": "#lid", "uv": [ 1.0, 2.0, 15.0, 12.0 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 2.0, 4.0, 16.0, 5.0 ], "rotation": 180 }, - "down": { "texture": "#sides2", "uv": [ 1.0, 4.0, 15.0, 5.0 ] } - }, - "children": [ - { - "name": "hinge 1", - "from": [ 2.5, 9.0, 0.8 ], - "to": [ 3.5, 11.0, 1.3 ], - "rotationOrigin": [ 3.0, 9.0, 1.1 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - }, - { - "name": "hinge 2", - "from": [ 10.5, 9.0, 0.8 ], - "to": [ 11.5, 11.0, 1.3 ], - "rotationOrigin": [ 11.0, 9.0, 1.1 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - } - ] - }, - { - "name": "feet 1", - "from": [ -1.0, -1.0, -1.0 ], - "to": [ 1.0, 0.0, 1.0 ], - "rotationOrigin": [ -1.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 12.0, 2.0, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 2.0, 12.0, 4.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 2.5, 12.0, 4.5, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 3.5, 12.0, 5.5, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube14", - "from": [ 2.0, 0.5, 0.0 ], - "to": [ 3.5, 1.0, 1.0 ], - "rotationOrigin": [ 2.0, 0.5, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 1.0, 12.0, 2.5, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 2.5, 12.0, 3.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 6.5, 12.0, 8.0, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 6.0, 12.0, 7.5, 13.0 ] } - } - }, - { - "name": "Cube15", - "from": [ 0.0, 0.5, 2.0 ], - "to": [ 1.0, 1.0, 3.5 ], - "rotationOrigin": [ 0.0, 0.5, 2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 0.0, 12.0, 1.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 1.5, 12.0, 2.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 2.5, 12.0, 4.0, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 14.5, 1.0, 16.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.5, 1.0, 16.0 ] } - } - } - ] - }, - { - "name": "feet 16", - "from": [ 11.0, -1.0, -1.0 ], - "to": [ 13.0, 0.0, 1.0 ], - "rotationOrigin": [ 11.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 1.5, 12.0, 3.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 6.0, 12.0, 8.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 9.5, 12.0, 11.5, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 10.0, 12.0, 12.0, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 2.0, 2.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube17", - "from": [ -1.5, 0.5, 0.0 ], - "to": [ 0.0, 1.0, 1.0 ], - "rotationOrigin": [ -1.5, 0.5, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 2.5, 12.5, 4.0, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "south": { "texture": "#sides2", "uv": [ 8.5, 13.0, 10.0, 13.5 ] }, - "west": { "texture": "#sides2", "uv": [ 10.0, 12.0, 11.0, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 4.5, 12.0, 6.0, 13.0 ] } - } - }, - { - "name": "Cube18", - "from": [ 1.0, 0.5, 2.0 ], - "to": [ 2.0, 1.0, 3.5 ], - "rotationOrigin": [ 1.0, 0.5, 2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 4.5, 12.0, 6.0, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 14.5, 12.0, 15.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 3.0, 12.0, 4.5, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.5, 14.5, 2.0, 15.5 ], "rotation": 90, "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 1.5, 15.0, 3.0, 16.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "feet 19", - "from": [ 11.0, -1.0, 10.0 ], - "to": [ 13.0, 0.0, 12.0 ], - "rotationOrigin": [ 11.0, -1.0, 10.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 8.5, 12.0, 10.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 6.0, 12.0, 8.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 4.5, 12.0, 6.5, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 6.0, 12.0, 8.0, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 2.0, 2.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube20", - "from": [ -1.5, 0.5, 1.0 ], - "to": [ 0.0, 1.0, 2.0 ], - "rotationOrigin": [ -1.5, 0.5, 1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 5.5, 12.0, 7.0, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "south": { "texture": "#sides2", "uv": [ 5.0, 12.0, 6.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 2.5, 12.0, 3.5, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 12.0, 1.5, 13.0 ] } - } - }, - { - "name": "Cube21", - "from": [ 1.0, 0.5, -1.5 ], - "to": [ 2.0, 1.0, 0.0 ], - "rotationOrigin": [ 1.0, 0.5, -1.5 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 10.0, 12.0, 11.0, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 6.0, 12.0, 7.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 1.0, 12.0, 2.5, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 1.5 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 2.0, 12.0, 3.5, 13.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "feet 22", - "from": [ -1.0, -1.0, 10.0 ], - "to": [ 1.0, 0.0, 12.0 ], - "rotationOrigin": [ -1.0, -1.0, 10.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 5.5, 12.0, 7.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 6.5, 12.0, 8.5, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 4.0, 12.0, 6.0, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 1.5, 12.0, 3.5, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 2.0, 2.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube23", - "from": [ 2.0, 0.5, 1.0 ], - "to": [ 3.5, 1.0, 2.0 ], - "rotationOrigin": [ 2.0, 0.5, 1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 6.0, 12.0, 7.5, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 0.5, 12.0, 1.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 9.0, 12.0, 10.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.5, 12.0, 2.0, 13.0 ] } - } - }, - { - "name": "Cube24", - "from": [ 0.0, 0.5, -1.5 ], - "to": [ 1.0, 1.0, 0.0 ], - "rotationOrigin": [ 0.0, 0.5, -1.5 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 4.5, 12.0, 5.5, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 4.5, 11.5, 6.0, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 3.5, 12.0, 5.0, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 1.5 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 2.0, 14.5, 3.5, 15.5 ], "rotation": 90 } - } - } - ] - } - ] - }, - { - "name": "lid", - "from": [ 2.0, 12.0, 2.0 ], - "to": [ 14.0, 13.0, 13.0 ], - "rotationOrigin": [ 8.0, 11.0, 1.0 ], - "faces": { - "north": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 1.0 ], "enabled": false }, - "east": { "texture": "#lid", "uv": [ 0.5, 0.0, 11.5, 1.0 ], "enabled": false }, - "south": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 1.0 ], "enabled": false }, - "west": { "texture": "#lid", "uv": [ 0.5, 0.0, 11.5, 1.0 ], "enabled": false }, - "up": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 11.0 ] }, - "down": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 11.0 ], "rotation": 180 } - }, - "children": [ - { - "name": "West", - "from": [ -1.0, -1.0, 0.0 ], - "to": [ 0.0, 1.0, 11.0 ], - "rotationOrigin": [ -1.0, -1.0, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 1.0, 11.0, 12.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 1.5, 0.0, 12.5, 2.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 11.0 ] }, - "down": { "texture": "#sides2", "uv": [ 3.5, 12.5, 14.5, 13.5 ], "rotation": 90 } - } - }, - { - "name": "East", - "from": [ 12.0, -1.0, 0.0 ], - "to": [ 13.0, 1.0, 11.0 ], - "rotationOrigin": [ 12.0, -1.0, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 1.5, 0.0, 12.5, 2.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 3.0, 11.0, 14.0, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 13.0, 0.0, 14.0, 11.0 ] }, - "down": { "texture": "#sides2", "uv": [ 2.5, 13.5, 13.5, 14.5 ], "rotation": 90 } - } - }, - { - "name": "North", - "from": [ -1.0, -1.0, -1.0 ], - "to": [ 13.0, 1.0, 0.0 ], - "rotationOrigin": [ -1.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 2.0 ] }, - "east": { "texture": "#sides2", "uv": [ 13.0, 0.0, 14.0, 2.0 ] }, - "south": { "texture": "#sides2", "uv": [ 2.0, 11.0, 16.0, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.5, 14.0, 15.5 ] } - }, - "children": [ - { - "name": "hinge 3", - "from": [ 2.5, -0.8, 1.0 ], - "to": [ 3.5, 1.2, 1.5 ], - "rotationOrigin": [ 3.0, -0.8, 1.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - }, - { - "name": "hinge 4", - "from": [ 10.5, -0.8, 1.0 ], - "to": [ 11.5, 1.2, 1.5 ], - "rotationOrigin": [ 11.0, -0.8, 1.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - } - ] - }, - { - "name": "South", - "from": [ -1.0, -1.0, 11.0 ], - "to": [ 13.0, 1.0, 12.0 ], - "rotationOrigin": [ -1.0, -1.0, 11.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.5, 11.0, 14.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 2.0 ] }, - "west": { "texture": "#sides2", "uv": [ 13.0, 0.0, 14.0, 2.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, - "down": { "texture": "#sides2", "uv": [ 0.5, 13.5, 14.5, 14.5 ] } - } - }, - { - "name": "Cube34", - "from": [ 4.5, -2.5, 12.0 ], - "to": [ 7.5, 0.0, 12.5 ], - "rotationOrigin": [ 4.5, -2.5, 12.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 3.0, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.5 ] }, - "south": { "texture": "#accessories", "uv": [ 9.0, 0.5, 12.0, 3.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 3.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 3.0, 0.5 ] } - } - }, - { - "name": "Cube35", - "from": [ 5.0, 0.0, 12.0 ], - "to": [ 7.0, 0.5, 12.5 ], - "rotationOrigin": [ 5.0, 0.0, 12.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 2.0, 0.5 ], "enabled": false }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 0.5 ] }, - "south": { "texture": "#accessories", "uv": [ 9.5, 0.0, 11.5, 0.5 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 0.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 2.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 2.0, 0.5 ], "enabled": false } - } - } - ] - } - ] - } - ], - "animations": [ - { - "name": "lidopen", - "code": "lidopen", - "quantityframes": 30, - "onActivityStopped": "Rewind", - "onAnimationEnd": "Hold", - "keyframes": [ - { - "frame": 0, - "elements": { - "origin": { }, - "lid": { "rotationX": 0.0, "rotationY": 0.0, "rotationZ": 0.0 } - } - }, - { - "frame": 29, - "elements": { - "origin": { }, - "lid": { "rotationX": -67.5, "rotationY": 0.0, "rotationZ": 0.0 } - } - } - ] - } - ] -} \ No newline at end of file diff --git a/resources/assets/morevariants/shapes/block/wood/chest/normal-pine.json b/resources/assets/morevariants/shapes/block/wood/chest/normal-pine.json deleted file mode 100644 index 2c3d31b..0000000 --- a/resources/assets/morevariants/shapes/block/wood/chest/normal-pine.json +++ /dev/null @@ -1,554 +0,0 @@ -{ - "editor": { - "allAngles": false, - "entityTextureMode": false - }, - "textureWidth": 16, - "textureHeight": 16, - "textureSizes": { - }, - "textures": { - "sides2": "morevariants:block/wood/trunk/pine/sides", - "lid": "morevariants:block/wood/trunk/pine/lid", - "accessories": "morevariants:block/wood/trunk/pine/accessories" - }, - "elements": [ - { - "name": "origin", - "from": [ 0.0, 0.0, 0.0 ], - "to": [ 0.0, 0.0, 0.0 ], - "rotationOrigin": [ 8.0, 0.0, 8.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false } - }, - "children": [ - { - "name": "floor", - "from": [ 2.0, 1.0, 2.0 ], - "to": [ 14.0, 2.0, 13.0 ], - "rotationOrigin": [ 1.0, 1.0, 1.0 ], - "faces": { - "north": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 1.0 ], "rotation": 180, "enabled": false }, - "east": { "texture": "#lid", "uv": [ 1.0, 0.0, 12.0, 1.0 ], "rotation": 180, "enabled": false }, - "south": { "texture": "#lid", "uv": [ 1.0, 14.0, 13.0, 15.0 ], "rotation": 180, "enabled": false }, - "west": { "texture": "#lid", "uv": [ 1.0, 0.0, 12.0, 1.0 ], "rotation": 180, "enabled": false }, - "up": { "texture": "#lid", "uv": [ 1.0, 3.5, 13.0, 14.5 ] }, - "down": { "texture": "#lid", "uv": [ 1.0, 2.0, 13.0, 13.0 ] } - }, - "children": [ - { - "name": "S", - "from": [ -1.0, 0.0, 11.0 ], - "to": [ 13.0, 10.0, 12.0 ], - "rotationOrigin": [ -2.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#lid", "uv": [ 0.5, 4.0, 14.5, 14.0 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 2.0, 14.0, 12.0 ] }, - "west": { "texture": "#sides2", "uv": [ 13.0, 2.0, 14.0, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 2.0, 9.0, 16.0, 10.0 ] }, - "down": { "texture": "#sides2", "uv": [ 2.0, 3.0, 16.0, 4.0 ] } - } - }, - { - "name": "W", - "from": [ -1.0, 0.0, 0.0 ], - "to": [ 0.0, 10.0, 11.0 ], - "rotationOrigin": [ -2.0, -1.0, -2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 13.0, 2.0, 14.0, 12.0 ], "enabled": false }, - "east": { "texture": "#lid", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 4.5, 9.0, 15.5, 10.0 ], "rotation": 90 }, - "down": { "texture": "#sides2", "uv": [ 1.0, 2.0, 2.0, 13.0 ] } - }, - "children": [ - { - "name": "L holder", - "from": [ -0.5, 7.0, 3.0 ], - "to": [ 0.0, 8.5, 4.5 ], - "rotationOrigin": [ 4.0, 9.0, -10.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ], "enabled": false }, - "south": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "west": { "texture": "#accessories", "uv": [ 1.0, 0.5, 2.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 1.5, 0.5, 3.0 ] } - } - }, - { - "name": "R holder", - "from": [ -0.5, 7.0, 6.5 ], - "to": [ 0.0, 8.5, 8.0 ], - "rotationOrigin": [ 4.0, 9.0, -6.5 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 1.5, 1.5, 3.0, 3.0 ], "enabled": false }, - "south": { "texture": "#accessories", "uv": [ 4.0, 0.5, 4.5, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 1.5 ] } - } - }, - { - "name": "handle 1", - "from": [ -1.0, 7.5, 3.5 ], - "to": [ -0.5, 8.0, 7.5 ], - "rotationOrigin": [ 3.5, 9.5, -9.5 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 2.5, 3.0, 3.0, 3.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 2.5, 4.5, 3.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 4.0, 1.5 ], "rotation": 90 }, - "down": { "texture": "#accessories", "uv": [ 0.0, 2.5, 4.0, 3.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "E", - "from": [ 12.0, 0.0, 0.0 ], - "to": [ 13.0, 10.0, 11.0 ], - "rotationOrigin": [ 0.0, -1.0, -2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 14.0, 2.0, 15.0, 12.0 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ], "enabled": false }, - "west": { "texture": "#lid", "uv": [ 1.5, 2.0, 12.5, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 1.0, 1.5, 12.0, 2.5 ], "rotation": 90 }, - "down": { "texture": "#sides2", "uv": [ 1.0, 2.0, 2.0, 13.0 ] } - }, - "children": [ - { - "name": "L holder1", - "from": [ 1.0, 7.0, 3.0 ], - "to": [ 1.5, 8.5, 4.5 ], - "rotationOrigin": [ 1.0, 8.5, 3.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "west": { "texture": "#accessories", "uv": [ 1.0, 0.5, 2.5, 2.0 ], "enabled": false }, - "up": { "texture": "#accessories", "uv": [ 4.0, 1.0, 4.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 1.5, 0.5, 3.0 ] } - } - }, - { - "name": "R holder2", - "from": [ 1.0, 7.0, 6.5 ], - "to": [ 1.5, 8.5, 8.0 ], - "rotationOrigin": [ 1.0, 8.5, 8.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 1.5, 1.5, 3.0, 3.0 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 0.5, 4.5, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.5, 1.0, 2.0, 2.5 ], "enabled": false }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 0.5, 2.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 1.5 ] } - } - }, - { - "name": "handle 2", - "from": [ 1.5, 7.5, 3.5 ], - "to": [ 2.0, 8.0, 7.5 ], - "rotationOrigin": [ 2.0, 7.5, 3.5 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 2.5, 3.0, 3.0, 3.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "south": { "texture": "#accessories", "uv": [ 4.0, 2.5, 4.5, 3.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 3.0, 4.0, 3.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 1.0, 4.0, 1.5 ], "rotation": 90 }, - "down": { "texture": "#accessories", "uv": [ 0.0, 2.5, 4.0, 3.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "N", - "from": [ -1.0, 0.0, -1.0 ], - "to": [ 13.0, 10.0, 0.0 ], - "rotationOrigin": [ -2.0, -1.0, -2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 2.0, 14.0, 12.0 ] }, - "east": { "texture": "#sides2", "uv": [ 13.0, 2.0, 14.0, 12.0 ] }, - "south": { "texture": "#lid", "uv": [ 1.0, 2.0, 15.0, 12.0 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 2.0, 1.0, 12.0 ] }, - "up": { "texture": "#lid", "uv": [ 2.0, 4.0, 16.0, 5.0 ], "rotation": 180 }, - "down": { "texture": "#sides2", "uv": [ 1.0, 4.0, 15.0, 5.0 ] } - }, - "children": [ - { - "name": "hinge 1", - "from": [ 2.5, 9.0, 0.8 ], - "to": [ 3.5, 11.0, 1.3 ], - "rotationOrigin": [ 3.0, 9.0, 1.1 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - }, - { - "name": "hinge 2", - "from": [ 10.5, 9.0, 0.8 ], - "to": [ 11.5, 11.0, 1.3 ], - "rotationOrigin": [ 11.0, 9.0, 1.1 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - } - ] - }, - { - "name": "feet 1", - "from": [ -1.0, -1.0, -1.0 ], - "to": [ 1.0, 0.0, 1.0 ], - "rotationOrigin": [ -1.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 12.0, 2.0, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 2.0, 12.0, 4.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 2.5, 12.0, 4.5, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 3.5, 12.0, 5.5, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube14", - "from": [ 2.0, 0.5, 0.0 ], - "to": [ 3.5, 1.0, 1.0 ], - "rotationOrigin": [ 2.0, 0.5, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 1.0, 12.0, 2.5, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 2.5, 12.0, 3.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 6.5, 12.0, 8.0, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 6.0, 12.0, 7.5, 13.0 ] } - } - }, - { - "name": "Cube15", - "from": [ 0.0, 0.5, 2.0 ], - "to": [ 1.0, 1.0, 3.5 ], - "rotationOrigin": [ 0.0, 0.5, 2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 0.0, 12.0, 1.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 1.5, 12.0, 2.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 2.5, 12.0, 4.0, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 14.5, 1.0, 16.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.5, 1.0, 16.0 ] } - } - } - ] - }, - { - "name": "feet 16", - "from": [ 11.0, -1.0, -1.0 ], - "to": [ 13.0, 0.0, 1.0 ], - "rotationOrigin": [ 11.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 1.5, 12.0, 3.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 6.0, 12.0, 8.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 9.5, 12.0, 11.5, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 10.0, 12.0, 12.0, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 2.0, 2.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube17", - "from": [ -1.5, 0.5, 0.0 ], - "to": [ 0.0, 1.0, 1.0 ], - "rotationOrigin": [ -1.5, 0.5, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 2.5, 12.5, 4.0, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "south": { "texture": "#sides2", "uv": [ 8.5, 13.0, 10.0, 13.5 ] }, - "west": { "texture": "#sides2", "uv": [ 10.0, 12.0, 11.0, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 4.5, 12.0, 6.0, 13.0 ] } - } - }, - { - "name": "Cube18", - "from": [ 1.0, 0.5, 2.0 ], - "to": [ 2.0, 1.0, 3.5 ], - "rotationOrigin": [ 1.0, 0.5, 2.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 4.5, 12.0, 6.0, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 14.5, 12.0, 15.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 3.0, 12.0, 4.5, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.5, 14.5, 2.0, 15.5 ], "rotation": 90, "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 1.5, 15.0, 3.0, 16.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "feet 19", - "from": [ 11.0, -1.0, 10.0 ], - "to": [ 13.0, 0.0, 12.0 ], - "rotationOrigin": [ 11.0, -1.0, 10.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 8.5, 12.0, 10.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 6.0, 12.0, 8.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 4.5, 12.0, 6.5, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 6.0, 12.0, 8.0, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 2.0, 2.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube20", - "from": [ -1.5, 0.5, 1.0 ], - "to": [ 0.0, 1.0, 2.0 ], - "rotationOrigin": [ -1.5, 0.5, 1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 5.5, 12.0, 7.0, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "south": { "texture": "#sides2", "uv": [ 5.0, 12.0, 6.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 2.5, 12.0, 3.5, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 12.0, 1.5, 13.0 ] } - } - }, - { - "name": "Cube21", - "from": [ 1.0, 0.5, -1.5 ], - "to": [ 2.0, 1.0, 0.0 ], - "rotationOrigin": [ 1.0, 0.5, -1.5 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 10.0, 12.0, 11.0, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 6.0, 12.0, 7.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 1.0, 12.0, 2.5, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 1.5 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 2.0, 12.0, 3.5, 13.0 ], "rotation": 90 } - } - } - ] - }, - { - "name": "feet 22", - "from": [ -1.0, -1.0, 10.0 ], - "to": [ 1.0, 0.0, 12.0 ], - "rotationOrigin": [ -1.0, -1.0, 10.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 5.5, 12.0, 7.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 6.5, 12.0, 8.5, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 4.0, 12.0, 6.0, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 1.5, 12.0, 3.5, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 2.0, 2.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.0, 2.0, 16.0 ] } - }, - "children": [ - { - "name": "Cube23", - "from": [ 2.0, 0.5, 1.0 ], - "to": [ 3.5, 1.0, 2.0 ], - "rotationOrigin": [ 2.0, 0.5, 1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 6.0, 12.0, 7.5, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 0.5, 12.0, 1.5, 12.5 ] }, - "south": { "texture": "#sides2", "uv": [ 9.0, 12.0, 10.5, 12.5 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.5, 1.0 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 0.5, 12.0, 2.0, 13.0 ] } - } - }, - { - "name": "Cube24", - "from": [ 0.0, 0.5, -1.5 ], - "to": [ 1.0, 1.0, 0.0 ], - "rotationOrigin": [ 0.0, 0.5, -1.5 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 4.5, 12.0, 5.5, 12.5 ] }, - "east": { "texture": "#sides2", "uv": [ 4.5, 11.5, 6.0, 12.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 0.5 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 3.5, 12.0, 5.0, 12.5 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 1.5 ], "enabled": false }, - "down": { "texture": "#sides2", "uv": [ 2.0, 14.5, 3.5, 15.5 ], "rotation": 90 } - } - } - ] - } - ] - }, - { - "name": "lid", - "from": [ 2.0, 12.0, 2.0 ], - "to": [ 14.0, 13.0, 13.0 ], - "rotationOrigin": [ 8.0, 11.0, 1.0 ], - "faces": { - "north": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 1.0 ], "enabled": false }, - "east": { "texture": "#lid", "uv": [ 0.5, 0.0, 11.5, 1.0 ], "enabled": false }, - "south": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 1.0 ], "enabled": false }, - "west": { "texture": "#lid", "uv": [ 0.5, 0.0, 11.5, 1.0 ], "enabled": false }, - "up": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 11.0 ] }, - "down": { "texture": "#lid", "uv": [ 0.0, 0.0, 12.0, 11.0 ], "rotation": 180 } - }, - "children": [ - { - "name": "West", - "from": [ -1.0, -1.0, 0.0 ], - "to": [ 0.0, 1.0, 11.0 ], - "rotationOrigin": [ -1.0, -1.0, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 1.0, 11.0, 12.0, 13.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 1.5, 0.0, 12.5, 2.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 11.0 ] }, - "down": { "texture": "#sides2", "uv": [ 3.5, 12.5, 14.5, 13.5 ], "rotation": 90 } - } - }, - { - "name": "East", - "from": [ 12.0, -1.0, 0.0 ], - "to": [ 13.0, 1.0, 11.0 ], - "rotationOrigin": [ 12.0, -1.0, 0.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "east": { "texture": "#sides2", "uv": [ 1.5, 0.0, 12.5, 2.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ], "enabled": false }, - "west": { "texture": "#sides2", "uv": [ 3.0, 11.0, 14.0, 13.0 ] }, - "up": { "texture": "#sides2", "uv": [ 13.0, 0.0, 14.0, 11.0 ] }, - "down": { "texture": "#sides2", "uv": [ 2.5, 13.5, 13.5, 14.5 ], "rotation": 90 } - } - }, - { - "name": "North", - "from": [ -1.0, -1.0, -1.0 ], - "to": [ 13.0, 1.0, 0.0 ], - "rotationOrigin": [ -1.0, -1.0, -1.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 2.0 ] }, - "east": { "texture": "#sides2", "uv": [ 13.0, 0.0, 14.0, 2.0 ] }, - "south": { "texture": "#sides2", "uv": [ 2.0, 11.0, 16.0, 13.0 ] }, - "west": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, - "down": { "texture": "#sides2", "uv": [ 0.0, 14.5, 14.0, 15.5 ] } - }, - "children": [ - { - "name": "hinge 3", - "from": [ 2.5, -0.8, 1.0 ], - "to": [ 3.5, 1.2, 1.5 ], - "rotationOrigin": [ 3.0, -0.8, 1.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - }, - { - "name": "hinge 4", - "from": [ 10.5, -0.8, 1.0 ], - "to": [ 11.5, 1.2, 1.5 ], - "rotationOrigin": [ 11.0, -0.8, 1.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "south": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.0 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 1.0, 0.5 ] } - } - } - ] - }, - { - "name": "South", - "from": [ -1.0, -1.0, 11.0 ], - "to": [ 13.0, 1.0, 12.0 ], - "rotationOrigin": [ -1.0, -1.0, 11.0 ], - "faces": { - "north": { "texture": "#sides2", "uv": [ 0.5, 11.0, 14.5, 13.0 ] }, - "east": { "texture": "#sides2", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }, - "south": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 2.0 ] }, - "west": { "texture": "#sides2", "uv": [ 13.0, 0.0, 14.0, 2.0 ] }, - "up": { "texture": "#sides2", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, - "down": { "texture": "#sides2", "uv": [ 0.5, 13.5, 14.5, 14.5 ] } - } - }, - { - "name": "Cube34", - "from": [ 4.5, -2.5, 12.0 ], - "to": [ 7.5, 0.0, 12.5 ], - "rotationOrigin": [ 4.5, -2.5, 12.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 3.0, 2.5 ] }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.5 ] }, - "south": { "texture": "#accessories", "uv": [ 9.0, 0.5, 12.0, 3.0 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 2.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 3.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 3.0, 0.5 ] } - } - }, - { - "name": "Cube35", - "from": [ 5.0, 0.0, 12.0 ], - "to": [ 7.0, 0.5, 12.5 ], - "rotationOrigin": [ 5.0, 0.0, 12.0 ], - "faces": { - "north": { "texture": "#accessories", "uv": [ 0.0, 0.0, 2.0, 0.5 ], "enabled": false }, - "east": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 0.5 ] }, - "south": { "texture": "#accessories", "uv": [ 9.5, 0.0, 11.5, 0.5 ] }, - "west": { "texture": "#accessories", "uv": [ 0.0, 0.0, 0.5, 0.5 ] }, - "up": { "texture": "#accessories", "uv": [ 0.0, 0.0, 2.0, 0.5 ] }, - "down": { "texture": "#accessories", "uv": [ 0.0, 0.0, 2.0, 0.5 ], "enabled": false } - } - } - ] - } - ] - } - ], - "animations": [ - { - "name": "lidopen", - "code": "lidopen", - "quantityframes": 30, - "onActivityStopped": "Rewind", - "onAnimationEnd": "Hold", - "keyframes": [ - { - "frame": 0, - "elements": { - "origin": { }, - "lid": { "rotationX": 0.0, "rotationY": 0.0, "rotationZ": 0.0 } - } - }, - { - "frame": 29, - "elements": { - "origin": { }, - "lid": { "rotationX": -67.5, "rotationY": 0.0, "rotationZ": 0.0 } - } - } - ] - } - ] -} \ No newline at end of file diff --git a/resources/assets/morevariants/textures/block/wood/trunk/accessories.png b/resources/assets/morevariants/textures/block/wood/trunk/accessories.png deleted file mode 100644 index 2e47fcf..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/accessories.png and /dev/null differ diff --git a/resources/assets/morevariants/textures/block/wood/trunk/accessories/acacia.png b/resources/assets/morevariants/textures/block/wood/trunk/accessories/acacia.png deleted file mode 100644 index ff10cdf..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/accessories/acacia.png and /dev/null differ diff --git a/resources/assets/morevariants/textures/block/wood/trunk/accessories/aged.png b/resources/assets/morevariants/textures/block/wood/trunk/accessories/aged.png deleted file mode 100644 index 03e6d78..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/accessories/aged.png and /dev/null differ diff --git a/resources/assets/morevariants/textures/block/wood/trunk/accessories/birch.png b/resources/assets/morevariants/textures/block/wood/trunk/accessories/birch.png deleted file mode 100644 index 0ec99e3..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/accessories/birch.png and /dev/null differ diff --git a/resources/assets/morevariants/textures/block/wood/trunk/accessories/kapok.png b/resources/assets/morevariants/textures/block/wood/trunk/accessories/kapok.png deleted file mode 100644 index 3fefbcc..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/accessories/kapok.png and /dev/null differ diff --git a/resources/assets/morevariants/textures/block/wood/trunk/accessories/maple.png b/resources/assets/morevariants/textures/block/wood/trunk/accessories/maple.png deleted file mode 100644 index c05b5b1..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/accessories/maple.png and /dev/null differ diff --git a/resources/assets/morevariants/textures/block/wood/trunk/accessories/pine.png b/resources/assets/morevariants/textures/block/wood/trunk/accessories/pine.png deleted file mode 100644 index cafc339..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/accessories/pine.png and /dev/null differ diff --git a/resources/assets/morevariants/textures/block/wood/trunk/lid.png b/resources/assets/morevariants/textures/block/wood/trunk/lid.png deleted file mode 100644 index ac34e57..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/lid.png and /dev/null differ diff --git a/resources/assets/morevariants/textures/block/wood/trunk/lid/acacia.png b/resources/assets/morevariants/textures/block/wood/trunk/lid/acacia.png deleted file mode 100644 index 6a815eb..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/lid/acacia.png and /dev/null differ diff --git a/resources/assets/morevariants/textures/block/wood/trunk/lid/aged.png b/resources/assets/morevariants/textures/block/wood/trunk/lid/aged.png deleted file mode 100644 index 36695cb..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/lid/aged.png and /dev/null differ diff --git a/resources/assets/morevariants/textures/block/wood/trunk/lid/birch.png b/resources/assets/morevariants/textures/block/wood/trunk/lid/birch.png deleted file mode 100644 index b66f71a..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/lid/birch.png and /dev/null differ diff --git a/resources/assets/morevariants/textures/block/wood/trunk/lid/kapok.png b/resources/assets/morevariants/textures/block/wood/trunk/lid/kapok.png deleted file mode 100644 index 571b844..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/lid/kapok.png and /dev/null differ diff --git a/resources/assets/morevariants/textures/block/wood/trunk/lid/maple.png b/resources/assets/morevariants/textures/block/wood/trunk/lid/maple.png deleted file mode 100644 index aaa8432..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/lid/maple.png and /dev/null differ diff --git a/resources/assets/morevariants/textures/block/wood/trunk/lid/pine.png b/resources/assets/morevariants/textures/block/wood/trunk/lid/pine.png deleted file mode 100644 index 446f3e8..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/lid/pine.png and /dev/null differ diff --git a/resources/assets/morevariants/textures/block/wood/trunk/sides.png b/resources/assets/morevariants/textures/block/wood/trunk/sides.png deleted file mode 100644 index 211a24b..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/sides.png and /dev/null differ diff --git a/resources/assets/morevariants/textures/block/wood/trunk/sides/acacia.png b/resources/assets/morevariants/textures/block/wood/trunk/sides/acacia.png deleted file mode 100644 index 2f68db5..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/sides/acacia.png and /dev/null differ diff --git a/resources/assets/morevariants/textures/block/wood/trunk/sides/aged.png b/resources/assets/morevariants/textures/block/wood/trunk/sides/aged.png deleted file mode 100644 index 614cc30..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/sides/aged.png and /dev/null differ diff --git a/resources/assets/morevariants/textures/block/wood/trunk/sides/birch.png b/resources/assets/morevariants/textures/block/wood/trunk/sides/birch.png deleted file mode 100644 index 5cbd734..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/sides/birch.png and /dev/null differ diff --git a/resources/assets/morevariants/textures/block/wood/trunk/sides/kapok.png b/resources/assets/morevariants/textures/block/wood/trunk/sides/kapok.png deleted file mode 100644 index 177afce..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/sides/kapok.png and /dev/null differ diff --git a/resources/assets/morevariants/textures/block/wood/trunk/sides/maple.png b/resources/assets/morevariants/textures/block/wood/trunk/sides/maple.png deleted file mode 100644 index a49d3a7..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/sides/maple.png and /dev/null differ diff --git a/resources/assets/morevariants/textures/block/wood/trunk/sides/pine.png b/resources/assets/morevariants/textures/block/wood/trunk/sides/pine.png deleted file mode 100644 index bb3daee..0000000 Binary files a/resources/assets/morevariants/textures/block/wood/trunk/sides/pine.png and /dev/null differ diff --git a/resources/modinfo.json b/resources/modinfo.json index 1a1d732..9e3f05c 100644 --- a/resources/modinfo.json +++ b/resources/modinfo.json @@ -1,10 +1,10 @@ { "type": "content", "modid": "morevariants", - "name": "More Variants", + "name": "More Variants (without chests)", "description": "Adds different variants for blocks", "authors": ["DArkHekRoMaNT"], - "version": "1.4.0", + "version": "1.5.0", "dependencies": { "game": "1.14.0" },