Haufenweise Rezepte angepasst
This commit is contained in:
parent
e50ba390f0
commit
45fa6e63f6
13 changed files with 567 additions and 352 deletions
|
@ -41,6 +41,7 @@ local corn_def = {
|
|||
compost = 50,
|
||||
-- MCL
|
||||
compostability = 50,
|
||||
food_corn = 1
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
@ -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)'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue