Skip to content

Commit

Permalink
Disable the dimensions for now as they like to break stuff.
Browse files Browse the repository at this point in the history
Bump Version.
  • Loading branch information
Nick1st committed Mar 22, 2023
1 parent debfa75 commit 21ed466
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.parallel=false
org.gradle.daemon=false

# Mod Properties
mod_version=2.5.2-alpha1
mod_version=2.5.2-alpha2
maven_group=qouteall
archives_base_name=immersive-portals

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class MiscUtilModEntry {
public MiscUtilModEntry() {
DimensionMisc.init();

ExtraDimensionStorage.init();
//ExtraDimensionStorage.init();

DynamicDimensionsImpl.init();

Expand All @@ -46,6 +46,6 @@ public static void serverTick(TickEvent.ServerTickEvent event) {
}

public static void registerCommand(RegisterCommandsEvent event) {
DimsCommand.register(event.getDispatcher());
//DimsCommand.register(event.getDispatcher());
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static void init() {
DimStackGameRule.init();
DimStackManagement.init();

AlternateDimensions.init();
//AlternateDimensions.init();

// Registry.register( //Fixme removal
// Registry.CHUNK_GENERATOR,
Expand Down

0 comments on commit 21ed466

Please sign in to comment.