Textures aléatoires d'escaliers

gemonutton

Bucheron
2 Décembre 2015
25
4
16
23
Bonjour/bonsoir à tous,

J'ai un petit problème... je me suis passioné par la création de mon texture pack (maintenant à sa 5eme version) et je suis face à un mur... un IMMENSE mur...

En effet pour faire des textures aléatoires il faut modifier le "blockstates", le "model" et enfin la "texture"...
MAIS! pour les escaliers le problème est que le document .jpson des "blockstates" est juste ENORME et je comprend rien... quelqu'un pourrait m'aider? (pour info c'est ici le document d'un pack de texture qui fait varier les escaliers de bricks de 8 facon différentes...



{
"variants": {
"facing=east,half=bottom,shape=straight": [ { "model": "brick_stairs" },
{ "model": "brick_stairs_0" },
{ "model": "brick_stairs_1" },
{ "model": "brick_stairs_2" },
{ "model": "brick_stairs_3" },
{ "model": "brick_stairs_4" },
{ "model": "brick_stairs_5" },
{ "model": "brick_stairs_6" },
{ "model": "brick_stairs_7" } ],
"facing=west,half=bottom,shape=straight": [ { "model": "brick_stairs", "y": 180, "uvlock": true },
{ "model": "brick_stairs_0", "y": 180, "uvlock": true },
{ "model": "brick_stairs_1", "y": 180, "uvlock": true },
{ "model": "brick_stairs_2", "y": 180, "uvlock": true },
{ "model": "brick_stairs_3", "y": 180, "uvlock": true },
{ "model": "brick_stairs_4", "y": 180, "uvlock": true },
{ "model": "brick_stairs_5", "y": 180, "uvlock": true },
{ "model": "brick_stairs_6", "y": 180, "uvlock": true },
{ "model": "brick_stairs_7", "y": 180, "uvlock": true } ],
"facing=south,half=bottom,shape=straight": [ { "model": "brick_stairs", "y": 90, "uvlock": true },
{ "model": "brick_stairs_0", "y": 90, "uvlock": true },
{ "model": "brick_stairs_1", "y": 90, "uvlock": true },
{ "model": "brick_stairs_2", "y": 90, "uvlock": true },
{ "model": "brick_stairs_3", "y": 90, "uvlock": true },
{ "model": "brick_stairs_4", "y": 90, "uvlock": true },
{ "model": "brick_stairs_5", "y": 90, "uvlock": true },
{ "model": "brick_stairs_6", "y": 90, "uvlock": true },
{ "model": "brick_stairs_7", "y": 90, "uvlock": true } ],
"facing=north,half=bottom,shape=straight": [ { "model": "brick_stairs", "y": 270, "uvlock": true },
{ "model": "brick_stairs_0", "y": 270, "uvlock": true },
{ "model": "brick_stairs_1", "y": 270, "uvlock": true },
{ "model": "brick_stairs_2", "y": 270, "uvlock": true },
{ "model": "brick_stairs_3", "y": 270, "uvlock": true },
{ "model": "brick_stairs_4", "y": 270, "uvlock": true },
{ "model": "brick_stairs_5", "y": 270, "uvlock": true },
{ "model": "brick_stairs_6", "y": 270, "uvlock": true },
{ "model": "brick_stairs_7", "y": 270, "uvlock": true } ],
"facing=east,half=bottom,shape=outer_right": [ { "model": "brick_outer_stairs" },
{ "model": "brick_outer_stairs_0" },
{ "model": "brick_outer_stairs_1" },
{ "model": "brick_outer_stairs_2" },
{ "model": "brick_outer_stairs_3" },
{ "model": "brick_outer_stairs_4" },
{ "model": "brick_outer_stairs_5" },
{ "model": "brick_outer_stairs_6" },
{ "model": "brick_outer_stairs_7" } ],
"facing=west,half=bottom,shape=outer_right": [ { "model": "brick_outer_stairs", "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_0", "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_1", "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_2", "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_3", "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_4", "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_5", "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_6", "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_7", "y": 180, "uvlock": true } ],
"facing=south,half=bottom,shape=outer_right": [ { "model": "brick_outer_stairs", "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_0", "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_1", "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_2", "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_3", "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_4", "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_5", "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_6", "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_7", "y": 90, "uvlock": true } ],
"facing=north,half=bottom,shape=outer_right": [ { "model": "brick_outer_stairs", "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_0", "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_1", "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_2", "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_3", "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_4", "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_5", "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_6", "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_7", "y": 270, "uvlock": true } ],
"facing=east,half=bottom,shape=outer_left": [ { "model": "brick_outer_stairs", "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_0", "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_1", "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_2", "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_3", "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_4", "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_5", "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_6", "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_7", "y": 270, "uvlock": true } ],
"facing=west,half=bottom,shape=outer_left": [ { "model": "brick_outer_stairs", "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_0", "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_1", "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_2", "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_3", "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_4", "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_5", "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_6", "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_7", "y": 90, "uvlock": true } ],
"facing=south,half=bottom,shape=outer_left": [ { "model": "brick_outer_stairs" },
{ "model": "brick_outer_stairs_0" },
{ "model": "brick_outer_stairs_1" },
{ "model": "brick_outer_stairs_2" },
{ "model": "brick_outer_stairs_3" },
{ "model": "brick_outer_stairs_4" },
{ "model": "brick_outer_stairs_5" },
{ "model": "brick_outer_stairs_6" },
{ "model": "brick_outer_stairs_7" } ],
"facing=north,half=bottom,shape=outer_left": [ { "model": "brick_outer_stairs", "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_0", "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_1", "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_2", "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_3", "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_4", "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_5", "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_6", "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_7", "y": 180, "uvlock": true } ],
"facing=east,half=bottom,shape=inner_right": [ { "model": "brick_inner_stairs" },
{ "model": "brick_inner_stairs_0" },
{ "model": "brick_inner_stairs_1" },
{ "model": "brick_inner_stairs_2" },
{ "model": "brick_inner_stairs_3" },
{ "model": "brick_inner_stairs_4" },
{ "model": "brick_inner_stairs_5" },
{ "model": "brick_inner_stairs_6" },
{ "model": "brick_inner_stairs_7" } ],
"facing=west,half=bottom,shape=inner_right": [ { "model": "brick_inner_stairs", "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_0", "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_1", "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_2", "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_3", "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_4", "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_5", "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_6", "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_7", "y": 180, "uvlock": true } ],
"facing=south,half=bottom,shape=inner_right": [ { "model": "brick_inner_stairs", "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_0", "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_1", "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_2", "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_3", "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_4", "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_5", "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_6", "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_7", "y": 90, "uvlock": true } ],
"facing=north,half=bottom,shape=inner_right": [ { "model": "brick_inner_stairs", "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_0", "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_1", "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_2", "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_3", "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_4", "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_5", "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_6", "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_7", "y": 270, "uvlock": true } ],
"facing=east,half=bottom,shape=inner_left": [ { "model": "brick_inner_stairs", "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_0", "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_1", "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_2", "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_3", "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_4", "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_5", "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_6", "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_7", "y": 270, "uvlock": true } ],
"facing=west,half=bottom,shape=inner_left": [ { "model": "brick_inner_stairs", "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_0", "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_1", "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_2", "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_3", "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_4", "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_5", "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_6", "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_7", "y": 90, "uvlock": true } ],
"facing=south,half=bottom,shape=inner_left": [ { "model": "brick_inner_stairs" },
{ "model": "brick_inner_stairs_0" },
{ "model": "brick_inner_stairs_1" },
{ "model": "brick_inner_stairs_2" },
{ "model": "brick_inner_stairs_3" },
{ "model": "brick_inner_stairs_4" },
{ "model": "brick_inner_stairs_5" },
{ "model": "brick_inner_stairs_6" },
{ "model": "brick_inner_stairs_7" } ],
"facing=north,half=bottom,shape=inner_left": [ { "model": "brick_inner_stairs", "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_0", "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_1", "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_2", "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_3", "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_4", "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_5", "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_6", "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_7", "y": 180, "uvlock": true } ],
"facing=east,half=top,shape=straight": [ { "model": "brick_stairs", "x": 180, "uvlock": true },
{ "model": "brick_stairs_0", "x": 180, "uvlock": true },
{ "model": "brick_stairs_1", "x": 180, "uvlock": true },
{ "model": "brick_stairs_2", "x": 180, "uvlock": true },
{ "model": "brick_stairs_3", "x": 180, "uvlock": true },
{ "model": "brick_stairs_4", "x": 180, "uvlock": true },
{ "model": "brick_stairs_5", "x": 180, "uvlock": true },
{ "model": "brick_stairs_6", "x": 180, "uvlock": true },
{ "model": "brick_stairs_7", "x": 180, "uvlock": true } ],
"facing=west,half=top,shape=straight": [ { "model": "brick_stairs", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_stairs_0", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_stairs_1", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_stairs_2", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_stairs_3", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_stairs_4", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_stairs_5", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_stairs_6", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_stairs_7", "x": 180, "y": 180, "uvlock": true } ],
"facing=south,half=top,shape=straight": [ { "model": "brick_stairs", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_stairs_0", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_stairs_1", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_stairs_2", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_stairs_3", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_stairs_4", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_stairs_5", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_stairs_6", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_stairs_7", "x": 180, "y": 90, "uvlock": true } ],
"facing=north,half=top,shape=straight": [ { "model": "brick_stairs", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_stairs_0", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_stairs_1", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_stairs_2", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_stairs_3", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_stairs_4", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_stairs_5", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_stairs_6", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_stairs_7", "x": 180, "y": 270, "uvlock": true } ],
"facing=east,half=top,shape=outer_right": [ { "model": "brick_outer_stairs", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_0", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_1", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_2", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_3", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_4", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_5", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_6", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_7", "x": 180, "y": 90, "uvlock": true } ],
"facing=west,half=top,shape=outer_right": [ { "model": "brick_outer_stairs", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_0", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_1", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_2", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_3", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_4", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_5", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_6", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_7", "x": 180, "y": 270, "uvlock": true } ],
"facing=south,half=top,shape=outer_right": [ { "model": "brick_outer_stairs", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_0", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_1", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_2", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_3", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_4", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_5", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_6", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_7", "x": 180, "y": 180, "uvlock": true } ],
"facing=north,half=top,shape=outer_right": [ { "model": "brick_outer_stairs", "x": 180, "uvlock": true },
{ "model": "brick_outer_stairs_0", "x": 180, "uvlock": true },
{ "model": "brick_outer_stairs_1", "x": 180, "uvlock": true },
{ "model": "brick_outer_stairs_2", "x": 180, "uvlock": true },
{ "model": "brick_outer_stairs_3", "x": 180, "uvlock": true },
{ "model": "brick_outer_stairs_4", "x": 180, "uvlock": true },
{ "model": "brick_outer_stairs_5", "x": 180, "uvlock": true },
{ "model": "brick_outer_stairs_6", "x": 180, "uvlock": true },
{ "model": "brick_outer_stairs_7", "x": 180, "uvlock": true } ],
"facing=east,half=top,shape=outer_left": [ { "model": "brick_outer_stairs", "x": 180, "uvlock": true },
{ "model": "brick_outer_stairs_0", "x": 180, "uvlock": true },
{ "model": "brick_outer_stairs_1", "x": 180, "uvlock": true },
{ "model": "brick_outer_stairs_2", "x": 180, "uvlock": true },
{ "model": "brick_outer_stairs_3", "x": 180, "uvlock": true },
{ "model": "brick_outer_stairs_4", "x": 180, "uvlock": true },
{ "model": "brick_outer_stairs_5", "x": 180, "uvlock": true },
{ "model": "brick_outer_stairs_6", "x": 180, "uvlock": true },
{ "model": "brick_outer_stairs_7", "x": 180, "uvlock": true } ],
"facing=west,half=top,shape=outer_left": [ { "model": "brick_outer_stairs", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_0", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_1", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_2", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_3", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_4", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_5", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_6", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_outer_stairs_7", "x": 180, "y": 180, "uvlock": true } ],
"facing=south,half=top,shape=outer_left": [{ "model": "brick_outer_stairs", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_0", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_1", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_2", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_3", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_4", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_5", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_6", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_outer_stairs_7", "x": 180, "y": 90, "uvlock": true } ],
"facing=north,half=top,shape=outer_left": [ { "model": "brick_outer_stairs", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_0", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_1", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_2", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_3", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_4", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_5", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_6", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_outer_stairs_7", "x": 180, "y": 270, "uvlock": true } ],
"facing=east,half=top,shape=inner_right": [ { "model": "brick_inner_stairs", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_0", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_1", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_2", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_3", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_4", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_5", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_6", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_7", "x": 180, "y": 90, "uvlock": true } ],
"facing=west,half=top,shape=inner_right": [ { "model": "brick_inner_stairs", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_0", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_1", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_2", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_3", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_4", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_5", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_6", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_7", "x": 180, "y": 270, "uvlock": true } ],
"facing=south,half=top,shape=inner_right": [ { "model": "brick_inner_stairs", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_0", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_1", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_2", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_3", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_4", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_5", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_6", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_7", "x": 180, "y": 180, "uvlock": true } ],
"facing=north,half=top,shape=inner_right": [ { "model": "brick_inner_stairs", "x": 180, "uvlock": true },
{ "model": "brick_inner_stairs_0", "x": 180, "uvlock": true },
{ "model": "brick_inner_stairs_1", "x": 180, "uvlock": true },
{ "model": "brick_inner_stairs_2", "x": 180, "uvlock": true },
{ "model": "brick_inner_stairs_3", "x": 180, "uvlock": true },
{ "model": "brick_inner_stairs_4", "x": 180, "uvlock": true },
{ "model": "brick_inner_stairs_5", "x": 180, "uvlock": true },
{ "model": "brick_inner_stairs_6", "x": 180, "uvlock": true },
{ "model": "brick_inner_stairs_7", "x": 180, "uvlock": true } ],
"facing=east,half=top,shape=inner_left": [ { "model": "brick_inner_stairs", "x": 180, "uvlock": true },
{ "model": "brick_inner_stairs_0", "x": 180, "uvlock": true },
{ "model": "brick_inner_stairs_1", "x": 180, "uvlock": true },
{ "model": "brick_inner_stairs_2", "x": 180, "uvlock": true },
{ "model": "brick_inner_stairs_3", "x": 180, "uvlock": true },
{ "model": "brick_inner_stairs_4", "x": 180, "uvlock": true },
{ "model": "brick_inner_stairs_5", "x": 180, "uvlock": true },
{ "model": "brick_inner_stairs_6", "x": 180, "uvlock": true },
{ "model": "brick_inner_stairs_7", "x": 180, "uvlock": true } ],
"facing=west,half=top,shape=inner_left": [ { "model": "brick_inner_stairs", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_0", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_1", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_2", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_3", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_4", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_5", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_6", "x": 180, "y": 180, "uvlock": true },
{ "model": "brick_inner_stairs_7", "x": 180, "y": 180, "uvlock": true } ],
"facing=south,half=top,shape=inner_left": [ { "model": "brick_inner_stairs", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_0", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_1", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_2", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_3", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_4", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_5", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_6", "x": 180, "y": 90, "uvlock": true },
{ "model": "brick_inner_stairs_7", "x": 180, "y": 90, "uvlock": true } ],
"facing=north,half=top,shape=inner_left": [ { "model": "brick_inner_stairs", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_0", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_1", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_2", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_3", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_4", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_5", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_6", "x": 180, "y": 270, "uvlock": true },
{ "model": "brick_inner_stairs_7", "x": 180, "y": 270, "uvlock": true } ]
}
}

sinon je voudrais bien que quelqu'un m'explique comment faire plus simplement...
 
Dernière édition par un modérateur:

Daminator4113

Êtres humain (je crois)
15 Juin 2016
79
35
121
24
Malheureusement il n'y a pas de façon plus "simple", le bloc d'escalier possède plusieurs variante (40), ce qui correspond à toutes les positions possible de l'escalier. Donc si tu veux mettre plusieurs textures aléatoires sur ce bloc, il faut le faire pour chaque variantes. Dans ton fichier avec les 8 possibilité, on voit bien les 8 textures différentes :

Il y a d'abord la variante du bloc : "facing=east,half=bottom,shape=straight":[]
puis les différents models (situé dans le dossier models de ton resource pack) : { "model": "brick_stairs" },{ "model": "brick_stairs_0" },{ "model": "brick_stairs_1" },...

etc pour chaque variantes de ton bloc. Donc si tu veux que ton escalier ne possède que 2 textures différentes, tu devras modifier ton fichier blockstates en enlevant tout les { "model": "brick_stairs_0" } de 1 à 7