Skip to content

Commit

Permalink
Send the needed packets
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEpicBlock committed Apr 24, 2023
1 parent f361a14 commit 751b222
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.14.12

# Mod Properties
mod_version = 0.3.5
mod_version = 0.3.6
maven_group = nl.theepicblock
archives_base_name = polyconfig

# Dependencies
fabric_version=0.71.0+1.19.3
polymc_version=5.2.4+1.19.1
polymc_version=5.3.2+1.19.3
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import io.github.theepicblock.polymc.api.wizard.VirtualEntity;
import io.github.theepicblock.polymc.api.wizard.WizardInfo;
import io.github.theepicblock.polymc.impl.poly.entity.EntityWizard;
import io.github.theepicblock.polymc.impl.poly.entity.DefaultedEntityPoly.DefaultedEntityWizard;
import io.github.theepicblock.polymc.impl.poly.wizard.AbstractVirtualEntity;
import io.github.theepicblock.polymc.impl.poly.wizard.EntityUtil;
import io.github.theepicblock.polymc.mixins.wizards.EntityAccessor;
Expand Down Expand Up @@ -43,6 +44,8 @@ public void addPlayer(PacketConsumer player) {
)
);
}

DefaultedEntityWizard.sendStandardPackets(player, this.getEntity());
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"depends": {
"fabricloader": ">=0.14.6",
"java": ">=17",
"polymc": ">=5.2.3",
"polymc": ">=5.3.2",
"minecraft": ">=1.19.3"
}
}

0 comments on commit 751b222

Please sign in to comment.