Fix enderman item holding not being sent
This commit is contained in:
parent
ea3380754b
commit
1277a82dd4
@ -40,6 +40,7 @@ public class EndermanWatcher extends InsentientWatcher {
|
||||
optional = Optional.of(WrappedBlockData.createData(type));
|
||||
|
||||
setData(MetaIndex.ENDERMAN_ITEM, optional);
|
||||
sendData(MetaIndex.ENDERMAN_ITEM);
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
|
@ -47,6 +47,7 @@ Disguises:
|
||||
# If an option is missing, then it means Lib's Disguises will not do sanity checks for that.
|
||||
# No mod = Everyone gets sent it, otherwise only those with the mod will get the disguise.
|
||||
# You MUST restart the server after adding anything!
|
||||
# To repeat, this is for forge mod entities!
|
||||
Custom-Entities:
|
||||
# Librarian:
|
||||
# Name: libaddict:librarian # Must be a minecraft:sheep type of name, if invalid will not load
|
||||
|
Loading…
Reference in New Issue
Block a user