Age | Commit message (Collapse) | Author |
|
* Revert "Canola is a better name than Rapeseed (id is staying the same) (#2443)"
This reverts commit 2e7625ffed587d930afda7692db0c478e430a8c2.
* Only rename visual item name, not internal name
* Revert "Only rename visual item name, not internal name"
This reverts commit d1a764338344c4871fd12cb4890c38bb1f9ca40b.
|
|
Canola is a better name than Rapeseed (id is staying the same)
|
|
Item Distributor #1132
|
|
BrickedBlastFurnace
|
|
fixed Glass Hammering consuming 40x more energy than intended
Fixed Hammer recipes that (presumably unintentionally) had 10EUt, 16
ticks instead of 16EUt, 10 ticks.
Renamed Dense Bricks -> Firebricks
|
|
BrickedBlastFurnace
Conflicts:
src/main/java/gregtech/api/enums/Materials.java
src/main/java/gregtech/api/enums/Textures.java
src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_BronzeBlastFurnace.java
src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
|
|
|
|
Added a new Casing for the Bricked Blast Furnace, GT_Block_Casings4, ID
15
Refactored the non-electric Blast Furnaces:
The Bronze Blast Furnace and the Bricked Blast Furnace extend a
superclass to ensure consistent behavior.
Subclasses only differ in texture, description, and Casing Block.
|
|
|
|
Conflicts:
src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
|
|
|
|
|
|
|
|
|