0.3.0
Compatibility
Changes
0.3.0 Is the first release where ALL features are possible to get in survival (I screwwed up and not all the stuff is in the creative tabs but can be crafted)
Lets start!
There is now a command the teleports you to origin and it requires no permissions (it is dangourus and can be exploted in multiplayer so make sure to gate it)
There is now tools made from materials in the dimension! 
There are 2 machines curentally, the Mystic Injector and the Mystic Combiner!

Lastly the legit way to get mystic stone for the screw and portal is now in!

That is all i want to say for this release. Custom mobs, more biomes and more gear is planned!
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:BJSbUPK6:DFv4U1VC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BJSbUPK6:DFv4U1VC"
}

