Jellyshroom Gate
betterend:jellyshroom_gate

Jellyshroom Gate

item Fence Gates

Jellyshroom Gate is a item from Unknown Mod, crafted from Stick and Jellyshroom Planks.

Acquisition

Crafting using Stick, Jellyshroom Planks, Stick, Stick, Jellyshroom Planks and Stick, arranged in the pattern shown. Produces Jellyshroom Gate.

Crafting
Stick
Jellyshroom Planks
Stick
Stick
Jellyshroom Planks
Stick
Jellyshroom Gate Jellyshroom Gate guaranteed

Mining & drops

sourcecountchanceconditions
Jellyshroom Gate1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
betterend:jellyshroom_gate
Namespace
betterend
Mod ID
unknown
Tags (1)
minecraft:blocks/fence_gates

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "I#I",
    "I#I"
  ],
  "ingredients": {
    "#": {
      "item": "betterend:jellyshroom_planks"
    },
    "I": {
      "item": "minecraft:stick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "gate",
  "experience": null,
  "cooking_time": null
}