Micah Holmes Posted November 17, 2025 Report Posted November 17, 2025 Working on my first clay item (Clay Bucket). I have a Raw Item and "Fired" item version. I am able to get both items in game but I cant "fire" my raw bucket. When I try to play grass in the pit, it does nothing. I used Storage vessel as my blueprint but must be missing something. Claybucket - raw code: { code: "claybucket-raw", entityBehaviors: [{ name: "Animatable" }], shape: { base: "bucket/raw/empty" }, textures: { "wood": { base: "block/weakclay" } }, attributes: { reinforcable: true, humanoidTraversalCost: 100, tempGlowMode: 1, partialAttachable: true, defaultType: "normal", types: ["normal"], drop: { "normal": true }, shape: { base: "bucket/raw/empty" }, closeSound: "sounds/block/vesselclose", onTongTransform: { translation: { x: -1.3, y: -1.06, z: -0.4 }, rotation: { x: -88, y: -16, z: -2 }, scale: 0.7 }, }, attributesByType:{ "claybucket-raw":{ "beehivekiln":{ "0": { "type": "block", "code": "claybucket-fired", attributes: { type: "normal" } } } } }, blockmaterial: "Ceramic", creativeinventory: { "general": ["*"], "decorative": ["*"] }, replaceable: 500, resistance: 1.5, maxStackSize: 5, sideAo: { all: false }, lightAbsorption: 0, sounds: { walk: "walk/stone", break: "block/ceramicplace", hit: "block/ceramichit", place: "block/ceramicplace" }, sideopaque: { all: false }, sidesolid: { all: false }, collisionSelectionBox: { x1: 0.125, y1: 0, z1: 0.125, x2: 0.875, y2: 1, z2: 0.875 }, heldTpIdleAnimation: "holdunderarm", combustiblePropsByType: { "claybucket-raw": { meltingPoint: 600, meltingDuration: 45, smeltedRatio: 1, smeltingType: "fire", smeltedStack: { type: "block", code: "claybucket-fired", attributes: { type: "normal" } }, requiresContainer: false } }, guiTransform: { scale: 1.25 }, tpHandTransform: { translation: { x: -1, y: -0.5, z: -0.5 }, rotation: { x: 25, y: -20, z: -99 }, scale: 0.56 } } Claybucket-fired code: { code: "claybucket-fired", class: "BlockBucket", behaviors: [ {name: "Lockable"}, {name: "UnstableFalling"}, { name: "RightClickPickup"}, { name: "MilkingContainer" } ], entityClass: "Bucket", attributes: { reinforcable: true, liquidContainerProps: { capacityLitres: 10, transferSizeLitres: 1, emptyShapeLoc: "shapes/bucket/fired/empty", opaqueContentShapeLoc: "shapes/bucket/fired/contents", liquidContentShapeLoc: "shapes/bucket/fired/liquidcontents", liquidMaxYTranslate: 0.4375 } }, heldRightReadyAnimation: "helditemreadybucket", creativeinventoryStacks: [ { tabs: ["general", "decorative"], stacks: [ { type: "block", code: "claybucket-fired" }, ] } ], shape: { base: "bucket/fired/empty" }, sidesolid: { all: false }, sideopaque: { all: false }, //blockmaterial: "Wood", textures: { "wood": { base: "game:block/clay/ceramic" } }, replaceable: 500, resistance: 1.5, maxStackSize: 5, liquidSelectable: 1, lightAbsorption: 0, sounds: { "place": "block/ceramicplace", "hit": "block/ceramichit", "break": "block/ceramicplace", "walk": "walk/stone" }, collisionbox: { x1: 0.25, y1: 0, z1: 0.25, x2: 0.75, y2: 0.75, z2: 0.75 }, selectionbox: { x1: 0.25, y1: 0, z1: 0.25, x2: 0.75, y2: 0.75, z2: 0.75 }, materialDensity: 400, tpHandTransform: { translation: { x: -0.85, y: -1, z: -0.8 }, rotation: { x: 0, y: 0, z: 0 }, scale: 0.62 }, guiTransform: { origin: { x: 0.5, y: 0.3, z: 0.5 }, scale: 1.75 }, fpHandTransform: { scale: 1.5 }, groundTransform: { origin: { x: 0.5, y: 0, z: 0.5 }, scale: 2 } } Pitkiln Code { "editor": { "backDropShape": "bucket/raw/empty", "allAngles": true, "entityTextureMode": false }, "textureWidth": 16, "textureHeight": 16, "textureSizes": { }, "textures": { "side": "game:block/wood/firewood/side", "south": "game:block/wood/firewood/south", "bottom": "game:block/hay/bed/bottom", "bark": "game:block/wood/firewood/bark", "north": "game:block/wood/firewood/north", "oak": "game:block/wood/debarked/oak", "coal": "game:block/coal/charcoal", "wood": "game:block/wood/oak-dark", "oak1": "game:block/wood/planks/oak1" }, "elements": [ { "name": "Grass1", "from": [ 0.0, 0.0, 0.0 ], "to": [ 16.0, 2.0, 16.0 ], "faces": { "north": { "texture": "#bottom", "uv": [ 0.0, 0.0, 16.0, 2.0 ] }, "east": { "texture": "#bottom", "uv": [ 0.0, 0.0, 16.0, 2.0 ] }, "south": { "texture": "#bottom", "uv": [ 0.0, 0.0, 16.0, 2.0 ] }, "west": { "texture": "#bottom", "uv": [ 0.0, 0.0, 16.0, 2.0 ] }, "up": { "texture": "#bottom", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, "down": { "texture": "#bottom", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } } }, { "name": "Grass2", "from": [ 0.0, 2.0, 0.0 ], "to": [ 16.0, 4.0, 16.0 ], "rotationOrigin": [ 0.0, 2.0, 0.0 ], "faces": { "north": { "texture": "#bottom", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, "east": { "texture": "#bottom", "uv": [ 0.0, 12.5, 16.0, 14.5 ] }, "south": { "texture": "#bottom", "uv": [ 0.0, 10.0, 16.0, 12.0 ] }, "west": { "texture": "#bottom", "uv": [ 0.0, 11.0, 16.0, 13.0 ] }, "up": { "texture": "#bottom", "uv": [ 0.0, 0.0, 16.0, 16.0 ], "rotation": 90 }, "down": { "texture": "#bottom", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } } }, { "name": "Grass3", "from": [ 0.0, 4.0, 0.0 ], "to": [ 16.0, 6.0, 16.0 ], "rotationOrigin": [ 0.0, 4.0, 0.0 ], "faces": { "north": { "texture": "#bottom", "uv": [ 0.0, 1.0, 16.0, 3.0 ] }, "east": { "texture": "#bottom", "uv": [ 0.0, 2.0, 16.0, 4.0 ] }, "south": { "texture": "#bottom", "uv": [ 0.0, 13.0, 16.0, 15.0 ] }, "west": { "texture": "#bottom", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, "up": { "texture": "#bottom", "uv": [ 0.0, 0.0, 16.0, 16.0 ], "rotation": 180 }, "down": { "texture": "#bottom", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } } }, { "name": "Grass4", "from": [ 0.0, 6.0, 0.0 ], "to": [ 16.0, 8.0, 16.0 ], "rotationOrigin": [ 0.0, 6.0, 0.0 ], "faces": { "north": { "texture": "#bottom", "uv": [ 0.0, 10.0, 16.0, 12.0 ] }, "east": { "texture": "#bottom", "uv": [ 0.0, 12.5, 16.0, 14.5 ] }, "south": { "texture": "#bottom", "uv": [ 0.0, 11.0, 16.0, 13.0 ] }, "west": { "texture": "#bottom", "uv": [ 0.0, 13.5, 16.0, 15.5 ] }, "up": { "texture": "#bottom", "uv": [ 0.0, 0.0, 16.0, 16.0 ], "rotation": 270 }, "down": { "texture": "#bottom", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } } }, { "name": "Grass5", "from": [ 0.0, 8.0, 0.0 ], "to": [ 16.0, 10.0, 16.0 ], "rotationOrigin": [ 0.0, 8.0, 0.0 ], "faces": { "north": { "texture": "#bottom", "uv": [ 0.0, 4.5, 16.0, 6.5 ], "rotation": 180 }, "east": { "texture": "#bottom", "uv": [ 0.0, 5.5, 16.0, 7.5 ], "rotation": 180 }, "south": { "texture": "#bottom", "uv": [ 0.0, 5.5, 16.0, 7.5 ], "rotation": 180 }, "west": { "texture": "#bottom", "uv": [ 0.0, 7.5, 16.0, 9.5 ], "rotation": 180 }, "up": { "texture": "#bottom", "uv": [ 0.0, 0.0, 16.0, 16.0 ], "rotation": 270 }, "down": { "texture": "#bottom", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } } }, { "name": "Sticklayer1", "from": [ 0.0, 10.0, 0.3 ], "to": [ 1.0, 11.0, 1.3 ], "rotationOrigin": [ 8.0, 10.0, 8.0 ], "faces": { "north": { "texture": "#wood", "uv": [ 0.0, 0.0, 1.0, 1.0 ], "enabled": false }, "east": { "texture": "#wood", "uv": [ 0.0, 0.0, 1.0, 1.0 ], "enabled": false }, "south": { "texture": "#wood", "uv": [ 0.0, 0.0, 1.0, 1.0 ], "enabled": false }, "west": { "texture": "#wood", "uv": [ 0.0, 0.0, 1.0, 1.0 ], "enabled": false }, "up": { "texture": "#wood", "uv": [ 0.0, 0.0, 1.0, 1.0 ], "enabled": false }, "down": { "texture": "#wood", "uv": [ 0.0, 0.0, 1.0, 1.0 ], "enabled": false } }, "children": [ { "name": "Cube46", "from": [ 0.4, 0.0, -0.1 ], "to": [ 8.8, 1.0, 0.9 ], "rotationOrigin": [ 0.4, 0.0, -0.4 ], "rotationX": 5.0, "rotationY": -2.0, "faces": { "north": { "texture": "#oak", "uv": [ 3.0, 10.0, 11.0, 11.0 ] }, "east": { "texture": "#oak", "uv": [ 0.0, 13.5, 1.0, 14.5 ] }, "south": { "texture": "#oak", "uv": [ 1.0, 6.5, 9.0, 7.5 ] }, "west": { "texture": "#oak", "uv": [ 5.5, 8.5, 6.5, 9.5 ] }, "up": { "texture": "#oak", "uv": [ 6.5, 1.0, 14.5, 2.0 ] }, "down": { "texture": "#oak", "uv": [ 3.5, 14.5, 11.5, 15.5 ] } }, "children": [ { "name": "Cube47", "from": [ 2.51, -0.07, 0.14 ], "to": [ 8.01, 0.93, 1.14 ], "rotationOrigin": [ 2.5093, -0.0651, 0.2365 ], "rotationX": 0.105, "rotationY": -45.0, "faces": { "north": { "texture": "#oak", "uv": [ 5.5, 6.5, 11.0, 7.5 ] }, "east": { "texture": "#oak", "uv": [ 8.0, 11.0, 9.0, 12.0 ] }, "south": { "texture": "#oak", "uv": [ 6.5, 5.0, 12.0, 6.0 ] }, "west": { "texture": "#oak", "uv": [ 14.5, 5.0, 15.5, 6.0 ] }, "up": { "texture": "#oak", "uv": [ 5.0, 6.5, 10.5, 7.5 ] }, "down": { "texture": "#oak", "uv": [ 7.5, 9.5, 13.0, 10.5 ] } } } ] }, { "name": "Cube48", "from": [ 7.1, 1.0, -0.2 ], "to": [ 15.28, 2.1, 0.85 ], "rotationOrigin": [ 7.1, 1.5, 0.3 ], "rotationX": -67.5, "rotationY": 8.0, "faces": { "north": { "texture": "#oak", "uv": [ 7.5, 10.0, 15.5, 11.0 ] }, "east": { "texture": "#oak", "uv": [ 0.0, 3.0, 1.0, 4.0 ] }, "south": { "texture": "#oak", "uv": [ 3.0, 3.5, 11.0, 4.5 ] }, "west": { "texture": "#oak", "uv": [ 3.5, 6.5, 4.5, 7.5 ] }, "up": { "texture": "#oak", "uv": [ 5.0, 1.0, 13.0, 2.0 ] }, "down": { "texture": "#oak", "uv": [ 4.0, 5.5, 12.0, 6.5 ] } }, "children": [ { "name": "Cube49", "from": [ 2.79, -0.08, 0.14 ], "to": [ 6.89, 1.02, 1.19 ], "rotationOrigin": [ 2.7924, -0.0792, 0.1351 ], "rotationX": -0.244, "rotationY": -28.0, "faces": { "north": { "texture": "#oak", "uv": [ 1.0, 10.5, 5.0, 11.5 ] }, "east": { "texture": "#oak", "uv": [ 8.0, 8.0, 9.0, 9.0 ] }, "south": { "texture": "#oak", "uv": [ 1.5, 12.0, 5.5, 13.0 ] }, "west": { "texture": "#oak", "uv": [ 7.0, 11.0, 8.0, 12.0 ] }, "up": { "texture": "#oak", "uv": [ 8.0, 12.5, 12.0, 13.5 ] }, "down": { "texture": "#oak", "uv": [ 6.0, 3.5, 10.0, 4.5 ] } } } ] }, { "name": "Cube54", "from": [ 0.0, 1.0, 1.2 ], "to": [ 7.1, 1.84, 2.0 ], "rotationOrigin": [ 0.0, 1.0, 1.2 ], "rotationX": 3.0, "rotationY": 11.0, "faces": { "north": { "texture": "#oak", "uv": [ 0.0, 8.0, 7.0, 8.5 ] }, "east": { "texture": "#oak", "uv": [ 0.0, 8.0, 0.5, 8.5 ] }, "south": { "texture": "#oak", "uv": [ 0.0, 8.0, 7.0, 8.5 ] }, "west": { "texture": "#oak", "uv": [ 0.0, 8.0, 0.5, 8.5 ] }, "up": { "texture": "#oak", "uv": [ 0.0, 8.0, 7.0, 8.5 ] }, "down": { "texture": "#oak", "uv": [ 0.0, 8.0, 7.0, 8.5 ] } }, "children": [ { "name": "Cube55", "from": [ 1.3, -0.0157, -0.09 ], "to": [ 3.0, 0.8243, 0.71 ], "rotationOrigin": [ 1.3031, -0.0157, -0.0896 ], "rotationX": -0.35, "rotationY": 50.0, "rotationZ": 2.0, "faces": { "north": { "texture": "#oak", "uv": [ 0.0, 8.0, 1.5, 8.5 ] }, "east": { "texture": "#oak", "uv": [ 0.0, 8.0, 0.5, 8.5 ] }, "south": { "texture": "#oak", "uv": [ 0.0, 8.0, 1.5, 8.5 ] }, "west": { "texture": "#oak", "uv": [ 0.0, 8.0, 0.5, 8.5 ] }, "up": { "texture": "#oak", "uv": [ 0.0, 8.0, 1.5, 8.5 ] }, "down": { "texture": "#oak", "uv": [ 0.0, 8.0, 1.5, 8.5 ] } } } ] }, { "name": "Cube56", "from": [ 0.2, 0.0, 13.8 ], "to": [ 6.5, 0.98, 14.83 ], "rotationOrigin": [ 0.2, 0.0, 14.2 ], "rotationX": 18.0, "rotationY": -1.0, "faces": { "north": { "texture": "#oak", "uv": [ 0.0, 10.0, 6.0, 10.5 ] }, "east": { "texture": "#oak", "uv": [ 0.0, 10.0, 1.0, 10.5 ] }, "south": { "texture": "#oak", "uv": [ 0.0, 10.0, 6.0, 10.5 ] }, "west": { "texture": "#oak", "uv": [ 0.0, 10.0, 1.0, 10.5 ] }, "up": { "texture": "#oak", "uv": [ 0.0, 10.0, 6.0, 11.0 ] }, "down": { "texture": "#oak", "uv": [ 0.0, 10.0, 6.0, 11.0 ] } } }, { "name": "Cube58", "from": [ 0.5, 1.0, 14.4 ], "to": [ 10.0, 1.77, 15.2 ], "rotationOrigin": [ 0.5, 1.0, 14.4 ], "rotationX": -6.0, "rotationY": 2.0, "faces": { "north": { "texture": "#oak", "uv": [ 0.0, 12.0, 9.5, 12.5 ] }, "east": { "texture": "#oak", "uv": [ 0.0, 12.0, 0.5, 12.5 ] }, "south": { "texture": "#oak", "uv": [ 0.0, 12.0, 9.5, 12.5 ] }, "west": { "texture": "#oak", "uv": [ 0.0, 12.0, 0.5, 12.5 ] }, "up": { "texture": "#oak", "uv": [ 0.0, 12.0, 9.5, 12.5 ] }, "down": { "texture": "#oak", "uv": [ 0.0, 12.0, 9.5, 12.5 ] } }, "children": [ { "name": "Cube59", "from": [ 0.5, 0.98, -1.8 ], "to": [ 8.4, 1.98, -0.8 ], "rotationOrigin": [ 0.5056, 0.9319, -1.81 ], "rotationY": -17.0, "faces": { "north": { "texture": "#oak", "uv": [ 7.5, 4.0, 15.0, 5.0 ] }, "east": { "texture": "#oak", "uv": [ 10.5, 0.0, 11.5, 1.0 ] }, "south": { "texture": "#oak", "uv": [ 5.0, 7.0, 12.5, 8.0 ] }, "west": { "texture": "#oak", "uv": [ 9.5, 8.5, 10.5, 9.5 ] }, "up": { "texture": "#oak", "uv": [ 8.0, 4.0, 15.5, 5.0 ] }, "down": { "texture": "#oak", "uv": [ 0.5, 13.5, 8.0, 14.5 ] } } }, { "name": "Cube64", "from": [ 3.5, 1.5, -0.6 ], "to": [ 5.4, 2.0, -0.1 ], "rotationOrigin": [ 3.5056, 1.4319, -0.61 ], "rotationY": -17.0, "rotationZ": 58.0, "faces": { "north": { "texture": "#oak", "uv": [ 7.5, 4.0, 9.0, 4.5 ] }, "east": { "texture": "#oak", "uv": [ 10.5, 0.0, 11.0, 0.5 ] }, "south": { "texture": "#oak", "uv": [ 5.0, 7.0, 6.5, 7.5 ] }, "west": { "texture": "#oak", "uv": [ 9.5, 8.5, 10.0, 9.0 ] }, "up": { "texture": "#oak", "uv": [ 8.0, 4.0, 9.5, 4.5 ] }, "down": { "texture": "#oak", "uv": [ 0.5, 13.5, 2.0, 14.0 ] } } } ] }, { "name": "Cube60", "from": [ 7.3, 0.0, 13.9 ], "to": [ 15.5, 1.0, 14.9 ], "rotationOrigin": [ 7.3, 0.0, 13.9 ], "rotationX": 6.0, "rotationY": -3.0, "faces": { "north": { "texture": "#oak", "uv": [ 1.0, 4.0, 2.0, 12.0 ], "rotation": 90 }, "east": { "texture": "#oak", "uv": [ 0.0, 14.0, 1.0, 15.0 ] }, "south": { "texture": "#oak", "uv": [ 2.0, 4.0, 3.0, 12.0 ], "rotation": 90 }, "west": { "texture": "#oak", "uv": [ 0.0, 14.0, 1.0, 15.0 ] }, "up": { "texture": "#oak", "uv": [ 0.0, 1.0, 1.0, 9.0 ], "rotation": 90 }, "down": { "texture": "#oak", "uv": [ 1.0, 2.0, 2.0, 10.0 ], "rotation": 90 } }, "children": [ { "name": "Cube61", "from": [ 1.65, 1.9, 0.13 ], "to": [ 6.1, 2.9, 1.13 ], "rotationOrigin": [ 1.7, 1.9, 0.1344 ], "rotationX": -0.052, "rotationZ": -14.0, "faces": { "north": { "texture": "#oak", "uv": [ 0.0, 0.0, 4.0, 1.0 ] }, "east": { "texture": "#oak", "uv": [ 0.0, 0.0, 1.0, 1.0 ] }, "south": { "texture": "#oak", "uv": [ 0.0, 0.0, 4.0, 1.0 ] }, "west": { "texture": "#oak", "uv": [ 0.0, 0.0, 1.0, 1.0 ] }, "up": { "texture": "#oak", "uv": [ 0.0, 0.0, 4.0, 1.0 ] }, "down": { "texture": "#oak", "uv": [ 0.0, 0.0, 4.0, 1.0 ] } } } ] }, { "name": "long67967", "from": [ 0.2, 2.0, 0.7 ], "to": [ 15.2, 3.5, 1.7 ], "rotationOrigin": [ 7.6, 2.0, 1.1 ], "rotationY": -6.0, "faces": { "north": { "texture": "#oak", "uv": [ 0.0, 3.5, 16.0, 4.5 ], "autoUv": false }, "east": { "texture": "#oak", "uv": [ 1.5, 3.0, 2.5, 4.5 ] }, "south": { "texture": "#oak", "uv": [ 0.0, 13.0, 15.0, 14.5 ] }, "west": { "texture": "#oak", "uv": [ 1.0, 3.5, 2.0, 5.0 ] }, "up": { "texture": "#oak", "uv": [ 0.0, 12.5, 15.0, 13.5 ] }, "down": { "texture": "#oak", "uv": [ 0.0, 2.5, 16.0, 3.5 ], "autoUv": false } }, "children": [ { "name": "Cube1", "from": [ 0.5, 0.0, 1.0 ], "to": [ 13.5, 1.5, 1.5 ], "rotationOrigin": [ 0.5, 0.0, 1.0 ], "faces": { "north": { "texture": "#oak", "uv": [ 0.0, 0.0, 13.0, 1.5 ], "enabled": false }, "east": { "texture": "#oak", "uv": [ 0.0, 0.0, 0.5, 1.5 ] }, "south": { "texture": "#oak", "uv": [ 0.0, 0.0, 13.0, 1.5 ] }, "west": { "texture": "#oak", "uv": [ 0.0, 0.0, 0.5, 1.5 ] }, "up": { "texture": "#oak", "uv": [ 0.0, 0.0, 13.0, 0.5 ] }, "down": { "texture": "#oak", "uv": [ 0.0, 0.0, 13.0, 0.5 ] } } }, { "name": "Cube1056", "from": [ 6.0, -0.1, 0.5 ], "to": [ 9.0, 0.9, 1.0 ], "rotationOrigin": [ 6.0, -0.1, 0.5 ], "rotationY": 30.0, "faces": { "north": { "texture": "#oak", "uv": [ 0.0, 0.0, 3.0, 1.0 ] }, "east": { "texture": "#oak", "uv": [ 0.0, 0.0, 0.5, 1.0 ] }, "south": { "texture": "#oak", "uv": [ 0.0, 0.0, 3.0, 1.0 ] }, "west": { "texture": "#oak", "uv": [ 0.0, 0.0, 0.5, 1.0 ], "enabled": false }, "up": { "texture": "#oak", "uv": [ 1.0, 11.0, 4.0, 11.5 ] }, "down": { "texture": "#oak", "uv": [ 0.0, 0.0, 3.0, 0.5 ] } }, "children": [ { "name": "Cube694", "from": [ 0.099, 0.0, -0.5002 ], "to": [ 2.499, 1.0, -2.0E-4 ], "rotationOrigin": [ 0.099, 0.0, -0.5002 ], "faces": { "north": { "texture": "#oak", "uv": [ 0.0, 0.0, 2.0, 1.0 ] }, "east": { "texture": "#oak", "uv": [ 0.0, 0.0, 0.5, 1.0 ] }, "south": { "texture": "#oak", "uv": [ 0.0, 0.0, 2.0, 1.0 ], "enabled": false }, "west": { "texture": "#oak", "uv": [ 0.0, 0.0, 0.5, 1.0 ], "enabled": false }, "up": { "texture": "#oak", "uv": [ 8.5, 11.0, 10.5, 11.5 ] }, "down": { "texture": "#oak", "uv": [ 0.0, 0.0, 2.0, 0.5 ] } } } ] } ] }, { "name": "short1", "from": [ 7.4, 1.0, 14.7 ], "to": [ 15.4, 2.0, 15.2 ], "rotationOrigin": [ 15.9, 1.0, 15.2 ], "rotationY": -14.0, "rotationZ": -11.0, "faces": { "north": { "texture": "#oak1", "uv": [ 0.0, 3.5, 16.0, 4.5 ], "autoUv": false }, "east": { "texture": "#oak1", "uv": [ 1.5, 3.0, 2.0, 4.0 ] }, "south": { "texture": "#oak1", "uv": [ 0.0, 13.0, 8.0, 14.0 ] }, "west": { "texture": "#oak1", "uv": [ 1.0, 3.5, 1.5, 4.5 ] }, "up": { "texture": "#oak1", "uv": [ 0.0, 10.0, 8.0, 10.5 ] }, "down": { "texture": "#oak1", "uv": [ 0.0, 2.5, 16.0, 3.5 ], "autoUv": false } }, "children": [ { "name": "Cube7678", "from": [ 1.0, 0.0, 0.5 ], "to": [ 8.5, 1.0, 1.0 ], "rotationOrigin": [ 1.0, 0.0, 0.5 ], "faces": { "north": { "texture": "#oak", "uv": [ 0.0, 0.0, 7.5, 1.0 ], "enabled": false }, "east": { "texture": "#oak", "uv": [ 0.0, 0.0, 0.5, 1.0 ] }, "south": { "texture": "#oak", "uv": [ 0.0, 0.0, 7.5, 1.0 ] }, "west": { "texture": "#oak", "uv": [ 0.0, 0.0, 0.5, 1.0 ] }, "up": { "texture": "#oak", "uv": [ 7.0, 11.0, 14.5, 11.5 ] }, "down": { "texture": "#oak", "uv": [ 0.0, 0.0, 7.5, 0.5 ] } } } ] } ] }, { "name": "Sticklayer2", "from": [ 0.0, 11.0, 0.3 ], "to": [ 1.0, 12.0, 1.3 ], "rotationOrigin": [ 8.0, 11.0, 8.0 ], "rotationY": 90.0, "faces": { "north": { "texture": "#wood", "uv": [ 9.0, 0.5, 10.0, 1.5 ], "enabled": false }, "east": { "texture": "#wood", "uv": [ 8.5, 4.5, 9.5, 5.5 ], "enabled": false }, "south": { "texture": "#wood", "uv": [ 5.5, 8.0, 6.5, 9.0 ], "enabled": false }, "west": { "texture": "#wood", "uv": [ 3.5, 11.0, 4.5, 12.0 ], "enabled": false }, "up": { "texture": "#wood", "uv": [ 11.5, 13.0, 12.5, 14.0 ], "enabled": false }, "down": { "texture": "#wood", "uv": [ 14.5, 5.5, 15.5, 6.5 ], "enabled": false } }, "children": [ { "name": "Cube38w", "from": [ 0.4, 0.0, -0.1 ], "to": [ 8.8, 1.0, 0.9 ], "rotationOrigin": [ 0.4, 0.0, -0.4 ], "rotationX": 5.0, "rotationY": -2.0, "rotationZ": -8.0, "faces": { "north": { "texture": "#oak", "uv": [ 3.0, 7.0, 11.0, 8.0 ] }, "east": { "texture": "#oak", "uv": [ 3.5, 10.0, 4.5, 11.0 ] }, "south": { "texture": "#oak", "uv": [ 5.0, 10.0, 13.0, 11.0 ] }, "west": { "texture": "#oak", "uv": [ 4.0, 14.0, 5.0, 15.0 ] }, "up": { "texture": "#oak", "uv": [ 4.0, 10.5, 12.0, 11.5 ] }, "down": { "texture": "#oak", "uv": [ 1.5, 2.0, 9.5, 3.0 ] } }, "children": [ { "name": "Cube39", "from": [ 2.51, -0.07, 0.14 ], "to": [ 8.01, 0.93, 1.14 ], "rotationOrigin": [ 2.5093, -0.0651, 0.2365 ], "rotationX": 0.105, "rotationY": -45.0, "faces": { "north": { "texture": "#oak", "uv": [ 4.0, 1.0, 9.5, 2.0 ] }, "east": { "texture": "#oak", "uv": [ 4.5, 4.5, 5.5, 5.5 ] }, "south": { "texture": "#oak", "uv": [ 1.0, 13.5, 6.5, 14.5 ] }, "west": { "texture": "#oak", "uv": [ 10.5, 5.5, 11.5, 6.5 ] }, "up": { "texture": "#oak", "uv": [ 7.5, 11.0, 13.0, 12.0 ] }, "down": { "texture": "#oak", "uv": [ 5.5, 3.0, 11.0, 4.0 ] } } } ] }, { "name": "Cube40w", "from": [ 8.1, 0.0, 0.1 ], "to": [ 14.28, 1.1, 1.15 ], "rotationOrigin": [ 8.1, 0.0, 0.1 ], "rotationX": 12.0, "rotationZ": -11.0, "faces": { "north": { "texture": "#oak", "uv": [ 1.5, 9.5, 7.5, 10.5 ] }, "east": { "texture": "#oak", "uv": [ 4.0, 1.0, 5.0, 2.0 ] }, "south": { "texture": "#oak", "uv": [ 3.0, 6.5, 9.0, 7.5 ] }, "west": { "texture": "#oak", "uv": [ 10.5, 14.0, 11.5, 15.0 ] }, "up": { "texture": "#oak", "uv": [ 7.5, 3.0, 13.5, 4.0 ] }, "down": { "texture": "#oak", "uv": [ 6.0, 6.0, 12.0, 7.0 ] } } }, { "name": "Cube42w", "from": [ 6.0, 2.0, 0.1 ], "to": [ 13.1, 2.84, 0.9 ], "rotationOrigin": [ 6.0, 2.0, 0.1 ], "rotationX": 3.0, "rotationY": 4.0, "rotationZ": -14.0, "faces": { "north": { "texture": "#oak", "uv": [ 8.0, 14.0, 15.0, 14.5 ] }, "east": { "texture": "#oak", "uv": [ 10.0, 4.0, 10.5, 4.5 ] }, "south": { "texture": "#oak", "uv": [ 5.0, 15.0, 12.0, 15.5 ] }, "west": { "texture": "#oak", "uv": [ 13.5, 0.5, 14.0, 1.0 ] }, "up": { "texture": "#oak", "uv": [ 7.5, 3.5, 14.5, 4.0 ] }, "down": { "texture": "#oak", "uv": [ 8.5, 1.0, 15.5, 1.5 ] } } }, { "name": "Cube45e", "from": [ 8.5, 1.0, 12.9 ], "to": [ 16.0, 1.77, 13.7 ], "rotationOrigin": [ 8.5, 1.0, 12.9 ], "rotationX": -6.0, "rotationY": -6.0, "rotationZ": -8.0, "faces": { "north": { "texture": "#oak", "uv": [ 3.5, 10.5, 11.0, 11.0 ] }, "east": { "texture": "#oak", "uv": [ 6.0, 2.5, 6.5, 3.0 ] }, "south": { "texture": "#oak", "uv": [ 0.5, 9.0, 8.0, 9.5 ] }, "west": { "texture": "#oak", "uv": [ 9.5, 10.0, 10.0, 10.5 ] }, "up": { "texture": "#oak", "uv": [ 4.0, 8.5, 11.5, 9.0 ] }, "down": { "texture": "#oak", "uv": [ 0.0, 5.0, 7.5, 5.5 ] } } }, { "name": "Cube50379e", "from": [ 7.3, -1.0, 13.9 ], "to": [ 15.5, 0.0, 14.9 ], "rotationOrigin": [ 7.3, -0.5, 14.4 ], "rotationX": 105.0, "rotationY": -3.0, "faces": { "north": { "texture": "#oak", "uv": [ 3.0, 2.5, 4.0, 10.5 ], "rotation": 90 }, "east": { "texture": "#oak", "uv": [ 8.0, 2.0, 9.0, 3.0 ] }, "south": { "texture": "#oak", "uv": [ 3.5, 3.0, 4.5, 11.0 ], "rotation": 90 }, "west": { "texture": "#oak", "uv": [ 5.0, 14.5, 6.0, 15.5 ] }, "up": { "texture": "#oak", "uv": [ 10.5, 4.5, 11.5, 12.5 ], "rotation": 90 }, "down": { "texture": "#oak", "uv": [ 7.0, 0.0, 8.0, 8.0 ], "rotation": 90 } }, "children": [ { "name": "Cube505793", "from": [ 2.65, -0.1, 0.13 ], "to": [ 7.1, 0.9, 1.13 ], "rotationOrigin": [ 2.7, -0.1, 0.1344 ], "rotationX": -0.052, "rotationY": 39.0, "rotationZ": 3.0, "faces": { "north": { "texture": "#oak", "uv": [ 9.5, 0.0, 13.5, 1.0 ] }, "east": { "texture": "#oak", "uv": [ 11.0, 9.5, 12.0, 10.5 ] }, "south": { "texture": "#oak", "uv": [ 4.0, 9.0, 8.0, 10.0 ] }, "west": { "texture": "#oak", "uv": [ 4.5, 4.5, 5.5, 5.5 ] }, "up": { "texture": "#oak", "uv": [ 9.5, 7.0, 13.5, 8.0 ] }, "down": { "texture": "#oak", "uv": [ 7.0, 2.0, 11.0, 3.0 ] } } } ] }, { "name": "long49w", "from": [ 3.1, 1.0, 1.7 ], "to": [ 8.1, 2.0, 2.7 ], "rotationOrigin": [ 3.5, 1.0, 2.1 ], "faces": { "north": { "texture": "#oak", "uv": [ 0.0, 2.5, 16.0, 3.5 ], "autoUv": false }, "east": { "texture": "#oak", "uv": [ 13.5, 3.5, 14.5, 4.5 ] }, "south": { "texture": "#oak", "uv": [ 0.0, 4.5, 5.0, 5.5 ] }, "west": { "texture": "#oak", "uv": [ 0.5, 3.5, 1.5, 4.5 ] }, "up": { "texture": "#oak", "uv": [ 0.5, 4.5, 5.5, 5.5 ] }, "down": { "texture": "#oak", "uv": [ 0.0, 10.5, 16.0, 11.5 ], "autoUv": false } }, "children": [ { "name": "Cube51", "from": [ 2.0, 0.5, 0.3 ], "to": [ 3.0, 1.0, 0.8 ], "rotationOrigin": [ 2.0, 0.5, 0.3 ], "rotationY": 8.0, "rotationZ": 55.0, "faces": { "north": { "texture": "#oak", "uv": [ 8.0, 4.5, 9.0, 5.0 ] }, "east": { "texture": "#oak", "uv": [ 15.0, 14.5, 15.5, 15.0 ] }, "south": { "texture": "#oak", "uv": [ 9.0, 14.5, 10.0, 15.0 ] }, "west": { "texture": "#oak", "uv": [ 1.0, 5.0, 1.5, 5.5 ], "enabled": false }, "up": { "texture": "#oak", "uv": [ 4.5, 7.5, 5.5, 8.0 ] }, "down": { "texture": "#oak", "uv": [ 2.0, 4.5, 3.0, 5.0 ] } } } ] }, { "name": "short53w", "from": [ 4.7, 1.0, 1.7 ], "to": [ 13.7, 2.0, 2.2 ], "rotationOrigin": [ 13.7, 1.0, 2.2 ], "rotationY": -11.0, "faces": { "north": { "texture": "#oak", "uv": [ 0.0, 5.0, 16.0, 6.0 ], "autoUv": false }, "east": { "texture": "#oak", "uv": [ 10.0, 11.5, 10.5, 12.5 ] }, "south": { "texture": "#oak", "uv": [ 4.5, 8.5, 13.5, 9.5 ] }, "west": { "texture": "#oak", "uv": [ 0.0, 9.0, 0.5, 10.0 ] }, "up": { "texture": "#oak", "uv": [ 3.0, 11.0, 12.0, 11.5 ] }, "down": { "texture": "#oak", "uv": [ 0.0, 6.0, 16.0, 7.0 ], "autoUv": false } }, "children": [ { "name": "Cube57", "from": [ 1.0, 0.0, 0.5 ], "to": [ 8.5, 1.0, 1.0 ], "rotationOrigin": [ 1.0, 0.0, 0.5 ], "faces": { "north": { "texture": "#oak", "uv": [ 0.5, 4.0, 8.0, 5.0 ], "enabled": false }, "east": { "texture": "#oak", "uv": [ 14.0, 9.0, 14.5, 10.0 ] }, "south": { "texture": "#oak", "uv": [ 4.5, 9.0, 12.0, 10.0 ] }, "west": { "texture": "#oak", "uv": [ 0.5, 10.0, 1.0, 11.0 ] }, "up": { "texture": "#oak", "uv": [ 5.0, 1.5, 12.5, 2.0 ] }, "down": { "texture": "#oak", "uv": [ 1.5, 3.0, 9.0, 3.5 ] } } } ] }, { "name": "long55e", "from": [ 1.0, 1.0, 13.9 ], "to": [ 8.0, 2.0, 14.9 ], "rotationOrigin": [ 0.4, 1.0, 14.3 ], "rotationY": 9.0, "faces": { "north": { "texture": "#oak", "uv": [ 0.0, 14.0, 16.0, 15.0 ], "autoUv": false }, "east": { "texture": "#oak", "uv": [ 8.0, 3.5, 9.0, 4.5 ] }, "south": { "texture": "#oak", "uv": [ 0.0, 4.0, 7.0, 5.0 ] }, "west": { "texture": "#oak", "uv": [ 9.5, 6.0, 10.5, 7.0 ] }, "up": { "texture": "#oak", "uv": [ 4.0, 4.0, 11.0, 5.0 ] }, "down": { "texture": "#oak", "uv": [ 0.0, 8.0, 16.0, 9.0 ], "autoUv": false } } }, { "name": "short58e", "from": [ -5.5, -1.5, 14.2 ], "to": [ 3.5, -0.5, 15.2 ], "rotationOrigin": [ 2.5, -1.0, 15.0 ], "rotationX": 75.0, "rotationY": 19.0, "rotationZ": -180.0, "faces": { "north": { "texture": "#oak", "uv": [ 0.0, 1.0, 9.0, 2.0 ] }, "east": { "texture": "#oak", "uv": [ 5.5, 3.0, 6.5, 4.0 ] }, "south": { "texture": "#oak", "uv": [ 0.0, 3.5, 9.0, 4.5 ] }, "west": { "texture": "#oak", "uv": [ 12.5, 14.0, 13.5, 15.0 ] }, "up": { "texture": "#oak", "uv": [ 0.5, 3.5, 9.5, 4.5 ] }, "down": { "texture": "#oak", "uv": [ 0.0, 11.5, 9.0, 12.5 ] } }, "children": [ { "name": "Cube62", "from": [ -0.5, 0.0, 1.0 ], "to": [ 7.5, 1.0, 1.5 ], "rotationOrigin": [ -0.5, 0.0, 1.0 ], "faces": { "north": { "texture": "#oak", "uv": [ 5.5, 0.0, 13.5, 1.0 ] }, "east": { "texture": "#oak", "uv": [ 9.0, 1.5, 9.5, 2.5 ] }, "south": { "texture": "#oak", "uv": [ 4.5, 5.0, 12.5, 6.0 ] }, "west": { "texture": "#oak", "uv": [ 6.5, 3.0, 7.0, 4.0 ] }, "up": { "texture": "#oak", "uv": [ 5.5, 14.0, 13.5, 14.5 ] }, "down": { "texture": "#oak", "uv": [ 4.0, 13.5, 12.0, 14.0 ] } } }, { "name": "Cube6245", "from": [ 5.7, 0.0, 0.5 ], "to": [ 8.2, 0.5, 1.0 ], "rotationOrigin": [ 5.7, 0.0, 0.5 ], "rotationY": 44.0, "faces": { "north": { "texture": "#oak", "uv": [ 5.5, 1.5, 8.0, 2.0 ] }, "east": { "texture": "#oak", "uv": [ 9.5, 3.0, 10.0, 3.5 ] }, "south": { "texture": "#oak", "uv": [ 11.0, 1.5, 13.5, 2.0 ] }, "west": { "texture": "#oak", "uv": [ 5.0, 15.0, 5.5, 15.5 ], "enabled": false }, "up": { "texture": "#oak", "uv": [ 5.5, 10.0, 8.0, 10.5 ] }, "down": { "texture": "#oak", "uv": [ 11.0, 8.0, 13.5, 8.5 ] } } } ] } ] }, { "name": "Coal1", "from": [ 0.0, 12.2, 0.0 ], "to": [ 8.0, 14.2, 8.0 ], "rotationOrigin": [ 2.0, 13.2, 2.0 ], "faces": { "north": { "texture": "#coal", "uv": [ 1.5, 7.5, 9.5, 9.5 ] }, "east": { "texture": "#coal", "uv": [ 6.5, 7.5, 14.5, 9.5 ] }, "south": { "texture": "#coal", "uv": [ 0.5, 9.5, 8.5, 11.5 ] }, "west": { "texture": "#coal", "uv": [ 2.5, 11.0, 10.5, 13.0 ] }, "up": { "texture": "#coal", "uv": [ 4.0, 6.5, 12.0, 14.5 ] }, "down": { "texture": "#coal", "uv": [ 1.0, 2.0, 9.0, 10.0 ] } } }, { "name": "Coal2", "from": [ 8.0, 11.8, 0.0 ], "to": [ 16.0, 13.8, 8.0 ], "rotationOrigin": [ 10.0, 12.8, 2.0 ], "faces": { "north": { "texture": "#coal", "uv": [ 5.0, 0.0, 7.0, 8.0 ], "rotation": 90 }, "east": { "texture": "#coal", "uv": [ 0.5, 2.5, 8.5, 4.5 ] }, "south": { "texture": "#coal", "uv": [ 3.5, 2.5, 11.5, 4.5 ] }, "west": { "texture": "#coal", "uv": [ 7.0, 13.0, 15.0, 15.0 ] }, "up": { "texture": "#coal", "uv": [ 7.0, 2.5, 15.0, 10.5 ], "rotation": 90 }, "down": { "texture": "#coal", "uv": [ 6.5, 6.0, 14.5, 14.0 ] } } }, { "name": "Coal3", "from": [ 0.0, 11.7, 8.0 ], "to": [ 8.0, 13.7, 16.0 ], "rotationOrigin": [ 2.0, 12.7, 10.0 ], "faces": { "north": { "texture": "#coal", "uv": [ 3.0, 0.5, 5.0, 8.5 ], "rotation": 270 }, "east": { "texture": "#coal", "uv": [ 2.5, 0.5, 10.5, 2.5 ] }, "south": { "texture": "#coal", "uv": [ 3.5, 4.5, 11.5, 6.5 ] }, "west": { "texture": "#coal", "uv": [ 6.5, 13.0, 14.5, 15.0 ] }, "up": { "texture": "#coal", "uv": [ 7.5, 7.5, 15.5, 15.5 ], "rotation": 180 }, "down": { "texture": "#coal", "uv": [ 1.5, 0.5, 9.5, 8.5 ] } } }, { "name": "Coal4", "from": [ 8.0, 12.0, 8.0 ], "to": [ 16.0, 14.0, 16.0 ], "rotationOrigin": [ 10.0, 13.0, 10.0 ], "faces": { "north": { "texture": "#coal", "uv": [ 4.0, 9.0, 12.0, 11.0 ] }, "east": { "texture": "#coal", "uv": [ 3.5, 2.5, 11.5, 4.5 ] }, "south": { "texture": "#coal", "uv": [ 5.5, 5.0, 13.5, 7.0 ] }, "west": { "texture": "#coal", "uv": [ 7.5, 5.5, 15.5, 7.5 ] }, "up": { "texture": "#coal", "uv": [ 7.5, 0.0, 15.5, 8.0 ] }, "down": { "texture": "#coal", "uv": [ 2.5, 7.5, 10.5, 15.5 ] } } }, { "name": "Coal5", "from": [ 0.0, 14.2, 0.0 ], "to": [ 8.0, 16.5, 8.0 ], "rotationOrigin": [ 2.0, 15.2, 2.0 ], "faces": { "north": { "texture": "#coal", "uv": [ 0.5, 3.0, 8.5, 5.0 ] }, "east": { "texture": "#coal", "uv": [ 6.5, 2.0, 14.5, 4.0 ] }, "south": { "texture": "#coal", "uv": [ 0.5, 4.0, 8.5, 6.0 ] }, "west": { "texture": "#coal", "uv": [ 2.5, 6.5, 10.5, 8.5 ] }, "up": { "texture": "#coal", "uv": [ 7.5, 1.5, 15.5, 9.5 ] }, "down": { "texture": "#coal", "uv": [ 2.5, 1.5, 10.5, 9.5 ] } } }, { "name": "Coal6", "from": [ 8.0, 13.8, 0.0 ], "to": [ 16.0, 16.1, 8.0 ], "rotationOrigin": [ 10.0, 14.8, 2.0 ], "faces": { "north": { "texture": "#coal", "uv": [ 11.0, 5.0, 13.0, 13.0 ], "rotation": 90 }, "east": { "texture": "#coal", "uv": [ 6.0, 11.5, 14.0, 13.5 ] }, "south": { "texture": "#coal", "uv": [ 0.5, 13.5, 8.5, 15.5 ] }, "west": { "texture": "#coal", "uv": [ 4.0, 0.5, 12.0, 2.5 ] }, "up": { "texture": "#coal", "uv": [ 6.5, 0.0, 14.5, 8.0 ], "rotation": 90 }, "down": { "texture": "#coal", "uv": [ 4.5, 7.0, 12.5, 15.0 ] } } }, { "name": "Coal7", "from": [ 0.0, 13.7, 8.0 ], "to": [ 8.0, 16.1, 16.0 ], "rotationOrigin": [ 2.0, 14.7, 10.0 ], "faces": { "north": { "texture": "#coal", "uv": [ 3.5, 1.0, 5.5, 9.0 ], "rotation": 270 }, "east": { "texture": "#coal", "uv": [ 1.5, 1.0, 9.5, 3.0 ] }, "south": { "texture": "#coal", "uv": [ 6.0, 0.5, 14.0, 2.5 ] }, "west": { "texture": "#coal", "uv": [ 2.0, 4.0, 10.0, 6.0 ] }, "up": { "texture": "#coal", "uv": [ 1.5, 1.0, 9.5, 9.0 ], "rotation": 180 }, "down": { "texture": "#coal", "uv": [ 6.5, 6.0, 14.5, 14.0 ] } } }, { "name": "Coal8", "from": [ 8.0, 14.0, 8.0 ], "to": [ 16.0, 16.3, 16.0 ], "rotationOrigin": [ 10.0, 15.0, 10.0 ], "faces": { "north": { "texture": "#coal", "uv": [ 7.0, 5.0, 15.0, 7.0 ] }, "east": { "texture": "#coal", "uv": [ 4.0, 7.0, 12.0, 9.0 ] }, "south": { "texture": "#coal", "uv": [ 4.0, 7.5, 12.0, 9.5 ] }, "west": { "texture": "#coal", "uv": [ 7.0, 9.0, 15.0, 11.0 ] }, "up": { "texture": "#coal", "uv": [ 0.0, 5.0, 8.0, 13.0 ] }, "down": { "texture": "#coal", "uv": [ 5.0, 2.5, 13.0, 10.5 ] } } }, { "name": "Logs5", "from": [ 0.0, 16.5, 0.5 ], "to": [ 4.0, 20.5, 15.5 ], "rotationOrigin": [ 2.0, 16.5, 0.0 ], "rotationX": 3.0, "rotationZ": 8.0, "faces": { "north": { "texture": "#north", "uv": [ 12.0, 12.0, 16.0, 16.0 ] }, "east": { "texture": "#bark", "uv": [ 0.0, 0.0, 15.0, 4.0 ] }, "south": { "texture": "#south", "uv": [ 0.0, 12.0, 4.0, 16.0 ] }, "west": { "texture": "#side", "uv": [ 0.0, 0.0, 15.0, 4.0 ] }, "up": { "texture": "#bark", "uv": [ 1.0, 8.0, 16.0, 12.0 ], "rotation": 90 }, "down": { "texture": "#side", "uv": [ 0.5, 12.0, 15.5, 16.0 ], "rotation": 90 } } }, { "name": "Logs6", "from": [ 3.9, 16.0, 0.9 ], "to": [ 7.9, 20.0, 15.9 ], "rotationOrigin": [ 5.9, 16.0, 0.4 ], "rotationZ": -3.0, "faces": { "north": { "texture": "#north", "uv": [ 8.0, 12.0, 12.0, 16.0 ] }, "east": { "texture": "#bark", "uv": [ 0.5, 12.0, 15.5, 16.0 ] }, "south": { "texture": "#south", "uv": [ 4.0, 12.0, 8.0, 16.0 ] }, "west": { "texture": "#side", "uv": [ 1.0, 12.0, 16.0, 16.0 ] }, "up": { "texture": "#bark", "uv": [ 0.5, 9.5, 15.5, 13.5 ], "rotation": 90 }, "down": { "texture": "#side", "uv": [ 0.5, 12.0, 15.5, 16.0 ], "rotation": 90 } } }, { "name": "Logs7", "from": [ 8.4, 16.1, 0.1 ], "to": [ 12.4, 20.1, 15.1 ], "rotationOrigin": [ 10.4, 16.1, -0.4 ], "rotationZ": 8.0, "faces": { "north": { "texture": "#north", "uv": [ 4.0, 12.0, 8.0, 16.0 ] }, "east": { "texture": "#side", "uv": [ 0.5, 0.0, 15.5, 4.0 ] }, "south": { "texture": "#south", "uv": [ 8.0, 12.0, 12.0, 16.0 ] }, "west": { "texture": "#bark", "uv": [ 1.0, 0.5, 16.0, 4.5 ] }, "up": { "texture": "#bark", "uv": [ 0.0, 12.0, 15.0, 16.0 ], "rotation": 90 }, "down": { "texture": "#side", "uv": [ 0.5, 12.0, 15.5, 16.0 ], "rotation": 90 } } }, { "name": "Logs8", "from": [ 11.9, 16.1, 0.6 ], "to": [ 15.9, 20.1, 15.6 ], "rotationOrigin": [ 13.9, 16.1, 6.1 ], "rotationX": 3.0, "rotationZ": -6.0, "faces": { "north": { "texture": "#north", "uv": [ 0.0, 12.0, 4.0, 16.0 ] }, "east": { "texture": "#bark", "uv": [ 0.5, 0.0, 15.5, 4.0 ] }, "south": { "texture": "#south", "uv": [ 12.0, 12.0, 16.0, 16.0 ] }, "west": { "texture": "#side", "uv": [ 0.0, 4.0, 15.0, 8.0 ] }, "up": { "texture": "#side", "uv": [ 0.0, 0.0, 15.0, 4.0 ], "rotation": 90 }, "down": { "texture": "#bark", "uv": [ 0.5, 12.0, 15.5, 16.0 ], "rotation": 90 } } }, { "name": "Logs1", "from": [ -0.2, 12.8, -0.1 ], "to": [ 3.8, 16.8, 15.9 ], "rotationOrigin": [ 1.8, 12.8, -0.1 ], "rotationX": 3.0, "rotationZ": 8.0, "faces": { "north": { "texture": "#north", "uv": [ 12.0, 8.0, 16.0, 12.0 ] }, "east": { "texture": "#side", "uv": [ 0.0, 0.0, 16.0, 4.0 ] }, "south": { "texture": "#south", "uv": [ 0.0, 8.0, 4.0, 12.0 ] }, "west": { "texture": "#bark", "uv": [ 0.0, 7.5, 16.0, 11.5 ] }, "up": { "texture": "#bark", "uv": [ 0.0, 12.0, 16.0, 16.0 ], "rotation": 90 }, "down": { "texture": "#side", "uv": [ 0.0, 12.0, 16.0, 16.0 ], "rotation": 90 } } }, { "name": "Logs2", "from": [ 2.1, 12.1, 5.9 ], "to": [ 6.1, 16.1, 15.9 ], "rotationOrigin": [ 4.1, 12.1, 14.7 ], "rotationX": -9.0, "rotationY": -90.0, "faces": { "north": { "texture": "#north", "uv": [ 8.0, 8.0, 12.0, 12.0 ] }, "east": { "texture": "#bark", "uv": [ 0.5, 8.0, 10.5, 12.0 ] }, "south": { "texture": "#south", "uv": [ 4.0, 8.0, 8.0, 12.0 ] }, "west": { "texture": "#side", "uv": [ 0.0, 4.0, 10.0, 8.0 ] }, "up": { "texture": "#side", "uv": [ 1.0, 8.0, 11.0, 12.0 ], "rotation": 90 }, "down": { "texture": "#bark", "uv": [ 0.5, 12.0, 10.5, 16.0 ], "rotation": 90 } } }, { "name": "Logs4", "from": [ 9.3, 12.4, -6.2 ], "to": [ 13.3, 16.4, 3.8 ], "rotationOrigin": [ 11.3, 12.4, 2.0 ], "rotationX": -15.0, "rotationY": 91.0, "rotationZ": 1.0, "faces": { "north": { "texture": "#north", "uv": [ 4.0, 8.0, 8.0, 12.0 ] }, "east": { "texture": "#side", "uv": [ 0.0, 0.0, 10.0, 4.0 ] }, "south": { "texture": "#south", "uv": [ 7.5, 8.0, 11.5, 12.0 ] }, "west": { "texture": "#bark", "uv": [ 0.0, 7.5, 10.0, 11.5 ] }, "up": { "texture": "#bark", "uv": [ 1.0, 8.0, 11.0, 12.0 ], "rotation": 90 }, "down": { "texture": "#side", "uv": [ 0.5, 12.0, 10.5, 16.0 ], "rotation": 90 } } }, { "name": "Logs3", "from": [ 12.5, 12.3, 0.0 ], "to": [ 16.5, 16.3, 16.0 ], "rotationOrigin": [ 14.5, 12.3, -0.5 ], "rotationZ": 8.0, "faces": { "north": { "texture": "#north", "uv": [ 0.0, 8.0, 4.0, 12.0 ] }, "east": { "texture": "#side", "uv": [ 0.0, 8.0, 16.0, 12.0 ] }, "south": { "texture": "#south", "uv": [ 12.0, 8.0, 16.0, 12.0 ] }, "west": { "texture": "#bark", "uv": [ 0.0, 8.0, 16.0, 12.0 ] }, "up": { "texture": "#bark", "uv": [ 0.0, 8.0, 16.0, 12.0 ], "rotation": 90 }, "down": { "texture": "#side", "uv": [ 0.0, 12.0, 16.0, 16.0 ], "rotation": 90 } } } ]}
Recommended Posts