KonstantinosD
New Member
Hello all!
The past few days I have been trying to add a new Event to the Scenario module and specifically one that triggers when the player places a block into the World. But I have faced a problem as it seems that the event fails to invoke when called from the HubTool.
I believe that one of the two following problems is causing this:
I'm waiting for any ideas/help any of you can provide
The past few days I have been trying to add a new Event to the Scenario module and specifically one that triggers when the player places a block into the World. But I have faced a problem as it seems that the event fails to invoke when called from the HubTool.
I believe that one of the two following problems is causing this:
- I have missed writting something that connects to the ConvertEntitySystem.java
- The event OnBlockItemPlaced.java in org.terasology.world.block.items does not correspond to the event I'm trying to call
I'm waiting for any ideas/help any of you can provide