Skip to content

Commit

Permalink
fix: register loot modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Apr 20, 2024
1 parent f3cb814 commit 8fa5e94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/aetherteam/nitrogen/Nitrogen.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import com.aetherteam.nitrogen.api.users.User;
import com.aetherteam.nitrogen.api.users.UserData;
import com.aetherteam.nitrogen.data.NitrogenDataGenerators;
import com.aetherteam.nitrogen.loot.modifiers.NitrogenLootModifiers;
import com.aetherteam.nitrogen.network.PacketRelay;
import com.aetherteam.nitrogen.network.packet.clientbound.UpdateUserInfoPacket;
import com.aetherteam.nitrogen.network.packet.serverbound.TriggerUpdateInfoPacket;
Expand Down Expand Up @@ -41,6 +42,7 @@ public Nitrogen(IEventBus bus, Dist dist) {
bus.addListener(this::registerPackets);

DeferredRegister<?>[] registers = {
NitrogenLootModifiers.GLOBAL_LOOT_MODIFIERS,
NitrogenBiomeModifierSerializers.BIOME_MODIFIER_SERIALIZERS,
NitrogenFoliagePlacerTypes.FOLIAGE_PLACERS,
NitrogenTrunkPlacerTypes.TRUNK_PLACERS
Expand Down

0 comments on commit 8fa5e94

Please sign in to comment.