error detection

master
A. Demant 2018-09-10 16:53:56 +02:00
parent c424b821b2
commit 875c6ef471
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ function farming_register_grass_item(type_grass,item,rarity)
end
print(farming[type_grass])
print(type_grass)
print({items=item,rarity=rarity})
end
farming_register_grass_item("grass","farming:seed_wheat",5)