Modding:Basic Block/es: Difference between revisions

From Vintage Story Wiki
Created page with "Para especificar la forma por tipo tenemos que eliminar la propiedad <code>shape</code> y sustituirla por <code>shapebytype</code>: <syntaxhighlight lang="json"> shapebytype: { "*-good": { base: "block/myshinymodel1", }, "*-used": { base: "block/myshinymodel", }, }, </syntaxhighlight>"
(Created page with "He creado otro modelo para los bloques en buen estado ([https://wiki.vintagestory.at/images/f/fa/Myshinymodel1.json myshinymodel1.json]), porque deben parecer más impresionante, que los que están en condiciones usadas. Por lo tanto tenemos que copiar el archivo json a <code>assets/myshinyblock/shapes/block/</code> también.")
(Created page with "Para especificar la forma por tipo tenemos que eliminar la propiedad <code>shape</code> y sustituirla por <code>shapebytype</code>: <syntaxhighlight lang="json"> shapebytype: { "*-good": { base: "block/myshinymodel1", }, "*-used": { base: "block/myshinymodel", }, }, </syntaxhighlight>")
Line 246: Line 246:
He creado otro modelo para los bloques en buen estado ([https://wiki.vintagestory.at/images/f/fa/Myshinymodel1.json myshinymodel1.json]), porque deben parecer más impresionante, que los que están en condiciones usadas. Por lo tanto tenemos que copiar el archivo json a <code>assets/myshinyblock/shapes/block/</code> también.
He creado otro modelo para los bloques en buen estado ([https://wiki.vintagestory.at/images/f/fa/Myshinymodel1.json myshinymodel1.json]), porque deben parecer más impresionante, que los que están en condiciones usadas. Por lo tanto tenemos que copiar el archivo json a <code>assets/myshinyblock/shapes/block/</code> también.


In order to specify the shape by type we need to remove the property <code>shape</code> and replace it with <code>shapebytype</code>:
Para especificar la forma por tipo tenemos que eliminar la propiedad <code>shape</code> y sustituirla por <code>shapebytype</code>:
<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
shapebytype: {
shapebytype: {
Confirmedusers
9,523

edits