We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709c26b commit 3ae1917Copy full SHA for 3ae1917
gradle.properties
@@ -6,7 +6,7 @@ org.gradle.daemon=false
6
# Mod
7
mod_id=cumulus_menus
8
mod_name=Cumulus
9
-mod_version=1.0.0
+mod_version=1.0.1
10
mc_version=1.20.2
11
neoforge_version=20.2.88
12
mappings=2023.12.10
src/main/java/com/aetherteam/cumulus/Cumulus.java
@@ -37,8 +37,8 @@ public class Cumulus {
37
38
public Cumulus(IEventBus bus, Dist dist) {
39
bus.addListener(NewRegistryEvent.class, event -> event.register(MENU_REGISTRY));
40
- if (dist == Dist.CLIENT) {
41
+ if (dist == Dist.CLIENT) {
42
bus.addListener(this::dataSetup);
43
44
DeferredRegister<?>[] registers = {
0 commit comments