All versions
1.1.2
Beta
Minecraft OG Edition 1.1.2 Betalast year 1,937
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
NEW BLOCK :
- Very Old Stone (do a right-click with a ClockOfTheTime on a old cobblestone to get it)
- Very Old Gravel (do a right-click with a ClockOfTheTime on a old gravel to get it)
- Old Bricks (do a right-click with a ClockOfTheTime on a Bricks to get it)
NEW CRAFTS :
- Every Block Ores can be crafted and uncrafted with their own ores
- Bucket can be crafted with Old Iron
- Shield can be crafted with Old Iron and Old Wood Planck
- Minecart can be crafted with Old Iron
CHANGE OF NAME :
(VO = English version , VF = French Version)
- The "Glitched Block" have now a colored name (VO)
- OG Foods -> Old Foods (VO)
- Old Stone -> Roche OG (VF)
- Old Nether Quartz -> Quartz du Nether OG (VF)
- Old Diamond Ore -> Minerai de diamant (VF)
- Carotte dorée -> Carotte dorée OG (vf)
ITEMS/BLOCKS/BIOMES MODIFICATIONS :
- The effect of absorption is replaced the effect of resistance in the Old Golden Apple
- The effect of absorption is delete in the Old Enchanted Golden Apple
- The effect of resistance III lasts for 20 seconds get 1 more level and 10 more seconds in the Old Enchanted Golden Apple
- The Old Enchanted Golden Apple needs a normal apple to be crafted (it needs a old golden apple then)
- Saturion level of the Old Golden Carrot, that was at 0.6, is now at 14.4
- Food points of the Old Golden Carrot, that was at 5, is now at 6
- Gravel can no longer be broken instantly
- Old Netherrack breaks faster
- Old Coal Ore can spawn in the Herobrine Dimension
- XP spawns when Old Coal Ore is destroyed
- Old Coal Ore and Old Ruby Ore spawn more often in the Old Plains
- You can craft 4 torch with an Old Coal
- Ruby Ore spawns more often
- Ruby have a new texture
- The Old Soulsand Biome is deleted from the Normal Nether
BUG FIXES :
- Old Grass, Old Netherrack, Old Stone and Old Diamond Ore drop an item or block when they are mined
- Old Lapis Ore can be smelt
- Old Lapis Ore can drop between 2 and 5 lapis-lazuli
- Old Gravel's loot is fixed
- Old Gravel have its normal sound
Thank you for the 2k Downloads <3
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:8tMqFR41:3tBsRdzo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8tMqFR41:3tBsRdzo"
}

