Links
Tags
Creators
Details
1.4.0
Compatibility
Changes
More Of Everything
Wedges & Edges update
In version 1.4.0 of More Of Everything its all about new Blocks and Items.
-
Finally added the Wood Saw which can be used to craft wood related blocks more easily
-
Added the 3 logic computer gates (AND, OR & XOR) as Diode-Blocks to the game. As well as associated inverted forms (NAND, NOR, NXOR)
-
Added a new type of stone named Azurine and belonging variants (Bricks & Pillar)
-
Added 84 new Blocks to the game which are variants of already existing Blocks (shingles, Square Bricks, Triangle Bricks & Compressed Bricks) and additionally Chess Pattern Bricks
-
Added 2 new Structures to Minecraft's oceans ~ 1. Tricalibur which is a reference to the myth of Excalibur but with an unobtainable trident instead of a sword 2. The small Azurine Temple. This one may contains Nautilus Shells, Tridents as well as golden kelp. This new Item applies Water Breathing and Dolphins Grace to the player when eaten.
-
Added a new Music Disc which is currently only available in Creative mode
Minor Changes:
-
Added 5 new Items (Amber, Sapphire, Ammonite, Prehistoric Speartip & Medieval Coin)
-
Added Azurine Dust to craft Azurine
-
Added Azurine Shingles Slab and Stairs
-
Changed the texture of the archaeology table
-
Added unique sound effects to all Obscurite Blocks
-
Fixed a bug that caused Ancient Tool not beeing displayed properly in third person
-
Fixed a bug that caused copper buttons not dropping anything
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:uxzJLOfS:dh4OPAqa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uxzJLOfS:dh4OPAqa"
}

