Move seeds to material creative category

This commit is contained in:
Wuzzy 2017-01-20 11:24:39 +01:00
parent 95bef458bb
commit 10bb0efe5c
3 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,6 @@
minetest.register_craftitem("farming:wheat_seed", {
description = "Wheat Seeds",
groups = { craftitem=1 },
inventory_image = "farming_wheat_seed.png",
on_place = function(itemstack, placer, pointed_thing)
return farming:place_seed(itemstack, placer, pointed_thing, "farming:wheat_1")