Skip to content

Commit

Permalink
build(version): 1.0.0->1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Apr 1, 2024
1 parent 709c26b commit 3ae1917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.daemon=false
# Mod
mod_id=cumulus_menus
mod_name=Cumulus
mod_version=1.0.0
mod_version=1.0.1
mc_version=1.20.2
neoforge_version=20.2.88
mappings=2023.12.10
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/aetherteam/cumulus/Cumulus.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ public class Cumulus {

public Cumulus(IEventBus bus, Dist dist) {
bus.addListener(NewRegistryEvent.class, event -> event.register(MENU_REGISTRY));
if (dist == Dist.CLIENT) {

if (dist == Dist.CLIENT) {
bus.addListener(this::dataSetup);

DeferredRegister<?>[] registers = {
Expand Down

0 comments on commit 3ae1917

Please sign in to comment.