-
-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EntityBlockStorage + Beehive #7316
base: dev/feature
Are you sure you want to change the base?
EntityBlockStorage + Beehive #7316
Conversation
src/main/java/ch/njol/skript/effects/EffInsertEntityStorage.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprEntityStorageEntiyCount.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/bukkitutil/EntityBlockStorageUtils.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/bukkitutil/EntityBlockStorageUtils.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/conditions/CondEntityStorageIsFull.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprBeehiveHoneyLevel.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprBeehiveHoneyLevel.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprEntityStorageEntiyCount.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprEntityStorageMaxEntities.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/effects/EffReleaseEntityStorage.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/effects/EffReleaseEntityStorage.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprEntityStorageMaxEntities.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple minor things
src/main/java/ch/njol/skript/conditions/CondEntityStorageIsFull.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprBeehiveFlower.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, just one little nit pick
src/main/java/ch/njol/skript/effects/EffReleaseEntityStorage.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is my approval for fun 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
syntax comments
Description
This PR aims to add support for
EntityBlockStorage
and any future additions extending it.As well as support for Beehives.
Target Minecraft Versions: any
Requirements: none
Related Issues: none