This commit is contained in:
DesertMermaid 2024-12-13 10:18:25 -08:00
parent f5877a23cf
commit 090f81b833
107 changed files with 1018 additions and 1018 deletions

View file

@ -178,8 +178,8 @@ minetest.register_craftitem("vox_coloring:cleaning_solvent", {
minetest.register_craft({
output = "vox_coloring:cleaning_solvent",
recipe = {
{"vox_main:soap", "bucket:water_bucket", "vox_main:salt"},
{"vox_main:ash", "", ""},
{"vox_core:soap", "bucket:water_bucket", "vox_core:salt"},
{"vox_core:ash", "", ""},
},
replacements = {{"bucket:water_bucket", "bucket:bucket"}},
})