"> Foro - [Modelo 3D] Caja de puesta en Texturas - Page 1 of 1
Marzo 29, 2024, 07:17:47 am
Visitante


Autor Tema:  [Modelo 3D] Caja de puesta  (Leído 1477 veces)

0 Usuarios y 1 Visitante están viendo este tema.

Febrero 08, 2017, 10:42:54 pm

Alfomega




  • Desconectado

  • *

    • *
    • *
    • *
  • Mensaje personal
    Ingeniero informático
  • Actividad

  • 0%
  • Logros

Más información

Haciendo diversos modelos para el mod se me ocurrió modificar alguno para adaptarlo al Minecraft básico y compartirlo. Este es una simple caja de puesta con cuatro huevos que usa la textura de madera de roble, la de la bala de heno y el objeto de huevo.
Para crearlo me ayudé del Model Creator que explica lol_600 en su tutorial de Model Creator.
Podéis usarlo con total libertad y modificarlo un poco o cambiarle texturas siempre que me déis créditos por lo menos en el lugar en el que lo exponéis (tema, web, etc).


Código: [Seleccionar]
{
    "textures": {
        "wood": "blocks/planks_oak",
        "hay": "blocks/hay_block_top",
        "egg": "items/egg"
    },
    "elements": [
        {
            "name": "Base",
            "from": [ 1, 0, 1 ],
            "to": [ 15, 1, 15 ],
            "faces": {
                "up": { "texture": "#wood", "uv": [ 1, 1, 15, 15 ] },
                "down": { "texture": "#wood", "uv": [ 1, 1, 15, 15 ], "cullface": "down" }
            }
        },
        {
            "name": "Back",
            "from": [ 0, 0, 0 ],
            "to": [ 16, 15, 1 ],
            "faces": {
                "north": { "texture": "#wood", "uv": [ 0, 1, 16, 16 ], "cullface": "north" },
                "east": { "texture": "#wood", "uv": [ 0, 1, 1, 16 ], "cullface": "east" },
                "south": { "texture": "#wood", "uv": [ 0, 1, 16, 16 ] },
                "west": { "texture": "#wood", "uv": [ 15, 1, 16, 16 ], "cullface": "west" },
                "down": { "texture": "#wood", "uv": [ 0, 15, 16, 16 ], "cullface": "down" }
            }
        },
        {
            "name": "Left",
            "from": [ 0, 0, 1 ],
            "to": [ 1, 15, 16 ],
            "faces": {
                "east": { "texture": "#wood", "uv": [ 1, 1, 15, 16 ] },
                "south": { "texture": "#wood", "uv": [ 0, 1, 1, 16 ] },
                "west": { "texture": "#wood", "uv": [ 1, 1, 15, 16 ], "cullface": "west" },
                "down": { "texture": "#wood", "uv": [ 0, 2, 1, 16 ], "cullface": "down" }
            }
        },
        {
            "name": "Right",
            "from": [ 15, 0, 1 ],
            "to": [ 16, 15, 16 ],
            "faces": {
                "east": { "texture": "#wood", "uv": [ 1, 1, 15, 16 ], "cullface": "east" },
                "south": { "texture": "#wood", "uv": [ 0, 1, 1, 16 ] },
                "west": { "texture": "#wood", "uv": [ 1, 1, 15, 16 ] },
                "down": { "texture": "#wood", "uv": [ 0, 2, 1, 16 ], "cullface": "down" }
            }
        },
        {
            "name": "Front",
            "from": [ 1, 0, 15 ],
            "to": [ 15, 4, 16 ],
            "faces": {
                "north": { "texture": "#wood", "uv": [ 0, 12, 16, 16 ] },
                "east": { "texture": "#wood", "uv": [ 15, 12, 16, 16 ], "cullface": "east" },
                "south": { "texture": "#wood", "uv": [ 0, 12, 16, 16 ], "cullface": "south" },
                "west": { "texture": "#wood", "uv": [ 0, 12, 1, 16 ], "cullface": "west" },
                "up": { "texture": "#wood", "uv": [ 0, 15, 16, 16 ] },
                "down": { "texture": "#wood", "uv": [ 0, 0, 16, 1 ], "cullface": "down" }
            }
        },
        {
            "name": "Top",
            "from": [ 0, 15, 0 ],
            "to": [ 16, 16, 16 ],
            "faces": {
                "north": { "texture": "#wood", "uv": [ 0, 3, 16, 4 ], "cullface": "north" },
                "east": { "texture": "#wood", "uv": [ 0, 3, 15, 4 ], "cullface": "east" },
                "south": { "texture": "#wood", "uv": [ 0, 3, 16, 4 ] },
                "west": { "texture": "#wood", "uv": [ 0, 3, 15, 4 ], "cullface": "west" },
                "up": { "texture": "#wood", "uv": [ 0, 0, 16, 15 ], "cullface": "up" },
                "down": { "texture": "#wood", "uv": [ 0, 0, 16, 15 ] }
            }
        },
        {
            "name": "Wheat",
            "from": [ 1, 1, 1 ],
            "to": [ 15, 3, 15 ],
            "faces": {
                "up": { "texture": "#hay", "uv": [ 1, 1, 15, 15 ] }
            }
        },
        {
            "name": "Egg1",
            "from": [ 6, 3, 5 ],
            "to": [ 8, 5, 7 ],
            "faces": {
                "north": { "texture": "#egg", "uv": [ 5, 4, 7, 6 ] },
                "east": { "texture": "#egg", "uv": [ 5, 4, 7, 6 ] },
                "south": { "texture": "#egg", "uv": [ 5, 4, 7, 6 ] },
                "west": { "texture": "#egg", "uv": [ 5, 4, 7, 6 ] },
                "up": { "texture": "#egg", "uv": [ 5, 4, 7, 6 ] }
            }
        },
        {
            "name": "Egg2",
            "from": [ 7, 3, 9 ],
            "to": [ 9, 5, 11 ],
            "faces": {
                "north": { "texture": "#egg", "uv": [ 5, 4, 7, 6 ] },
                "east": { "texture": "#egg", "uv": [ 5, 4, 7, 6 ] },
                "south": { "texture": "#egg", "uv": [ 5, 4, 7, 6 ] },
                "west": { "texture": "#egg", "uv": [ 5, 4, 7, 6 ] },
                "up": { "texture": "#egg", "uv": [ 5, 4, 7, 6 ] }
            }
        },
        {
            "name": "Egg3",
            "from": [ 10, 3, 7 ],
            "to": [ 12, 5, 9 ],
            "faces": {
                "north": { "texture": "#egg", "uv": [ 5, 4, 7, 6 ] },
                "east": { "texture": "#egg", "uv": [ 5, 4, 7, 6 ] },
                "south": { "texture": "#egg", "uv": [ 5, 4, 7, 6 ] },
                "west": { "texture": "#egg", "uv": [ 5, 4, 7, 6 ] },
                "up": { "texture": "#egg", "uv": [ 5, 4, 7, 6 ] }
            }
        },
        {
            "name": "Egg4",
            "from": [ 4, 3, 8 ],
            "to": [ 6, 5, 10 ],
            "faces": {
                "north": { "texture": "#egg", "uv": [ 5, 4, 7, 6 ] },
                "east": { "texture": "#egg", "uv": [ 5, 4, 7, 6 ] },
                "south": { "texture": "#egg", "uv": [ 5, 4, 7, 6 ] },
                "west": { "texture": "#egg", "uv": [ 5, 4, 7, 6 ] },
                "up": { "texture": "#egg", "uv": [ 5, 4, 7, 6 ] }
            }
        }
    ]
}


Linkback: https://minecraftmin.net/index.php?topic=14356.0
https://i.imgur.com/cFX0ssZ.png






Share via delicious Share via digg Share via facebook Share via furl Share via linkedin Share via myspace Share via reddit Share via stumble Share via technorati Share via twitter

exclamation
Modelo 3D [Robot]

Iniciado por lol_600

11 Respuestas
7007 Vistas
Último mensaje Marzo 19, 2016, 02:39:11 am
por lol_600
xx
[Modelo 3D] Mano Mágica (EndHand) [1.10.X]

Iniciado por SoulAlex

3 Respuestas
3381 Vistas
Último mensaje Abril 24, 2021, 01:15:22 pm
por jiuer7845
xx
[Modelo 3D] Casco de Guerrero (Hyper-Helmet) [1.10.X]

Iniciado por SoulAlex

3 Respuestas
2872 Vistas
Último mensaje Octubre 14, 2016, 11:42:20 pm
por luciano456