Jump to content

How to make a CustomBlock Bigger from the Json file?


terraya

Recommended Posts

Hello Dear Forum,

 

i did a custom "lets say Ball" and i use it as a "Block",

the only thing is, how can i add a custom texture on it/make it bigger?

 

so how can i apply this here:

{
"parent": "builtin/generated",
"textures": {
	"layer0": "blockupdate:item/IceBlock1"
},
"display": {
	"thirdperson": {
		"rotation": [ -90, 0, 0 ],
		"translation": [ 0, 1, -3 ],
		"scale": [ 0.55, 0.55, 0.55 ]
	},
	"firstperson": {
		"rotation": [ 0, -135, 25 ],
		"translation": [ 0, 4, 2 ],
		"scale": [ 1.7, 1.7, 1.7 ]
	}
}
}

 

to this here:

 

{
"textures": {
        "0": "blockupdate:block/planks1"
    },
    "elements": [
        {
            "name": "Cube",
            "from": [ 7.0, 0.0, 7.0 ], 
            "to": [ 9.0, 1.0, 9.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 6.0, 1.0, 6.0 ], 
            "to": [ 10.0, 2.0, 10.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 4.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 4.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 5.0, 2.0, 5.0 ], 
            "to": [ 11.0, 3.0, 11.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 6.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 6.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 4.0, 3.0, 4.0 ], 
            "to": [ 12.0, 4.0, 12.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 8.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 8.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 3.0, 4.0, 3.0 ], 
            "to": [ 13.0, 5.0, 13.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 10.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 10.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 2.0, 5.0, 2.0 ], 
            "to": [ 14.0, 6.0, 14.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 12.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 12.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 1.0, 6.0, 1.0 ], 
            "to": [ 15.0, 7.0, 15.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 14.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 14.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 0.0, 7.0, 0.0 ], 
            "to": [ 16.0, 8.0, 16.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ -1.0, 8.0, -1.0 ], 
            "to": [ 17.0, 10.0, 17.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 2.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 2.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 2.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 2.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 18.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 18.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ -1.0, 9.0, -1.0 ], 
            "to": [ 17.0, 10.0, 17.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 18.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 18.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 0.0, 10.0, 0.0 ], 
            "to": [ 16.0, 11.0, 16.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 1.0, 11.0, 1.0 ], 
            "to": [ 15.0, 12.0, 15.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 14.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 14.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 2.0, 12.0, 2.0 ], 
            "to": [ 14.0, 13.0, 14.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 12.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 12.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 3.0, 13.0, 3.0 ], 
            "to": [ 13.0, 14.0, 13.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 10.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 10.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 4.0, 14.0, 4.0 ], 
            "to": [ 12.0, 15.0, 12.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 8.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 8.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 5.0, 15.0, 5.0 ], 
            "to": [ 11.0, 16.0, 11.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 6.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 6.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 6.0, 16.0, 6.0 ], 
            "to": [ 10.0, 17.0, 10.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 4.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 4.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 7.0, 17.0, 7.0 ], 
            "to": [ 9.0, 18.0, 9.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] }
            }
        }
    ]
}

 

i tryed it as :

{
"parent": "builtin/generated",
"textures": {
	"layer0": "blockupdate:item/IceBlock1"
},
	"display": {
	"thirdperson": {
		"rotation": [ -90, 0, 0 ],
		"translation": [ 0, 1, -3 ],
		"scale": [ 0.55, 0.55, 0.55 ]
	},
	"firstperson": {
		"rotation": [ 0, -135, 25 ],
		"translation": [ 0, 4, 2 ],
		"scale": [ 1.7, 1.7, 1.7 ]
	}
}
    "elements": [
        {
            "name": "Cube",
            "from": [ 7.0, 0.0, 7.0 ], 
            "to": [ 9.0, 1.0, 9.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 6.0, 1.0, 6.0 ], 
            "to": [ 10.0, 2.0, 10.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 4.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 4.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 5.0, 2.0, 5.0 ], 
            "to": [ 11.0, 3.0, 11.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 6.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 6.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 4.0, 3.0, 4.0 ], 
            "to": [ 12.0, 4.0, 12.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 8.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 8.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 3.0, 4.0, 3.0 ], 
            "to": [ 13.0, 5.0, 13.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 10.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 10.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 2.0, 5.0, 2.0 ], 
            "to": [ 14.0, 6.0, 14.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 12.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 12.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 1.0, 6.0, 1.0 ], 
            "to": [ 15.0, 7.0, 15.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 14.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 14.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 0.0, 7.0, 0.0 ], 
            "to": [ 16.0, 8.0, 16.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ -1.0, 8.0, -1.0 ], 
            "to": [ 17.0, 10.0, 17.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 2.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 2.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 2.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 2.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 18.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 18.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ -1.0, 9.0, -1.0 ], 
            "to": [ 17.0, 10.0, 17.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 18.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 18.0, 18.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 0.0, 10.0, 0.0 ], 
            "to": [ 16.0, 11.0, 16.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 1.0, 11.0, 1.0 ], 
            "to": [ 15.0, 12.0, 15.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 14.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 14.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 2.0, 12.0, 2.0 ], 
            "to": [ 14.0, 13.0, 14.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 12.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 12.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 3.0, 13.0, 3.0 ], 
            "to": [ 13.0, 14.0, 13.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 10.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 10.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 4.0, 14.0, 4.0 ], 
            "to": [ 12.0, 15.0, 12.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 8.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 8.0, 8.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 5.0, 15.0, 5.0 ], 
            "to": [ 11.0, 16.0, 11.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 6.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 6.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 6.0, 16.0, 6.0 ], 
            "to": [ 10.0, 17.0, 10.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 4.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 4.0, 4.0 ] }
            }
        },
        {
            "name": "Cube",
            "from": [ 7.0, 17.0, 7.0 ], 
            "to": [ 9.0, 18.0, 9.0 ], 
            "faces": {
                "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] }
            }
        }
    ]
}

 

but it do not work :/

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.