Mossy Oak Fence
16×16 · BAKED

block· Fences

Mossy Oak Fence

Ribbits · by Joosh, YUNGNICKYOUNG, HellionGames, Refresh Studios
block Wooden FencesWooden Fences

Mossy Oak Fence is a block from Ribbits, crafted from Oak Fence and Moss Block.

Acquisition

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

Crafting ⇆ any arrangement
Mossy Oak Fence Mossy Oak Fence guaranteed

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

Crafting
Mossy Oak Fence Mossy Oak Fence ×3 guaranteed

Mining & drops

sourcecountdrop rateconditions
Mossy Oak Fence1–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
Namespace
ribbits
Mod ID
ribbits
Tags (2)
minecraft:blocks/wooden_fences
minecraft:items/wooden_fences

Recipe JSON (2):

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