From 2cc8f55464dc0131000dacc288833f865cf3127b Mon Sep 17 00:00:00 2001 From: Frederik van der Els <49305700+xpple@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:47:05 +0200 Subject: [PATCH] Fix structure type for s_ruined_portal_n --- finders.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finders.c b/finders.c index 783d5ec..e8e269b 100644 --- a/finders.c +++ b/finders.c @@ -80,7 +80,7 @@ int getStructureConfig(int structureType, int mc, StructureConfig *sconf) s_monument = { 10387313, 32, 27, Monument, 0,0}, s_mansion = { 10387319, 80, 60, Mansion, 0,0}, s_ruined_portal = { 34222645, 40, 25, Ruined_Portal, 0,0}, - s_ruined_portal_n = { 34222645, 40, 25, Ruined_Portal, DIM_NETHER,0}, + s_ruined_portal_n = { 34222645, 40, 25, Ruined_Portal_N, DIM_NETHER,0}, s_ruined_portal_n_117 = { 34222645, 25, 15, Ruined_Portal_N, DIM_NETHER,0}, s_ancient_city = { 20083232, 24, 16, Ancient_City, 0,0}, s_trail_ruins = { 83469867, 34, 26, Trail_Ruins, 0,0},