Skip to content

Commit

Permalink
Immersive Portals enabled for 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeryn99 committed Jul 2, 2024
1 parent 1427cd5 commit 6886f2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version 2.0.4
# Version 2.0.4b

![TARDIS Refined](https://wiki.tardisrefined.net/TARDIS-Refined-Wiki/tardis_refined_v2.png)

## Bug Fix
- Fixes a issue where Beta code was being ran and causing server timeouts
- Enables Immersive Portals Support
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ public void onInitialize() {
register(SERVER_DATA, new ResourceLocation(TardisRefined.MODID, TardisRefined.MODID + "/" + "shell_patterns"), ShellPatterns.getReloadListener());
register(SERVER_DATA, new ResourceLocation(TardisRefined.MODID, TardisRefined.MODID + "/" + "hums"), TardisHums.getReloadListener());

/* if (ModCompatChecker.immersivePortals()) {
if (ModCompatChecker.immersivePortals()) {
if (TRConfig.COMMON.COMPATIBILITY_IP.get()) {
ImmersivePortals.init();
PortalsCompatFabric.init();
}
} else {
TardisRefined.LOGGER.info("ImmersivePortals was not detected.");
}*/
}

BiomeModifications.addFeature(BiomeSelectors.foundInOverworld(), GenerationStep.Decoration.UNDERGROUND_ORES, ResourceKey.create(Registries.PLACED_FEATURE, new ResourceLocation(TardisRefined.MODID, "ore_zeiton")));
BiomeModifications.addFeature(BiomeSelectors.foundInOverworld(), GenerationStep.Decoration.UNDERGROUND_ORES, ResourceKey.create(Registries.PLACED_FEATURE, new ResourceLocation(TardisRefined.MODID, "ore_zeiton_small")));
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ neoforge_data_pack_format=18
##Mod Information

#Common Mod Information
mod_version=2.0.4
mod_version=2.0.4b
license=https://github.com/Whocraft/TardisRefined/blob/minecraft/1.20/LICENSE.MD
credits=Commoble, Lucraft, starray1000000, Monsterwaill, TheJudge, LoxiGoose
mod_authors=CommandrMoose / River, Jeryn99, Magic Man, ILikePandas, Jacob K, 50ap5ud5
Expand Down

0 comments on commit 6886f2a

Please sign in to comment.