fix names

This commit is contained in:
Dmitry 2023-12-11 20:20:49 +07:00
parent dc5ff62a26
commit 1d85b16284
5 changed files with 8 additions and 30 deletions

View file

@ -1686,7 +1686,7 @@ const registerAE2ItemTags = (event) => {
for (var i = 0; i < 16; i++) {
event.recipes.gtceu.chemical_bath(global.AE2_GLASS_CABLE[i]+'tfcdye')
.itemInputs('ae2:fluix_glass_cable')
.inputFluids(Fluid.of(global.TFC_LIQUID_DYE[i], 250))
.inputFluids(Fluid.of(global.TFC_LIQUID_DYES[i], 250))
.itemOutputs(global.AE2_GLASS_CABLE[i])
.duration(20)
.EUt(7)
@ -1714,7 +1714,7 @@ const registerAE2ItemTags = (event) => {
for (var i = 0; i < 16; i++) {
event.recipes.gtceu.chemical_bath(global.AE2_COVERED_CABLE[i]+'tfcdye')
.itemInputs('ae2:fluix_covered_cable')
.inputFluids(Fluid.of(global.TFC_LIQUID_DYE[i], 250))
.inputFluids(Fluid.of(global.TFC_LIQUID_DYES[i], 250))
.itemOutputs(global.AE2_COVERED_CABLE[i])
.duration(20)
.EUt(7)
@ -1742,7 +1742,7 @@ const registerAE2ItemTags = (event) => {
for (var i = 0; i < 16; i++) {
event.recipes.gtceu.chemical_bath(global.AE2_COVERED_DENSE_CABLE[i]+'tfcdye')
.itemInputs('ae2:fluix_covered_dense_cable')
.inputFluids(Fluid.of(global.TFC_LIQUID_DYE[i], 250))
.inputFluids(Fluid.of(global.TFC_LIQUID_DYES[i], 250))
.itemOutputs(global.AE2_COVERED_DENSE_CABLE[i])
.duration(20)
.EUt(7)
@ -1770,7 +1770,7 @@ const registerAE2ItemTags = (event) => {
for (var i = 0; i < 16; i++) {
event.recipes.gtceu.chemical_bath(global.AE2_SMART_CABLE[i]+'tfcdye')
.itemInputs('ae2:fluix_smart_cable')
.inputFluids(Fluid.of(global.TFC_LIQUID_DYE[i], 250))
.inputFluids(Fluid.of(global.TFC_LIQUID_DYES[i], 250))
.itemOutputs(global.AE2_SMART_CABLE[i])
.duration(20)
.EUt(7)
@ -1798,7 +1798,7 @@ const registerAE2ItemTags = (event) => {
for (var i = 0; i < 16; i++) {
event.recipes.gtceu.chemical_bath(global.AE2_SMART_DENSE_CABLE[i]+'tfcdye')
.itemInputs('ae2:fluix_smart_dense_cable')
.inputFluids(Fluid.of(global.TFC_LIQUID_DYE[i], 250))
.inputFluids(Fluid.of(global.TFC_LIQUID_DYES[i], 250))
.itemOutputs(global.AE2_SMART_DENSE_CABLE[i])
.duration(20)
.EUt(7)
@ -1817,7 +1817,7 @@ const registerAE2ItemTags = (event) => {
for (var i = 0; i < 16; i++) {
event.recipes.gtceu.chemical_bath(global.AE2_PAINTBALL[i]+'tfcdye')
.itemInputs('ae2:matter_ball')
.inputFluids(Fluid.of(global.TFC_LIQUID_DYE[i], 125))
.inputFluids(Fluid.of(global.TFC_LIQUID_DYES[i], 125))
.itemOutputs(global.AE2_PAINTBALL[i])
.duration(20)
.EUt(7)

View file

@ -1,9 +0,0 @@
// priority: 0
const registerAE2Liquids = (event) => {
event.create('fluix')
.displayName('Liquid Fluix')
.thickTexture(0x57448d)
.bucketColor(0x46396d)
.noBlock()
};

View file

@ -1,12 +0,0 @@
// priority: 0
const registerAE2Items = (event) => {
event.create('rods/certus_quartz')
.displayName('Certus Quartz Rod')
.maxStackSize(32)
.texture("kubejs:item/certus_quartz_rod");
event.create('rods/nether_quartz')
.displayName('Nether Quartz Rod')
.maxStackSize(32)
.texture("kubejs:item/nether_quartz_rod")
};

View file

@ -334,7 +334,7 @@ global.VANILLA_STONE_TYPES = [
"tuff"
];
global.MINECRAFT_FORGE_DYE = [
global.MINECRAFT_FORGE_DYES = [
'#forge:dyes/white',
'#forge:dyes/orange',
'#forge:dyes/magenta',

View file

@ -1249,8 +1249,7 @@ global.TFC_ORE_MATERIALS = [
"tetrahedrite"
];
global.TFC_LIQUID_DYE = [
global.TFC_LIQUID_DYES = [
'tfc:white_dye',
'tfc:orange_dye',
'tfc:magenta_dye',