From e63ff372ea2720be09464f62d763c4a95a38d9a2 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Tue, 4 Jul 2023 15:33:56 -0500 Subject: [PATCH] fix bad paths to structure files, link naktamun with gym --- forge-gui/res/adventure/common/maps/map/gym.tmx | 5 ++++- forge-gui/res/adventure/common/maps/map/naktamun.tmx | 10 ++++++++-- forge-gui/res/adventure/common/world/biomes/luxa.json | 4 ++-- .../res/adventure/common/world/biomes/outlands.json | 4 ++-- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/forge-gui/res/adventure/common/maps/map/gym.tmx b/forge-gui/res/adventure/common/maps/map/gym.tmx index f7f2011477c..e867e97b3da 100644 --- a/forge-gui/res/adventure/common/maps/map/gym.tmx +++ b/forge-gui/res/adventure/common/maps/map/gym.tmx @@ -61,7 +61,10 @@ - + + + + diff --git a/forge-gui/res/adventure/common/maps/map/naktamun.tmx b/forge-gui/res/adventure/common/maps/map/naktamun.tmx index 4a9104791b2..dd3c46cbe0d 100644 --- a/forge-gui/res/adventure/common/maps/map/naktamun.tmx +++ b/forge-gui/res/adventure/common/maps/map/naktamun.tmx @@ -518,7 +518,6 @@ - 74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,4657,32,4184,4184,4184,4184,4184,4184,4184,32,4657,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74, @@ -1061,6 +1060,13 @@ - + + + + + + + + diff --git a/forge-gui/res/adventure/common/world/biomes/luxa.json b/forge-gui/res/adventure/common/world/biomes/luxa.json index cf93e5705c9..82412d8857d 100644 --- a/forge-gui/res/adventure/common/world/biomes/luxa.json +++ b/forge-gui/res/adventure/common/world/biomes/luxa.json @@ -43,8 +43,8 @@ "x": 0.5, "y": 0.5, "structureAtlasPath": "world/tilesets/terrain.atlas", - "sourcePath": "world/models/fill.png", - "maskPath": "world/masks/fill.png", + "sourcePath": "world/structures/models/fill.png", + "maskPath": "world/structures/masks/fill.png", "height": 0.99, "width": 0.9, "periodicOutput": false, diff --git a/forge-gui/res/adventure/common/world/biomes/outlands.json b/forge-gui/res/adventure/common/world/biomes/outlands.json index ff3d4b8ceba..1c4173e964d 100644 --- a/forge-gui/res/adventure/common/world/biomes/outlands.json +++ b/forge-gui/res/adventure/common/world/biomes/outlands.json @@ -32,8 +32,8 @@ "x": 0.5, "y": 0.5, "structureAtlasPath": "world/structures/structures.atlas", - "sourcePath": "world/models/fill.png", - "maskPath": "world/masks/fill.png", + "sourcePath": "world/structures/models/fill.png", + "maskPath": "world/structures/masks/fill.png", "height": 0.99, "width": 0.9, "periodicOutput": false,