Tags
Creators
Details
0.0.8
Compatibility
Changes
ALPHA V0.0.8
NEW MOB ADDED "WISP" (VERY BASIC MOB)
ADDED LIQUID MOONSTONE FLUID (FUTHER IMPLEMENTATION NEEDED)
ADDED NEW VILLAGER:
- ASTROLOGER
UPDATED BLACKTHORN LEAVES TEXTURE (MORE DARK TONES)
- NEW PEDESTAL BLOCK ADDED MORE FEATURES PLANNED! (WITH RECIPE) SHIFT CLICK WITH EMPTY HAND TO OPEN MENU!
ADDED NEW ITEMS:
- MOONSTONE DUST
- ARCANE CIRCUIT
MAGIC ALTAR RENAMED TO ARCANE ALTAR (NEW TEXTURE AND RECIPE)
ADDED NEW BLOCK:
- MOONSTONE GROWTH CHAMBER (THIS NEW BLOCK LETS YOU TRANSFORM MOONSTONE DUST INTO USABLE MOONSTONE! IN THE FUTURE IT WILL REQUIRE MANA/ENERGY TO POWER IT)
The only way to get Moonstone for now is a villager trade with the added Astrologer Villager and if you get lucky you can find it in the Wandering Trader, other ways will be added in the fututre! (you can give him the profession by placing a Rose Quartz Block!)
JEI COMPATIBILITY ADDED!!!
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:JgeEvLJz:uxWg4H2d"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JgeEvLJz:uxWg4H2d"
}

