Inspired by 2020's April Fools' 20w14infinite Snapshot, this mod brings endless randomly generated dimensions into Minecraft.

Bump Sinytra wiki version

+2 -6
+1 -1
build.gradle
··· 3 3 id 'architectury-plugin' version '3.4-SNAPSHOT' 4 4 id 'com.github.johnrengelman.shadow' version '8.1.1' apply false 5 5 id "io.github.pacifistmc.forgix" version "1.2.9-local.7" 6 - id 'org.sinytra.wiki.toolkit' version '0.1.16' 6 + id "org.moddedmc.wiki.toolkit" version "0.2.4" 7 7 } 8 8 9 9 architectury {
+1 -5
settings.gradle
··· 4 4 maven { url "https://maven.architectury.dev/" } 5 5 maven { url "https://files.minecraftforge.net/maven/" } 6 6 maven { 7 - name = 'Sinytra' 8 - url = 'https://maven.sinytra.org/' 9 - } 10 - maven { 11 7 name = 'Forgix Fork' 12 - url = 'https://resources.godsted.com/maven' 8 + url = 'https://maven.cassian.cc' 13 9 } 14 10 gradlePluginPortal() 15 11 }