regions_unexplored:silt_mud

Silt 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 Silt Dirt and Water (250 mB). Produces Silt Mud.

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

Mining & drops

sourcecountchanceconditions
Silt Mud1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
regions_unexplored:silt_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:silt_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
}