Tags
Creators
Details
Licensed Apache-2.0
Published 3 years ago
All versions
0.6.0
Alpha
New Frontier Craft 0.6.0last month 132
Compatibility
Minecraft: Java Edition
b1.7.3
Platforms
Babric
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Warning: Support for Better Nether Beta, Vanilla Block Enhancements, and Simple Nether Ores has been dropped due to the mods not actively being maintained
Additions
- Berry bushes
- Berries
- Cheese
- Raw cake
- Pizza
- Thermometer (use on heat blocks to show heat value)
- Tomatoes (dropped by tall grass)
- Crop sticks (planting requirement for tomatoes)
- Cocoa bean farming (use cocoa beans on any vertical log for planting)
- BHCreative integration (dedicated tab for NFC blocks and items)
- Planters can be filled after being placed
- Planters can be emptied with a shovel
- Soul farmland (irrigated with oil)
- Soul planter
- Multiple types of burgers
- Automatic crop farm
- Mud brick walls
- Gunpowder wheat
- Mutation process for creating gunpowder wheat
- Translations for German and Chinese
- Torque is shown by WhatsThis probe
- Wool slabs
- Wool stairs
- 50% chance for oil puddles above oil lakes
- Dead tree blocks have dead tree farming descriptions
Changes
- Cake requires dough and berries to craft
- Cookies now require dough and chocolate
- Clay generates more frequently
- Heat pipes set entities on fire
- Torque is displayed with an icon
- Coal mushrooms grow on irrigated soul farmland (same for mutation process)
Fixes
- Chests can open below item chutes
- Texture changes are less intrusive
- Hell creepers no longer explode instantly
- Removed combustion heater debug message
- Shrubs no longer grow through walls
- Combustion heaters do not deadlock anymore when they run out of heat in specific situations
- Torque values are correctly shown in multiplayer
- Stalactite caves now carve through NFC ores
- NFC entities are no longer invisible in multiplayer
- Item chute check for chests no longer messes up their default logic
- Item chute extenders no longer obstruct chests
- Brick oven single-block properly works with item chutes
- Old oil patches are regenerated using a conversion block
Removals
- BNB crossover content
- VBE compatibility
- Simple Nether Ores support
Optional dependencies
Any compatible version
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:4t42C4BB:OpYvXHHC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4t42C4BB:OpYvXHHC"
}

