Skip to content

Commit

Permalink
fix(JEI): 🧟Fix Ice And Fire JER trades integration
Browse files Browse the repository at this point in the history
Was accidentally removed Myrmex trades last patch.
  • Loading branch information
Krutoy242 committed Jan 27, 2024
1 parent a8cf1af commit 0a405f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/justenoughmagiculture.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ general {
B:enableJERPlants=true

# Enables JEM Ice And Fire JER villager integration.
B:enableJERVillagers=false
B:enableJERVillagers=true

# Enables render fixes. Disabling this may cause some entities to not display in JER.
B:enableRenderFixes=true
Expand Down Expand Up @@ -1303,7 +1303,7 @@ general {
B:enableRenderFixes=true

# Fixes Rats: Rebirth of the Plague Villager JER errors. Disabling this can cause modded JER villagers to display incorrect information.
B:fixJERVillagers=true
B:fixJERVillagers=false

##########################################################################################################
# just_enough_resources
Expand Down

0 comments on commit 0a405f6

Please sign in to comment.