Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 5 months ago
Updated 5 months ago
All versions
0.5.2-1.20.1
Alpha
GT5-Reimagined-0.5.2-1.20.15 months ago 96
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
- Decreased weight of gt6 style ore veins
- Added config for hard circuits
- Disabled ie ore gen
- Added compat for bc oil in distillation tower recipes
- Removed mortar tools
- Added mortar block from gt6
- Added bronze cauldron
- Nerfed log to plank recipes for some modded planks
- Lowered harvest level of tetrahedrite fromt tier 2 to tier 1
- Fixed colors in wooden water bucket
- Added red and black granite tools
- Added recipes for glass dust and thermal's blaze-like mob dusts to mortar
- Started work on guide book, only a couple pages right now
- Renabled gt tools of vanilla materials
- Nerfed durability of vanilla tools
- Nerfed mending enchantment
- Changed drain recipe to use wrench in middle
- Added recipe for wrought iron to pbf
- Fixed efficiency tooltip of steam turbines
- Changed recipes of computercraft computers, turtles, and other computer related blocks
- Added forestry electron tube recipes to assembler
- Changed optional resource packs so they are actually built in instead of copying a file to the resourcepacks folder
- Changed textures of computercraft blocks
- Fixed large boiler being able to consume lava buckets
- Fixed issues with solar boiler and solar panels when a pipe is placed on top
- Made it possible to scan forestry bees, butteryflies, and saplings in the scanner. still need to add the fake recipes to jei for those though
- Added recipes to get honey out of forestry honey drops and honeydew in fluid press
- Added GT Combs and GT Bees when forestry is loaded
- Replaced zinc byproduct with gallium in sphalerite byproducts
- Added some missing plate and foils that were causing broken recipes
- Fixed missing recipes for vacuum tubes and resistors in assembler
- Fixed missing recipe for smd diode
- Fixed crafting recipe for resistors not giving enough
- Fixed integrated logic circuit wafer trying to use jade as a lens
- Removed the additional versions of circuits up to ev, it's just one item per tier now.
- Hid circuit parts for easy circuit recipe when hard circuits is enabled
- Added gallium as additional byproduct from processing bauxite
- Added recipes to smelt purified ore and pure dusts in pbf
- Fixed circuit recipe not using red alloy wire
- Added glass pane to glass dust recipe in forge hammer and macerator
- Made hammers give glass dust when breaking glass
- Added cutter recipes for modded planks
- Fixed steam macerator not showing any recipes when clicking the progress bar
- Removed uu matter and uu amplifier
- Fixed drums not saving fluid when picked up
- Removed dumb ingot alloying recipes by forestry, railcraft, and thermal
- Fixed signalum, lumium, and enderium missing rods
- Added sticky resin to slimeball tag
- Added sticky resin to slimeball conversion recipe for recipes that don't use the tag
- Made fiery blood, fiery tears, and molten adamantium, ironwood, knightmetal, fiery steel, enderium, and manasteel magical fluids
- Removed ie hammering recipes for plates
- Removed ie rod recipes
- Nerfed coke oven speed
- Made galena tier 2 instead of tier 3
- Made malachite output co2 instead of carbon and oxygen separately
- Added option to force roaster for sulfides
- Added aluminium items to aluminum tags, added cupronickel items to constantan tags
- Removed ie block recipes - added them to stone cutter instead
- Added GT tools for Manasteel, Terrasteel, Elementium, and Gaia Spirit
- Made netherite, tungsten, tungstensteel, tungsten carbide, and adamantium pipes and drums magic proof
- Buffed small diamond, small redstone, small sulfur, and other small gem small ore rates
- Added teslatite small ore gen
- Added chad
- Removed vanilla's 3 sugarcane to paper recipe - mortor your sugarcane instead
- Hopefully improved processing times for lead, tin, copper, and bronze in cutter and such
- Added hoppers and drums for botania materials
- Added desh and tritanium alloy hoppers
- Changed manasteel recipe to use steel instead of iron
- Replaced gt honey with forestry honey when forestry is loaded
- Added recipes for circuit assemblers
- Added missing hard circuit recipes for data sticks and data orbs
- Added centrifuging recipes for forestry combs
- Fixed lava boiler displaying lava level as always full
- Fixed lava boiler not displaying as active when active
- Added recipe for botania mana gun using powder barrel
- Added steel dust to steel ingot recipe to pbf
- fixed park slots in bronze machines not being actual park slots
Note: some of the compat changes I added may not have config options yet, but I plan to add options eventually, they're just not a priority.
Full changelog: 0.5.1...0.5.2
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| gt5r-0.5.2-1.20.1-43a247cd-sources.jar | Unknown | 10.36 MiB |
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:CLVc4X5w:zioa7d8s"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CLVc4X5w:zioa7d8s"
}

