World Resources are objects in the game world that can create or give you items when interacted with.
In SurvivEngine, world resources come in the following forms:
A resource node is an object that can be hit to deplete its health until it breaks and drops the assigned item.
A gatherable resource is a resource that can be interacted with to be collected. It will also drop its item instantly on being hit, and will not grow back.
A harvestable resource is a resource that can be interacted with when it is fully grown to drop its item. Once harvested, it will regrow and will become harvestable again. If it is hit and broken it will be destroyed.