Skip to content

Commit

Permalink
Merge pull request #3136 from AllTheMods/cyclic-again
Browse files Browse the repository at this point in the history
Disable Cyclic golden hopper
  • Loading branch information
jeremiahwinsley authored Aug 8, 2022
2 parents c955e49 + 00bae43 commit e8a89ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog/1.8.28.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@
- Add extruder recipe for soulstone
- Move Zycraft Quartz out of void miner crystal card, add inert crystal ore
- Block Mana & Artifice mobs from spawners due to world corruption
- Disable Cyclic golden hopper due to dupe bug
2 changes: 2 additions & 0 deletions kubejs/client_scripts/jei_removals.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ onEvent('jei.hide.items', e => {
'appliedenergistics2:silicon',
'appliedenergistics2:flour',
'cyclic:tile_transporter_empty',
'cyclic:hopper_gold',
'cyclic:trash',
'cyclic:crafting_bag',
/cyclic:.*pipe/,
'quark:pipe',
'naturesaura:chunk_loader',
/extrastorage:disk_.+/,
/extrastorage:block_.+/,
Expand Down
1 change: 1 addition & 0 deletions kubejs/server_scripts/mod_specific/cyclic/cyclic.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ onEvent('recipes', e => {
'cyclic:packager', // lag issues
'cyclic:uncrafter',
'cyclic:tile_transporter_empty',
'cyclic:hopper_gold', // dupe bug
'cyclic:trash'
])
})

0 comments on commit e8a89ef

Please sign in to comment.