forked from ThomasMonroe314/ugxrealms
[ugx] update
This commit is contained in:
parent
d4708e3423
commit
17580e56c9
@ -8,4 +8,11 @@ minetest.register_abm({
|
|||||||
minetest.remove_node(pos)
|
minetest.remove_node(pos)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
})
|
||||||
|
|
||||||
|
-- Add craft for green dye.
|
||||||
|
minetest.register_craft({
|
||||||
|
type = "shapeless",
|
||||||
|
output = "dye:green 4",
|
||||||
|
recipe = {"default:cactus"},
|
||||||
})
|
})
|
Loading…
x
Reference in New Issue
Block a user