All versions
1.0.7
Beta
Foxy's Electronics 1.0.7 (Science Update)2 years ago 1,139
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
i don't even want to write the changelog :P
- --Added New Dimension "Jurassic Era"
- --Added New Block "Lamp"
- --Added New Block "Fusion Reactor"
- --Added New Item "Energy Meter"
- --Added New Block "Portal Igniter"
- --Added New Ui "Portal Igniter Interface"
- --Added New Fluid "Radioactive Plasma"
- --Added New Ore "Uranium Ore"
- --Added New Ingot "Uranium Ingot"
- --Added 2 New Structures
- --Added New Block "Shower Head"
- --Added New Effect "Radioactive"
- --Added 7 New Recipes
- --Added New Block "Cash Register"
- --Added New Ui "Cash Register Interface"
- --Added New Advancement "Science Stuff"
- --Added New Sound "Cash Register Sound"
- --Added New Creative Only Item "Jurassic Teleporter"
- --Added New Wood Type & Stuff "Jurassic Oak"
- --Added New Block "Compressed Portal Mechanism"
- --Changed "Screen Recipe"
- --Fixed Ui's
- --Fixed Hitboxes
- --Fixed Low Fps When Looking On Some Elements From The Mod
- --Fixed Some Bugs With The Scripts
- --More Bug Fixes
- Thats all i think :P
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:wT5B51ct:2X2E1JQL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wT5B51ct:2X2E1JQL"
}


