Mossy Oak Fence Gate
16×16 · BAKED

block· Fences

Mossy Oak Fence Gate

Ribbits · by Joosh, YUNGNICKYOUNG, HellionGames, Refresh Studios
block Fence GatesFence Gates

Mossy Oak Fence Gate is a block from Ribbits, crafted from Stick and Mossy Oak Planks.

Acquisition

Crafting using Stick, Mossy Oak Planks, Stick, Stick, Mossy Oak Planks and Stick, arranged in the pattern shown. Produces Mossy Oak Fence Gate.

Crafting
Mossy Oak Fence Gate Mossy Oak Fence Gate guaranteed

Crafting using Oak Fence Gate and Moss Block, in any arrangement. Produces Mossy Oak Fence Gate.

Crafting ⇆ any arrangement
Mossy Oak Fence Gate Mossy Oak Fence Gate guaranteed

Mining & drops

sourcecountdrop rateconditions
Mossy Oak Fence Gate1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

Drops itself when broken.

Developer reference
Registry name
ribbits:mossy_oak_planks_fence_gate
Namespace
ribbits
Mod ID
ribbits
Tags (2)
minecraft:blocks/fence_gates
minecraft:items/fence_gates

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#W#",
    "#W#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:stick"
    },
    "W": {
      "item": "ribbits:mossy_oak_planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "wooden_fence_gate",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:oak_fence_gate"
    },
    {
      "item": "minecraft:moss_block"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "mossy_oak_planks",
  "experience": null,
  "cooking_time": null
}