master #1

Merged
VinAdmin merged 2 commits from :master into master 2025-01-03 16:01:07 +03:00
Showing only changes of commit 3f19ab4b2d - Show all commits

View File

@ -16,4 +16,8 @@ if minetest.get_modpath("technic") and minetest.get_modpath("space_travel") then
input = {'space_travel:space_cobble'},
output = {'space_travel:space_gravel'}
})
minetest.register_recipe({
input={'space_travel:space_gravel'},
output={'default:gravel'}
})
end