Improve mapgen, add grass, and include the fill tool.
This commit is contained in:
parent
1e897665bb
commit
4659a008ac
86 changed files with 1098 additions and 293 deletions
|
|
@ -16,6 +16,20 @@
|
|||
- Gravel
|
||||
--]]
|
||||
|
||||
-- MARK: - Wood
|
||||
|
||||
rgt.register_item("stick", {
|
||||
inventory_image = "rgt_stick.png"
|
||||
})
|
||||
|
||||
minetest.register_craft {
|
||||
recipe = {
|
||||
{"group:planks", "group:planks"},
|
||||
{"group:planks", "group:planks"},
|
||||
},
|
||||
output = "workbench"
|
||||
}
|
||||
|
||||
-- MARK: - Coal
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue