| Age | Commit message (Collapse) | Author |
|
(cherry picked from commit 131d67ab7a58a5b0c00a6e711ab4e7558e036d78)
|
|
|
|
* add input slots to Distillation Tower
* borrow Large chemical reactor code to make it show up in Nei
* add itemstack to Distillation multi machine code
(cherry picked from commit e6e4203979340fc21f8ef4e1d6e9d0376afd3ef6)
* remove unnecessary checks
Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
|
|
re add red steel and Blue Steel recipe (hv)
change fluid tank in Ev Mixer
|
|
Silicon alu autoclave update
|
|
add a fluid output to chembath
add a SodiumHydroxide recipes out of Na and Water
(cherry picked from commit 4a1618fa07e8dc90b4f5106e1928e2a63d96bd2f)
|
|
|
|
LV is 1 Slot
MV is 2 Slots
HV is 3 Slots
EV is 4 Slots
remove Silicon ebf recipe
added new Sio2 recipes
|
|
|
|
buff recipes for rebars, tracks and rails
add circuit support to Bender
|
|
Normalize all repository files format
|
|
|
|
|
|
|
|
git and diff tools will complain if text file does not end with a newline.
Fixed all text files in the repository with Linux bash shell:
```sh
git ls-files -z |
while IFS= read -rd '' f; do
mime="$(file --brief --mime "$f")";
if [ -z "${mime##text/*}" ]; then
tail -c1 "$f" |
read -r _ || printf '\n' >>"$f";
fi;
done
```
|
|
|
|
Autoclave get a new input slot
|
|
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
https://github.com/GTNewHorizons/NewHorizons/issues/5366
|
|
+added more adding methodes to the cutting machine
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
|
|
https://github.com/GTNewHorizons/NewHorizons/issues/2553
remove deprecated recipes
change chemical reactor for basic machines a bit
|
|
|
|
|
|
to add a new recipe in the adder because you cant use two Boolean in one recipe
|
|
Commit: 00831784660573b54248a8213cae1d64619a2b98 [0083178]
rename Biomass again to Forestry Biomass.
Change a brewing recipe a bit to can using Fluids that not registered at GT (FluidStack)
Add new recipes for Forestry Biomass and remove old ones.
|
|
Commit: 01da9150f662d010db07f8729f5ec696a4f935fd [01da915]
Added missing Tetraitromethane, Polymerization recipes
|
|
Commit: 1afc8405e8005433903afdf8a3cdcc82d3f05c9a [1afc840]
Added multi-step recipes for the Large Chemical Reactor
Added recipes for the Large Chemical Reactor that perform several steps
of a processing line in a single recipe.
Added new method for Chemical rector not using a clenroom
|
|
|
|
|
|
Commit: 6a1d32e4a3a48b4f7c18e352a4d2efe260994ba8 [6a1d32e]
Overhauled the Wetware Circuit recipes
They no longer need beer.
Also the basic Wetware Processor only needs 1 Wetware Circuit Board.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
try to fix chemical reactor need cleanroom again
|
|
9fc84fc1e74bdf81b33ff84d008a1614115a69f1
ff0017de19f80dd70fa646ea8b6464110e64677b
c21e9cfc41ea0129aae7ff8bc41aea7eaf73629f
@Antifluxfield
Please look if i make it right Thanks
|
|
BrickedBlastFurnace
|
|
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
|
|
The Recipe Map is not yet in use.
|
|
|
|
|
|
|
|
Conflicts:
src/main/java/gregtech/GT_Mod.java
src/main/java/gregtech/api/enums/ItemList.java
src/main/java/gregtech/api/enums/Materials.java
src/main/java/gregtech/api/interfaces/internal/IGT_RecipeAdder.java
src/main/java/gregtech/api/util/GT_Recipe.java
src/main/java/gregtech/common/GT_Proxy.java
src/main/java/gregtech/common/GT_RecipeAdder.java
src/main/java/gregtech/common/blocks/GT_Block_Casings2.java
src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_AssemblyLine.java
src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_Cleanroom.java
src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ProcessingArray.java
src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_PyrolyseOven.java
src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
src/main/java/gregtech/loaders/preload/GT_Loader_Item_Block_And_Fluid.java
src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
|
|
a few recipe changes
|
|
|
|
|