PneumonoIsNotAvailable / Umbrellas

Minecraft Mod that adds Umbrellas that stylishly protect you from the elements
MIT License
0 stars 0 forks source link

Suggestion: Alternative Animals Umbrella Recipe #10

Closed JasdanVM closed 3 hours ago

JasdanVM commented 4 hours ago

Here's a slightly more immersive recipe for the Animals Umbrella, that's also, a lot less disturbing, lol. animals_umbrella_new

JasdanVM commented 4 hours ago

_tag_item_c_plushies_cat _tag_item_c_plushies_axolotl

JasdanVM commented 4 hours ago
{
  "type": "minecraft:crafting_shaped",
  "category": "equipment",
  "group": "extra_umbrellas",
  "key": {
    "C": {
      "tag": "c:plushies_cat"
    }, 
    "A": {
      "tag": "c:plushies_axolotl"
    },
    "R": {
      "item": "minecraft:red_wool"
    },
    "S": {
      "item": "minecraft:stick"
    },
    "U": {
      "tag": "umbrellas:umbrellas"
    }
  },
  "pattern": [
    "CRA",
    "RUR",
    " S "
  ],
  "result": {
    "item": "umbrellas:animals_umbrella"
  },
  "show_notification": true
}

Here's the tags, I may be missing plushies from other mods tho c.zip

JasdanVM commented 4 hours ago

I personally would also add Gold Nuggets to the recipe, btw.

PneumonoIsNotAvailable commented 3 hours ago

Although plushies make more sense than an axolotl bucket, changing the recipe to this would make installing a plushies mod required in order to craft the umbrella, which I don't really want to do. I might change the recipe to use other colored wool to represent the animals though!

JasdanVM commented 2 hours ago

Although plushies make more sense than an axolotl bucket, changing the recipe to this would make installing a plushies mod required in order to craft the umbrella, which I don't really want to do. I might change the recipe to use other colored wool to represent the animals though!

I understand that, it's why I suggested it as an "Alternative..." Recipe, I don't want to suggest anything complex, but maybe this recipe could activate if a plushie mod or Simple Hats is installed (otherwise using the more simple wool option). In any case, it's nice players won't have to stick a poor Axolotl to an Umbrella anymore.