disable electrolsis of clay this way instead
This commit is contained in:
parent
ac426c01c2
commit
f02c40fc99
2 changed files with 5 additions and 8 deletions
|
|
@ -202,9 +202,6 @@ function registerTFGClayRecipes(event) {
|
|||
.EUt(2)
|
||||
|
||||
// Renewable clay
|
||||
|
||||
event.remove({ id: 'gtceu:electrolyzer/decomposition_electrolyzing_clay' })
|
||||
|
||||
event.recipes.gtceu.rock_breaker("clay_duping")
|
||||
.notConsumable('minecraft:clay')
|
||||
.itemOutputs('minecraft:clay')
|
||||
|
|
|
|||
|
|
@ -48,7 +48,8 @@ const registerGTCEuMaterialModification = (event) => {
|
|||
GENERATE_FOIL,
|
||||
GENERATE_FINE_WIRE,
|
||||
NO_ORE_PROCESSING_TAB,
|
||||
NO_ORE_SMELTING
|
||||
NO_ORE_SMELTING,
|
||||
DISABLE_DECOMPOSITION
|
||||
} = $MATERIAL_FLAGS
|
||||
|
||||
const metalTooling = [
|
||||
|
|
@ -86,6 +87,9 @@ const registerGTCEuMaterialModification = (event) => {
|
|||
GTToolType.CROWBAR,
|
||||
]
|
||||
|
||||
GTMaterials.Clay.addFlags(DISABLE_DECOMPOSITION);
|
||||
GTMaterials.Brick.addFlags(DISABLE_DECOMPOSITION);
|
||||
|
||||
|
||||
// TFC_PROPERTY = (forging temp, welding temp, melt temp, material, tier, percent of material)
|
||||
// OR = (forging temp, welding temp, melt temp, tier)
|
||||
|
|
@ -451,10 +455,6 @@ const registerGTCEuMaterialModification = (event) => {
|
|||
lyeFluidProperty.getStorage().store($FluidStorageKeys.LIQUID, () => Fluid.of('tfc:lye').fluid, null);
|
||||
GTMaterials.SodiumHydroxide.setProperty(PropertyKey.FLUID, lyeFluidProperty);
|
||||
|
||||
//let bismuthFluidProperty = new $FLUID_PROPERTY();
|
||||
//bismuthFluidProperty.getStorage().enqueueRegistration($FluidStorageKeys.LIQUID, new $FluidBuilder());
|
||||
//GTMaterials.Bismuth.setProperty(PropertyKey.FLUID, bismuthFluidProperty);
|
||||
|
||||
// Components and formulas
|
||||
GTMaterials.CertusQuartz.setComponents('1x unknown', '1x silicon', '2x oxygen')
|
||||
GTMaterials.Glowstone.setComponents('1x gold', '1x redstone')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue