mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-11-11 21:00:20 +01:00
add recipe for fishtank
This commit is contained in:
parent
638c8d9ac4
commit
0979109f95
|
@ -1465,3 +1465,13 @@ minetest.register_craft({
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
output = "homedecor:fishtank",
|
||||||
|
recipe = {
|
||||||
|
{ "homedecor:plastic_sheeting", "homedecor:glowlight_small_cube_white", "homedecor:plastic_sheeting" },
|
||||||
|
{ "default:glass", "bucket:bucket_water", "default:glass" },
|
||||||
|
{ "default:glass", "building_blocks:gravel_spread", "default:glass" },
|
||||||
|
},
|
||||||
|
replacements = { {"bucket:bucket_water", "bucket:bucket_empty"} }
|
||||||
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user