
FeaturedBefore
ArchivedAdds items and blocks that doesn't have an item form (as an item), used to exist and has been seen in the files.
1.1.0
Compatibility
Changes
Data Pack and Resource Pack are in one download to hopefully prevent any future confusion
- Six sided variants of blocks such as piston, sticky piston, hay bale, bone block, chiseled quartz, quartz pillars, purpur pillar
- Faceless Jack o'Lantern
- Open Barrel (as an item)
- Standing sign tiles and wall sign tiles
- Dirt Slab
- Magenta, Blue and Yellow Coral slabs
- Seamless stone slabs
- Overstacked items up to 99 obtainable from the mod menu
- Multishot 12 crossbow from Minecraft 3d shareware April Fool's update
- Unstable TNT (tnt that ignites on break, which is how tnt used to work)
- Colored Planks
- Sculk Jaw
- A new summonable entity being 2char. You can summon it from the mod menu in the new entity section
- A new improved gamerule section in the mod menu that allows you to enable different mod specific gamerules:
- solid_gateway = When enabled allows newly placed end gateways to act like solid blocks in the nether and the overworld (Just like how it works in MCBE)
- zero_dura_overstacked_items_fix = Fixes the modern day issue of obtaining zero durability items when overusing an overstacked item that has durability
- 1_8_pvp = Toggles 1.8 PvP
- A new gallery section in the mod menu where you can give items and blocks how they used to look like.
- Enchanting Tables from September 30th 2011.
- Cod, Salmon, Pufferfish and Tropical fish spawn eggs with their fish roe textures from March 28th 2018 in Bedrock Edition.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| FeaturedBefore RP.zip | Required resource pack | 210.53 KiB |
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:fJTaa0zH:22JnNP6i"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fJTaa0zH:22JnNP6i"
}
