File Details
PowerfulJS-2.4.0.jar
- R
- Oct 14, 2025
- 340.83 KB
- 10.3K
- 1.21.1
- NeoForge
File Name
PowerfulJS-2.4.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
- Added interception support for Farmer's Delight and some Vanilla block entities.
- Added interception support for Create block entities.
- Added interception support for Mekanism, CC&A, CEI.
- Added chunk-based data storage for blocks. This means blocks without block entities can also hold data.
- Added a util method to let any BlockEntity record its owner when being placed.
- Added rule for detecting redstone power.
- Added rule to test attachments.
- Added rules to test difficulty and KubeJS packmode.
nullcan be used in direction matching to represent non-directional face.- Rules now run on both client and server sides for better visuals.
- Added non-rule methods to stop, start, or slow down/accelerate ticking of block entities.
- Ticking rate adjustment now also works on non-intercepted block entities.
- Changed event name to make it less confusing.
- Removed global binding
RulesandEffectsto prevent potential conflict, useevent.effectsandevent.rulesinstead. - A block entity can have multiple sets of rules now, they will be executed independently and sequentially.