1
0
mirror of https://github.com/Dragonop/claycrafter.git synced 2025-07-15 01:30:14 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2020-11-14 08:57:05 +01:00
10 changed files with 31 additions and 34 deletions

View File

@ -9,6 +9,11 @@ if not minetest.get_modpath("moreblocks") then
})
end
minetest.register_craft({
output = "default:dirt 9",
recipe = {{"claycrafter:compressed_dirt"}}
})
minetest.register_craft({
output = "claycrafter:glass_of_water 8",
recipe = {