master #1

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

View File

@ -14,6 +14,6 @@ if minetest.get_modpath("technic") and minetest.get_modpath("space_travel") then
})
technic.register_grinder_recipe({
input = {'space_travel:space_cobble'},
output = {'technic:stone_dust'}
output = {'space_travel:space_gravel'}
})
end