Skip to content

Commit

Permalink
Removed EIO fluid filter recipe, crashes (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePansmith authored Sep 17, 2024
1 parent 9cea23d commit e6afadb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubejs/client_scripts/JEI.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ JEIEvents.hideItems(event => {
event.hide(['enderio:conduit', 'enderio:energy_conduit', 'enderio:plant_matter_green', 'enderio:plant_matter_brown', 'enderio:clayed_glowstone', 'enderio:flour', 'enderio:organic_green_dye', 'enderio:organic_brown_dye', 'enderio:industrial_insulation_block', "enderio:primitive_alloy_smelter", "enderio:alloy_smelter", "enderio:sag_mill", "enderio:stirling_generator"])
//EnderIO (grinding balls)
event.hide(['enderio:soularium_grinding_ball', 'enderio:conductive_alloy_grinding_ball', 'enderio:pulsating_alloy_grinding_ball', 'enderio:redstone_alloy_grinding_ball', 'enderio:energetic_alloy_grinding_ball', 'enderio:vibrant_alloy_grinding_ball', 'enderio:copper_alloy_grinding_ball', 'enderio:dark_steel_grinding_ball', 'enderio:end_steel_grinding_ball'])
// Enderio (crashes)
event.hide('enderio:basic_fluid_filter')

//TelePastries
event.hide(['telepastries:lost_city_cake', 'telepastries:custom_cake2', 'telepastries:custom_cake3', 'telepastries:twilight_cake'])
Expand Down
3 changes: 3 additions & 0 deletions kubejs/server_scripts/Remove_Recipes.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6afadb

Please sign in to comment.