From e3b5b34017ea26470fe01a7b7f877c56a65599e3 Mon Sep 17 00:00:00 2001 From: Jacky <179359007+Newlumberjack-sys@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:17:58 -0500 Subject: [PATCH] QOL updates for the EMI, fixed the mutiblock overlap (#1830) * QOL updates for the EMI, fixed the mutiblock overlap removed left over settings (oops) Signed-off-by: Jacky removed left over settings (oops) Signed-off-by: Jacky * this file is not needed Signed-off-by: Pyritie * revert these Signed-off-by: Pyritie --------- Signed-off-by: Jacky Signed-off-by: Pyritie Co-authored-by: Newlumberjack <12345678+YourName@users.noreply.github.com> Co-authored-by: Pyritie --- config/emi.css | 10 +++++----- .../emi/category/properties/gtceu_steam_bloomery.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/emi.css b/config/emi.css index 8cece7d20..500be2ed9 100644 --- a/config/emi.css +++ b/config/emi.css @@ -108,13 +108,13 @@ /** * Whether the recipe tree button should be visible. */ - recipe-tree-button-visibility: auto; + recipe-tree-button-visibility: shown; /** * The maximum height the recipe screen will grow to be if space is available in * pixels. */ - maximum-recipe-screen-height: 256; + maximum-recipe-screen-height: 420; /** * The minimum width of the recipe screen in pixels. Controls how many tabs there @@ -126,7 +126,7 @@ /** * The amount of vertical margin to give in the recipe screen. */ - vertical-margin: 20; + vertical-margin: 12; /** * Where to show workstations in the recipe screen @@ -177,7 +177,7 @@ /** * How many columns and rows of ingredients to limit the left sidebar to */ - left-sidebar-size: 12, 100; + left-sidebar-size: 9, 100; /** * How much space to maintain between the left sidebar and obstructions, in pixels @@ -212,7 +212,7 @@ /** * How many columns and rows of ingredients to limit the right sidebar to */ - right-sidebar-size: 11, 100; + right-sidebar-size: 9, 100; /** * How much space to maintain between the right sidebar and obstructions, in pixels diff --git a/kubejs/assets/emi/category/properties/gtceu_steam_bloomery.json b/kubejs/assets/emi/category/properties/gtceu_steam_bloomery.json index 7a897a5a8..f9b6edbfb 100644 --- a/kubejs/assets/emi/category/properties/gtceu_steam_bloomery.json +++ b/kubejs/assets/emi/category/properties/gtceu_steam_bloomery.json @@ -1 +1 @@ -{"gtceu:steam_bloomery":{"order":137}} \ No newline at end of file +{"gtceu:steam_bloomery":{"order":137}}