Skip to content

Commit

Permalink
hide useless transporters + add cfg
Browse files Browse the repository at this point in the history
planetme committed Jan 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 896608f commit 34bb90b
Showing 2 changed files with 48 additions and 0 deletions.
44 changes: 44 additions & 0 deletions config/chesttransporter.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Configuration file

general {
# Set to false to disable the hunger debuff [default: true]
B:debuffHunger=true

# Set to false to disable the jump debuff [default: true]
B:debuffJump=true

# Set to false to disable the mining fatigue debuff [default: true]
B:debuffMiningFatigue=true

# Set to false to disable the slowness debuff [default: true]
B:debuffSlowness=true

# Set this to false to prevent picking up of mob spawners [default: true]
B:pickupSpawners=true

# Set this to false to prevent the copper transporter to pick up mob spawners [default: true]
B:spawnerWithCopper=true

# Set this to false to prevent the diamond transporter to pick up mob spawners [default: true]
B:spawnerWithDiamond=true

# Set this to false to prevent the gold transporter to pick up mob spawners [default: true]
B:spawnerWithGold=true

# Set this to false to prevent the iron transporter to pick up mob spawners [default: true]
B:spawnerWithIron=true

# Set this to false to prevent the obsidian transporter to pick up mob spawners [default: true]
B:spawnerWithObsidian=true

# Set this to false to prevent the silver transporter to pick up mob spawners [default: true]
B:spawnerWithSilver=true

# Set this to false to prevent the tin transporter to pick up mob spawners [default: true]
B:spawnerWithTin=true

# Set this to false to prevent the wood transporter to pick up mob spawners [default: true]
B:spawnerWithWood=true
}


4 changes: 4 additions & 0 deletions config/jei/itemBlacklist.cfg
Original file line number Diff line number Diff line change
@@ -90,6 +90,7 @@ advanced {
enchantment:enchantment.protect.explosion.lvl2
enchantment:enchantment.protect.explosion.lvl1
rftools:powercell_advanced
chesttransporter:chesttransporter_gold
gaspunk:grenade:{"gaspunk:contained_gas":"gaspunk:colored_smoke_yellow"}
rftools:pearl_injector
enchantment:enchantment.protect.explosion.lvl4
@@ -174,6 +175,8 @@ advanced {
enchantment:enchantment.protect.fire.lvl1
rftools:machine_frame
gaspunk:grenade:{"gaspunk:contained_gas":"gaspunk:colored_smoke_gray"}
chesttransporter:chesttransporter_obsidian
chesttransporter:chesttransporter_tin
rftools:space_chamber_card
gaspunk:grenade:{"gaspunk:contained_gas":"gaspunk:colored_smoke_magenta",grenade_skin:0}
gaspunk:grenade:{"gaspunk:contained_gas":"gaspunk:vx",grenade_skin:0}
@@ -188,6 +191,7 @@ advanced {
enchantment:enchantment.sweeping.lvl1
minecraft:lingering_potion
rftools:remote_storage
chesttransporter:chesttransporter_diamond
gaspunk:grenade:{"gaspunk:contained_gas":"gaspunk:colored_smoke_white",grenade_skin:0}
gaspunk:grenade:{"gaspunk:contained_gas":"gaspunk:colored_smoke_black"}
rftools:fluid_module

0 comments on commit 34bb90b

Please sign in to comment.