regions_unexplored:peat_mud

Peat Mud

Regions Unexplored · by UHQ_GAMES
block Animals Spawnable OnAzalea Grows OnDirtFoxes Spawnable OnFrogs Spawnable OnMangrove Logs Can Grow ThroughMangrove Roots Can Grow ThroughShovel MineableRabbits Spawnable OnSnow Layer Can Survive OnDirt

Acquisition

Mixing using Peat Dirt and Water (250 mB). Produces Peat Mud.

Mixing conditional
Peat Dirt Water (250 mB)
Peat Mud guaranteed

Mining & drops

sourcecountchanceconditions
Peat Mud1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
regions_unexplored:peat_mud
Namespace
regions_unexplored
Mod ID
regions_unexplored
Tags (11)
minecraft:blocks/animals_spawnable_on
minecraft:blocks/azalea_grows_on
minecraft:blocks/dirt
minecraft:blocks/foxes_spawnable_on
minecraft:blocks/frogs_spawnable_on
minecraft:blocks/mangrove_logs_can_grow_through
minecraft:blocks/mangrove_roots_can_grow_through
minecraft:blocks/mineable/shovel
minecraft:blocks/rabbits_spawnable_on
minecraft:blocks/snow_layer_can_survive_on
minecraft:items/dirt

Recipe JSON (1):

{
  "recipe_type": "create:mixing",
  "pattern": null,
  "ingredients": [
    {
      "item": "regions_unexplored:peat_dirt"
    },
    {
      "fluid": "minecraft:water",
      "amount": 250
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "regions_unexplored"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}