Crafting using Soap Block, arranged in the pattern shown. Produces 9× Soap.
Soap
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Crafting using Water Bucket, Ash, Ash, Ash, Ash and Raw Porkchop, in any arrangement. Produces 6× Soap.
Used in (10)
Crafting using Soap, Soap, Soap, Soap, Soap, Soap, Soap, Soap and Soap, arranged in the pattern shown. Produces Soap Block.
Crafting using Dirty Glass Shard and Soap, in any arrangement. Produces Clear Shard.
Crafting using Dirty Glass and Soap, in any arrangement. Produces Glass.
Crafting using Tipped Bamboo Spikes and Soap, in any arrangement. Produces Bamboo Spikes.
Crafting using Dirty Glass Pane and Soap, in any arrangement. Produces Glass Pane.
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
}


