• 1

    posted a message on (25w03a) Item models not working correctly

    Got it working in 25w04a.


    Sprites borrowed from https://modrinth.com/resourcepack/visual-paintings


    {
      "model": {
        "type": "minecraft:condition",
        "property": "minecraft:has_component",
        "component": "minecraft:painting/variant",
        "on_true": {
          "type": "minecraft:select",
          "model": "minecraft:item/painting",
          "property": "minecraft:component",
          "component": "minecraft:painting/variant",
          "fallback": {
            "type": "minecraft:model",
            "model": "minecraft:item/painting"
          },
          "cases": [
            { "when": "minecraft:alban",			"model": { "type": "model", "model": "item/painting/alban" }},
            { "when": "minecraft:aztec",			"model": { "type": "model", "model": "item/painting/aztec" }},
            { "when": "minecraft:aztec2",			"model": { "type": "model", "model": "item/painting/aztec2"}},
            { "when": "minecraft:bomb",				"model": { "type": "model", "model": "item/painting/bomb" }},
            { "when": "minecraft:burning_skull",	"model": { "type": "model", "model": "item/painting/burning_skull" }},
            { "when": "minecraft:bust",				"model": { "type": "model", "model": "item/painting/bust" }},
            { "when": "minecraft:courbet",			"model": { "type": "model", "model": "item/painting/courbet" }},
            { "when": "minecraft:creebet",			"model": { "type": "model", "model": "item/painting/creebet" }},
            { "when": "minecraft:donkey_kong",		"model": { "type": "model", "model": "item/painting/donkey_kong" }},
            { "when": "minecraft:earth",			"model": { "type": "model", "model": "item/painting/earth" }},
            { "when": "minecraft:fighters",			"model": { "type": "model", "model": "item/painting/fighters" }},
            { "when": "minecraft:fire",				"model": { "type": "model", "model": "item/painting/fire" }},
            { "when": "minecraft:graham",			"model": { "type": "model", "model": "item/painting/graham" }},
            { "when": "minecraft:kebab",			"model": { "type": "model", "model": "item/painting/kebab" }},
            { "when": "minecraft:match",			"model": { "type": "model", "model": "item/painting/match" }},
            { "when": "minecraft:pigscene",			"model": { "type": "model", "model": "item/painting/pigscene" }},
            { "when": "minecraft:plant",			"model": { "type": "model", "model": "item/painting/plant" }},
            { "when": "minecraft:pointer",			"model": { "type": "model", "model": "item/painting/pointer" }},
            { "when": "minecraft:pool",				"model": { "type": "model", "model": "item/painting/pool" }},
            { "when": "minecraft:sea",				"model": { "type": "model", "model": "item/painting/sea" }},
            { "when": "minecraft:skeleton",			"model": { "type": "model", "model": "item/painting/skeleton" }},
            { "when": "minecraft:skull_and_roses",	"model": { "type": "model", "model": "item/painting/skull_and_roses" }},
            { "when": "minecraft:stage",			"model": { "type": "model", "model": "item/painting/stage" }},
            { "when": "minecraft:sunset",			"model": { "type": "model", "model": "item/painting/sunset" }},
            { "when": "minecraft:void",				"model": { "type": "model", "model": "item/painting/void" }},
            { "when": "minecraft:wanderer",			"model": { "type": "model", "model": "item/painting/wanderer" }},
            { "when": "minecraft:wasteland",		"model": { "type": "model", "model": "item/painting/wasteland" }},
            { "when": "minecraft:water",			"model": { "type": "model", "model": "item/painting/water" }},
            { "when": "minecraft:wind",				"model": { "type": "model", "model": "item/painting/wind" }},
            { "when": "minecraft:wither",			"model": { "type": "model", "model": "item/painting/wither" }},
            { "when": "minecraft:backyard",			"model": { "type": "model", "model": "item/painting/backyard" }},
            { "when": "minecraft:baroque",			"model": { "type": "model", "model": "item/painting/baroque" }},
            { "when": "minecraft:bouquet",			"model": { "type": "model", "model": "item/painting/bouquet" }},
            { "when": "minecraft:cavebird",			"model": { "type": "model", "model": "item/painting/cavebird" }},
            { "when": "minecraft:changing",			"model": { "type": "model", "model": "item/painting/changing" }},
            { "when": "minecraft:cotan",			"model": { "type": "model", "model": "item/painting/cotan" }},
            { "when": "minecraft:endboss",			"model": { "type": "model", "model": "item/painting/endboss" }},
            { "when": "minecraft:fern",				"model": { "type": "model", "model": "item/painting/fern" }},
            { "when": "minecraft:finding",			"model": { "type": "model", "model": "item/painting/finding" }},
            { "when": "minecraft:humble",			"model": { "type": "model", "model": "item/painting/humble" }},
            { "when": "minecraft:lowmist",			"model": { "type": "model", "model": "item/painting/lowmist" }},
            { "when": "minecraft:meditative",		"model": { "type": "model", "model": "item/painting/meditative" }},
            { "when": "minecraft:orb",				"model": { "type": "model", "model": "item/painting/orb" }},
            { "when": "minecraft:owlemons",			"model": { "type": "model", "model": "item/painting/owlemons" }},
            { "when": "minecraft:passage",			"model": { "type": "model", "model": "item/painting/passage" }},
            { "when": "minecraft:pond",				"model": { "type": "model", "model": "item/painting/pond" }},
            { "when": "minecraft:prairie_ride",		"model": { "type": "model", "model": "item/painting/prairie_ride" }},
            { "when": "minecraft:sunflowers",		"model": { "type": "model", "model": "item/painting/sunflowers" }},
            { "when": "minecraft:tides",			"model": { "type": "model", "model": "item/painting/tides" }},
            { "when": "minecraft:unpacked",			"model": { "type": "model", "model": "item/painting/unpacked" }}  
          ]
        },
        "on_false": {
          "type": "minecraft:model",
          "model": "minecraft:item/painting"
        }
      }
    }
    Posted in: Resource Pack Help
  • 2

    posted a message on New water physics announced at Minecon Earth
    Quote from Felina_Lain»

    I actually would add one thing that wasn't mentioned here but that I would very much like to have:
    The option to disable the new command auto-fill.


    Options ➡️ Chat Settings ➡️ Command Suggestions: OFF
    Posted in: Recent Updates and Snapshots
  • 2

    posted a message on "Technically Updated" Update (1.13): All Information We Have So Far

    Bark Blocks now has a crafting recipe.


    Posted in: Recent Updates and Snapshots
  • 1

    posted a message on Cannot Summon Mobs with Equipment

    The "Equipment" tag is no longer used. It has been split into "HandItems" and "ArmorItems".


    Try something along the lines of

    /summon ArmorStand~ ~1 ~ {ArmorItems:[{},{},{},{id:"minecraft:iron_helmet"}]}


    Ref : http://minecraft.gamepedia.com/15w31a#General

    Posted in: Recent Updates and Snapshots
  • 1

    posted a message on More options for Banners?
    Here is a start atleast



    Source: Reddit
    Posted in: Recent Updates and Snapshots
  • 1

    posted a message on [1.3.2] AdventureCraft - NPC Pathing Blocks [R1095]
    Quote from ImperatorBaki

    when i click on install, it says: invalid entry compressed size (expected 1686 but got 1663 bytes)


    This means you have a modified version of minecraft. Either use "Install with Login" button or reinstall minecraft and use "Install" button.
    Posted in: Minecraft Mods
  • To post a comment, please .