remove copper coils
This commit is contained in:
parent
1c7f3cd9ef
commit
339387c460
12 changed files with 5 additions and 34 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -19,6 +19,7 @@ XaeroWorldMap/*
|
|||
CustomSkinLoader/*
|
||||
screenshots/*
|
||||
shaderpacks/*
|
||||
chiselsandbits/*
|
||||
|
||||
# Extensions
|
||||
**/*.log
|
||||
|
|
@ -62,5 +63,4 @@ knownkeys.txt
|
|||
.github/buildtools/serverpack/banned-ips.json
|
||||
.github/buildtools/serverpack/banned-players.json
|
||||
.github/buildtools/serverpack/ops.json
|
||||
.github/buildtools/serverpack/whitelist.json
|
||||
|
||||
.github/buildtools/serverpack/whitelist.json
|
||||
|
|
@ -3,6 +3,7 @@
|
|||
#Default focal range of the camera (with built in lens). Default: 18-55
|
||||
DefaultFocalRange = "18-55"
|
||||
#Focal Range per lens. Item ID and min-max (or single number for primes) focal lengths. Separated by a comma. Allowed range: 10-300
|
||||
#Note: to attach the custom lens to the camera - it needs to be added to '#exposure:lenses' item tag.
|
||||
#Default: ["minecraft:spyglass,55-200"]
|
||||
LensFocalRanges = ["minecraft:spyglass,55-200"]
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 6.4 KiB |
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"ldlib": {
|
||||
"connection": "terrafirmagreg:block/copper_coil_block_ctm"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.7 KiB |
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"ldlib": {
|
||||
"connection": "terrafirmagreg:block/copper_coil_block_bloom_ctm",
|
||||
"emissive": true
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.9 KiB |
|
|
@ -1006,14 +1006,6 @@ const registerGTCEURecipes = (event) => {
|
|||
E: '#forge:cables/single/copper'
|
||||
}).id('tfg:shaped/alternator')
|
||||
|
||||
// Медная катушка
|
||||
event.recipes.gtceu.assembler('copper_coil')
|
||||
.itemInputs('8x #forge:wires/double/copper', '8x #forge:foils/bronze')
|
||||
.inputFluids(Fluid.of('gtceu:soldering_alloy', 144))
|
||||
.itemOutputs('terrafirmagreg:copper_coil_block')
|
||||
.duration(200)
|
||||
.EUt(30)
|
||||
|
||||
// Compressed Coke Clay
|
||||
event.shaped('gtceu:compressed_coke_clay', [
|
||||
'AAA',
|
||||
|
|
|
|||
|
|
@ -1,16 +1,5 @@
|
|||
// priority: 0
|
||||
|
||||
const registerGTCEuBlocks = (event) => {
|
||||
event.create('terrafirmagreg:copper_coil_block', 'gtceu:coil')
|
||||
.temperature(1100)
|
||||
.level(0)
|
||||
.energyDiscount(1)
|
||||
.tier(0)
|
||||
.coilMaterial(GTMaterials.get('copper'))
|
||||
.texture('terrafirmagreg:block/copper_coil_block')
|
||||
.hardness(4)
|
||||
.requiresTool(true)
|
||||
.tagBlock('mineable/pickaxe')
|
||||
.mapColor('metal')
|
||||
.soundType('metal')
|
||||
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@ const registerGTCEuMachines = (event) => {
|
|||
.aisle("CWC", "K#E", "CWC")
|
||||
.aisle("CWI", "CWA", "#W#")
|
||||
.where('A', Predicates.controller(Predicates.blocks(definition.get())))
|
||||
.where('W', Predicates.blocks('terrafirmagreg:copper_coil_block'))
|
||||
.where('W', Predicates.blocks('gtceu:cupronickel_coil_block'))
|
||||
.where("C", Predicates.blocks(GTBlocks.CASING_STEEL_SOLID.get()))
|
||||
.where('#', Predicates.any())
|
||||
.where('K', Predicates.abilities(PartAbility.INPUT_KINETIC).setExactLimit(1))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue