diff --git a/config/embeddium++.toml b/config/embeddium++.toml index da6fc2ca8..72a9124f8 100644 --- a/config/embeddium++.toml +++ b/config/embeddium++.toml @@ -95,7 +95,7 @@ #Raise clouds #Modify clouds height perfect for a adaptative world experience #Range: 0 ~ 320 - cloudsHeight = 128 + cloudsHeight = 256 #Toggle fog feature #Fog was a vanilla feature, toggling off may increases performance fog = true diff --git a/config/jade/sort-order.json b/config/jade/sort-order.json index 57218dc27..6fa827b56 100644 --- a/config/jade/sort-order.json +++ b/config/jade/sort-order.json @@ -158,10 +158,6 @@ "create:exact_block": null, "create:filter": null, "create:goggles": null, - "gtceu:electric_container_provider": null, - "gtceu:workable_provider": null, - "gtceu:controllable_provider": null, - "gtceu:recipe_logic_provider": null, "tfc:barrel": null, "tfc:bellows": null, "tfc:sapling": null, @@ -211,6 +207,10 @@ "tfc:ocelot": null, "tfc:rabbit": null, "tfc:fishing_hook": null, + "gtceu:electric_container_provider": null, + "gtceu:workable_provider": null, + "gtceu:controllable_provider": null, + "gtceu:recipe_logic_provider": null, "minecraft:brewing_stand": null, "minecraft:beehive": null, "minecraft:command_block": null, diff --git a/config/roughlyenoughitems/config.json5 b/config/roughlyenoughitems/config.json5 index 9a4874527..a6dc8a1e5 100644 --- a/config/roughlyenoughitems/config.json5 +++ b/config/roughlyenoughitems/config.json5 @@ -60,7 +60,8 @@ "shouldFilterDisplays": true, "filteringRules": [ "{id:\"roughlyenoughitems:manual\",rule:{}}", - "{id:\"roughlyenoughitems:basic\",rule:{}}" + "{id:\"roughlyenoughitems:basic\",rule:{}}", + "{id:\"roughlyenoughitems:hidden_from_recipe_viewers\",rule:{}}" ], "filteringQuickCraftCategories": { }, "filteredStacks": []