mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-15 04:41:37 +08:00
Fixed the Forge platform not exposing events, and added a comment about PoI
This commit is contained in:
parent
05014b1fc9
commit
94ce464f34
@ -182,6 +182,7 @@ default void markAndNotifyBlock(NP pos, NC chunk, NBS oldState, NBS newState, Si
|
||||
updateNeighbors(pos, oldState, newState, 512);
|
||||
}
|
||||
|
||||
// Seems used only for PoI updates
|
||||
onBlockStateChange(pos, oldState, newState);
|
||||
}
|
||||
|
||||
|
@ -216,7 +216,8 @@ public Map<Capability, Preference> getCapabilities() {
|
||||
SideEffect.VALIDATION,
|
||||
SideEffect.ENTITY_AI,
|
||||
SideEffect.LIGHTING,
|
||||
SideEffect.NEIGHBORS
|
||||
SideEffect.NEIGHBORS,
|
||||
SideEffect.EVENTS
|
||||
);
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user