Soap
supplementaries:soap

Soap

Supplementaries · by MehVahdJukaar, Plantkillable
item

Acquisition

Crafting using Soap Block, arranged in the pattern shown. Produces 9× Soap.

Crafting conditional
Soap Soap ×9 guaranteed

Crafting using Water Bucket, Ash, Ash, Ash, Ash and Raw Porkchop, in any arrangement. Produces 6× Soap.

Crafting ⇆ any arrangement conditional
Water Bucket
Ash
Ash
Ash
Ash
Raw Porkchop
Soap Soap ×6 guaranteed

Used in (10)

Crafting using Soap, Soap, Soap, Soap, Soap, Soap, Soap, Soap and Soap, arranged in the pattern shown. Produces Soap Block.

Crafting conditional
Soap
Soap
Soap
Soap
Soap
Soap
Soap
Soap
Soap
Soap Block guaranteed

Crafting using Dirty Glass Shard and Soap, in any arrangement. Produces Clear Shard.

Crafting ⇆ any arrangement conditional
Dirty Glass Shard
Soap
Clear Shard Clear Shard·not yet documented guaranteed

Crafting using Dirty Glass and Soap, in any arrangement. Produces Glass.

Crafting ⇆ any arrangement conditional
Glass guaranteed

Crafting using Tipped Bamboo Spikes and Soap, in any arrangement. Produces Bamboo Spikes.

Crafting ⇆ any arrangement conditional
Tipped Bamboo Spikes
Soap
Bamboo Spikes Bamboo Spikes guaranteed

Crafting using Dirty Glass Pane and Soap, in any arrangement. Produces Glass Pane.

Crafting ⇆ any arrangement conditional
Dirty Glass Pane
Soap
Glass Pane Glass Pane guaranteed
view all 10 →
Developer reference
Registry name
supplementaries:soap
Namespace
supplementaries
Mod ID
supplementaries

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "0"
  ],
  "ingredients": {
    "0": {
      "item": "supplementaries:soap_block"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "soap",
            "type": "supplementaries:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:water_bucket"
    },
    {
      "tag": "forge:ash"
    },
    {
      "tag": "forge:ash"
    },
    {
      "tag": "forge:ash"
    },
    {
      "tag": "forge:ash"
    },
    {
      "item": "minecraft:porkchop"
    }
  ],
  "conditions": [
    {
      "raw": {
        "flag": "soap",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}