Skip to content

Commit

Permalink
Disable Cyclic golden hopper
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahwinsley committed Aug 8, 2022
1 parent c955e49 commit d7bee2e
Show file tree
Hide file tree
Showing 3 changed files with 3 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
1 change: 1 addition & 0 deletions kubejs/client_scripts/jei_removals.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ onEvent('jei.hide.items', e => {
'appliedenergistics2:silicon',
'appliedenergistics2:flour',
'cyclic:tile_transporter_empty',
'cyclic:hopper_gold',
'cyclic:trash',
'cyclic:crafting_bag',
/cyclic:.*pipe/,
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 d7bee2e

Please sign in to comment.