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:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user