Spawn von Saaten deaktiviert, um Dopplungen zu vermeiden.
This commit is contained in:
parent
f69bd7f597
commit
9dc6c712b3
58 changed files with 29 additions and 71 deletions
|
@ -886,6 +886,14 @@ minetest.register_craft({
|
|||
recipe = 'x_farming:rice'
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = 'shapeless',
|
||||
output = 'x_farming:rice_grains',
|
||||
recipe = { 'x_farming:rice' }
|
||||
})
|
||||
|
||||
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'x_farming:rice_stack 3',
|
||||
recipe = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue