Skip to content

Commit

Permalink
fix: FOR GOR 💀 💀
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jun 21, 2024
1 parent 1ed78a9 commit 9d078c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
org.gradle.debug=false

mod_version=1.0.81
mod_version=1.0.82

# Mod
mod_id=zenith
Expand Down
4 changes: 3 additions & 1 deletion src/main/java/net/zepalesque/zenith/Zenith.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
import net.zepalesque.zenith.world.feature.placement.ZenithPlacementModifiers;
import net.zepalesque.zenith.world.state.ZenithStateProviders;
import net.zepalesque.zenith.world.structure.modifier.ZenithStructureModifiers;
import net.zepalesque.zenith.world.tree.trunk.ZenithTrunkPlacers;
import org.slf4j.Logger;

import java.nio.file.Path;
Expand Down Expand Up @@ -73,7 +74,8 @@ public Zenith(IEventBus bus, Dist dist) {
ZenithBiomeModifiers.CODECS,
ZenithStructureModifiers.CODECS,
ZenithDensityFunctions.FUNCTIONS,
ZenithAdvancementTriggers.TRIGGERS
ZenithAdvancementTriggers.TRIGGERS,
ZenithTrunkPlacers.TRUNK_PLACERS
};

for (DeferredRegister<?> register : registers) {
Expand Down

0 comments on commit 9d078c9

Please sign in to comment.