Haufenweise Rezepte angepasst

This commit is contained in:
N-Nachtigal 2025-05-10 19:00:40 +02:00
parent e50ba390f0
commit 45fa6e63f6
13 changed files with 567 additions and 352 deletions

View file

@ -41,6 +41,7 @@ local corn_def = {
compost = 50,
-- MCL
compostability = 50,
food_corn = 1
},
}

View file

@ -32,6 +32,17 @@ minetest.register_craftitem('x_farming:salt', {
wield_image = 'x_farming_salt.png'
})
-- needed
local salt_def = {
description = S('Salt'),
short_description = S('Salt'),
groups = {
food_salt = 1
},
}
minetest.override_item('x_farming:salt', salt_def)
minetest.register_node('x_farming:seed_salt', {
description = S('Salty Water (plant soil)'),
short_description = S('Salty Water (plant soil)'),