Moved Recycle opperations
Regardless if the replicator can be crafted or not we now support "recycling" it via furnace fuel.
This commit is contained in:
parent
93798db083
commit
049372a6af
22
register.lua
22
register.lua
@ -470,18 +470,20 @@ if item_replicator_settings.craft then
|
||||
}
|
||||
})
|
||||
end
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "item_replicator:replicator",
|
||||
burntime = 300
|
||||
})
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "item_replicator:replicator_active",
|
||||
burntime = 300
|
||||
})
|
||||
end
|
||||
|
||||
-- Allow a "recycle" feature
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "item_replicator:replicator",
|
||||
burntime = 300
|
||||
})
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "item_replicator:replicator_active",
|
||||
burntime = 300
|
||||
})
|
||||
|
||||
-- For those who don't want an active replicator in their inventory. (Looks only)
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
|
Loading…
x
Reference in New Issue
Block a user