React-1.12-1.0.0.jar
What's new
General
- Added FTBLib integration. The mod can now be used with the /ftb packmode command.
Events
- Added interact_with_entity, which fires when a player right clicks an entity.
- Added left_click_block, which fires when a player left clicks a block.
- Added right_click_block, which fires when a player right clicks a block.
- Added right_click_item, which fires when a player right clicks with an item in his hand, and is not pointing at an interactable entity or block.
Targets
- Added interaction_target (mob) for the interact_with_entity event.

