mirror of
https://github.com/minetest-mods/technic.git
synced 2025-02-21 14:20:25 +01:00
add obsidian+bucket -> lava bucket alloy recipe
This commit is contained in:
parent
de5f0dbe93
commit
7c68966060
@ -28,7 +28,8 @@ local recipes = {
|
||||
-- The highest volume use of carbon black is as a reinforcing filler in rubber products, especially tires.
|
||||
-- "[Compounding a] pure gum vulcanizate … with 50% of its weight of carbon black improves its tensile strength and wear resistance …"
|
||||
{"technic:raw_latex 4", "technic:coal_dust 2", "technic:rubber 6", 2},
|
||||
{"default:ice", "bucket:bucket_empty", "bucket:bucket_water", 1 },
|
||||
{"default:ice", "bucket:bucket_empty", "bucket:bucket_water", 1 },
|
||||
{"default:obsidian", "bucket:bucket_empty", "bucket:bucket_lava", 1 },
|
||||
}
|
||||
|
||||
if minetest.get_modpath("ethereal") then
|
||||
|
Loading…
x
Reference in New Issue
Block a user