Time Nick Message 16:30 rubenwardy Kaeza: lua does use end not done :P 16:30 rubenwardy Stupid bloody powercut. 23:09 ExcaliburZero I was wondering, what is the lua code to give the player a craft item? 23:09 PilzAdam player:get_inventory():add_item("main", "whatever:youwant) 23:10 PilzAdam +" 23:19 ExcaliburZero Here is the code that I currently have: http://codepad.org/FDuXds6I 23:19 ExcaliburZero It throws an error when I collide with the entity. 23:21 kaeza ExcaliburZero, line 19 23:21 kaeza should be player:get_inventory():add_item("main", "neoblocks:rupee_green") 23:22 ExcaliburZero Ok, I'll try that. 23:24 ExcaliburZero Yep, that worked. Thanks! 23:24 kaeza np :)