Skip to content

Commit 3ae1917

Browse files
committed
build(version): 1.0.0->1.0.1
1 parent 709c26b commit 3ae1917

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ org.gradle.daemon=false
66
# Mod
77
mod_id=cumulus_menus
88
mod_name=Cumulus
9-
mod_version=1.0.0
9+
mod_version=1.0.1
1010
mc_version=1.20.2
1111
neoforge_version=20.2.88
1212
mappings=2023.12.10

src/main/java/com/aetherteam/cumulus/Cumulus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ public class Cumulus {
3737

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

41+
if (dist == Dist.CLIENT) {
4242
bus.addListener(this::dataSetup);
4343

4444
DeferredRegister<?>[] registers = {

0 commit comments

Comments
 (0)