Crafting using Oak Fence and Moss Block, in any arrangement. Produces Mossy Oak Fence.
- Inputs
- Oak Fence
- Moss Block
- Output
- → Mossy Oak Fence
block· Fences
Mossy Oak Fence is a block from Ribbits, crafted from Oak Fence and Moss Block.
Crafting using Oak Fence and Moss Block, in any arrangement. Produces Mossy Oak Fence.
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.
| source | count | drop rate | conditions |
|---|---|---|---|
| Mossy Oak Fence | 1–1 | 100% | 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.
Drops itself when broken.
ribbits:mossy_oak_planks_fenceribbitsribbitsminecraft: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
}