mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-01-08 23:50:19 +01:00
add recipe for plasma ball
This commit is contained in:
parent
b276b0f2a2
commit
dbb0786ebc
@ -1493,6 +1493,15 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "homedecor:plasma_ball 2",
|
||||
recipe = {
|
||||
{"", "default:glass", ""},
|
||||
{"default:glass", "default:copper_ingot", "default:glass"},
|
||||
{"homedecor:plastic_sheeting", "homedecor:power_crystal", "homedecor:plastic_sheeting"}
|
||||
}
|
||||
})
|
||||
|
||||
-- Brass/wrought iron fences
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user