Multiple items when breaking entity
Posted: Sun Dec 15, 2024 4:34 am
I am trying to have 1 entity give 2 items when broken.
Currently I have the code as but is setting a different item as the mineable result instead.
Currently I have the code as
Code: Select all
entity.mineable = {mining_time=0.1, results={{type="item",name="item1 name", amount=1},{type="item",name="item2 name", amount=1}}}