Translations:Modding:Basic Block/42/es: Difference between revisions
From Vintage Story Wiki
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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> |
Latest revision as of 21:03, 20 October 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" }],
},
}
},