Translations:Modding:Basic Block/42/es: Difference between revisions
From Vintage Story Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<syntaxhighlight lang="json"> | <syntaxhighlight lang="json"> | ||
texturesbytype: { | texturesbytype: { | ||
"*- | "*-oro": { | ||
all: { | all: { | ||
base: "block/ | base: "block/mitexturadeoro", | ||
alternates: [{base: "block/ | alternates: [{base: "block/mitexturadeoro1" }, {base: "block/mitexturadeoro2" }, {base: "block/mitexturadeoro3" }], | ||
}, | }, | ||
}, | }, | ||
"*-iron": { | "*-iron": { | ||
all: { | all: { | ||
base: "block/ | base: "block/mitexturadehierro", | ||
alternates: [{base: "block/ | alternates: [{base: "block/mitexturadehierro1" }, {base: "block/mitexturadehierro2" }, {base: "block/mitexturadehierro3" }], | ||
}, | }, | ||
} | } | ||
}, | }, | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 19:41, 14 June 2023
texturesbytype: {
"*-oro": {
all: {
base: "block/mitexturadeoro",
alternates: [{base: "block/mitexturadeoro1" }, {base: "block/mitexturadeoro2" }, {base: "block/mitexturadeoro3" }],
},
},
"*-iron": {
all: {
base: "block/mitexturadehierro",
alternates: [{base: "block/mitexturadehierro1" }, {base: "block/mitexturadehierro2" }, {base: "block/mitexturadehierro3" }],
},
}
},