diff --git a/biomes/mushroom/plains.json b/biomes/mushroom/plains.json index 403c9a0a..2e7e5dcf 100644 --- a/biomes/mushroom/plains.json +++ b/biomes/mushroom/plains.json @@ -57,12 +57,18 @@ "generator": "plain" } ], + "jigsawStructures": [ + { + "rarity": 500, + "structure": "mush-huts" + } + ], "entityInitialSpawns": [ { - "maxSpawns": 5, + "maxSpawns": 6, "minSpawns": 2, "entity": "mooshroom", - "rarity": 5 + "rarity": 3 } ], "decorators": [ diff --git a/jigsaw-pieces/mushhut/hut/hut1.json b/jigsaw-pieces/mushhut/hut/hut1.json new file mode 100644 index 00000000..8f984971 --- /dev/null +++ b/jigsaw-pieces/mushhut/hut/hut1.json @@ -0,0 +1,78 @@ +{ + "connectors": [{ + "targetName": "*", + "innerConnector": true, + "spawnEntity": "villager", + "entityCount": 1, + "rotateConnector": false, + "name": "", + "pools": ["mush_huts/paths/paths"], + "position": { + "x": -4, + "y": -12, + "z": 0 + }, + "keepEntity": false, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "boreExtendMinY": 0, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boreExtendMaxY": 0, + "smartBore": false, + "waterloggable": false, + "bore": false, + "translate": { + "yRandom": 0, + "x": 0, + "y": 0, + "z": 0 + }, + "mode": "FAST_MAX_HEIGHT", + "carvingSupport": "SURFACE_ONLY", + "snow": 0, + "underwater": false, + "loot": [], + "place": [], + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "mushhut/hut/hut1" +} diff --git a/jigsaw-pieces/mushhut/hut/hut2.json b/jigsaw-pieces/mushhut/hut/hut2.json new file mode 100644 index 00000000..ac8f861f --- /dev/null +++ b/jigsaw-pieces/mushhut/hut/hut2.json @@ -0,0 +1,78 @@ +{ + "connectors": [{ + "targetName": "*", + "innerConnector": true, + "spawnEntity": "villager", + "entityCount": 1, + "rotateConnector": false, + "name": "", + "pools": ["mush_huts/paths/paths"], + "position": { + "x": 0, + "y": -7, + "z": 3 + }, + "keepEntity": false, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "boreExtendMinY": 0, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boreExtendMaxY": 0, + "smartBore": false, + "waterloggable": false, + "bore": false, + "translate": { + "yRandom": 0, + "x": 0, + "y": 0, + "z": 0 + }, + "mode": "FAST_MAX_HEIGHT", + "carvingSupport": "SURFACE_ONLY", + "snow": 0, + "underwater": false, + "loot": [], + "place": [], + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "mushhut/hut/hut2" +} diff --git a/jigsaw-pieces/mushhut/hut/hut3.json b/jigsaw-pieces/mushhut/hut/hut3.json new file mode 100644 index 00000000..4aaf63c6 --- /dev/null +++ b/jigsaw-pieces/mushhut/hut/hut3.json @@ -0,0 +1,78 @@ +{ + "connectors": [{ + "targetName": "*", + "innerConnector": true, + "spawnEntity": "villager", + "entityCount": 1, + "rotateConnector": false, + "name": "", + "pools": ["mush_huts/paths/paths"], + "position": { + "x": 0, + "y": -7, + "z": -3 + }, + "keepEntity": false, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "boreExtendMinY": 0, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boreExtendMaxY": 0, + "smartBore": false, + "waterloggable": false, + "bore": false, + "translate": { + "yRandom": 0, + "x": 0, + "y": 0, + "z": 0 + }, + "mode": "FAST_MAX_HEIGHT", + "carvingSupport": "SURFACE_ONLY", + "snow": 0, + "underwater": false, + "loot": [], + "place": [], + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "mushhut/hut/hut3" +} diff --git a/jigsaw-pieces/mushhut/hut/hut4.json b/jigsaw-pieces/mushhut/hut/hut4.json new file mode 100644 index 00000000..9799681e --- /dev/null +++ b/jigsaw-pieces/mushhut/hut/hut4.json @@ -0,0 +1,78 @@ +{ + "connectors": [{ + "targetName": "*", + "innerConnector": true, + "spawnEntity": "villager", + "entityCount": 1, + "rotateConnector": false, + "name": "", + "pools": ["mush_huts/paths/paths"], + "position": { + "x": -4, + "y": -13, + "z": -1 + }, + "keepEntity": false, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "boreExtendMinY": 0, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boreExtendMaxY": 0, + "smartBore": false, + "waterloggable": false, + "bore": false, + "translate": { + "yRandom": 0, + "x": 0, + "y": 0, + "z": 0 + }, + "mode": "FAST_MAX_HEIGHT", + "carvingSupport": "SURFACE_ONLY", + "snow": 0, + "underwater": false, + "loot": [], + "place": [], + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "mushhut/hut/hut4" +} diff --git a/jigsaw-pieces/mushhut/hut/hut5.json b/jigsaw-pieces/mushhut/hut/hut5.json new file mode 100644 index 00000000..806e0af4 --- /dev/null +++ b/jigsaw-pieces/mushhut/hut/hut5.json @@ -0,0 +1,78 @@ +{ + "connectors": [{ + "targetName": "*", + "innerConnector": true, + "spawnEntity": "villager", + "entityCount": 1, + "rotateConnector": false, + "name": "", + "pools": ["mush_huts/paths/paths"], + "position": { + "x": 0, + "y": -5, + "z": 3 + }, + "keepEntity": false, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "boreExtendMinY": 0, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boreExtendMaxY": 0, + "smartBore": false, + "waterloggable": false, + "bore": false, + "translate": { + "yRandom": 0, + "x": 0, + "y": 0, + "z": 0 + }, + "mode": "FAST_MAX_HEIGHT", + "carvingSupport": "SURFACE_ONLY", + "snow": 0, + "underwater": false, + "loot": [], + "place": [], + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "mushhut/hut/hut5" +} diff --git a/jigsaw-pieces/mushhut/hut/hut6.json b/jigsaw-pieces/mushhut/hut/hut6.json new file mode 100644 index 00000000..062e0869 --- /dev/null +++ b/jigsaw-pieces/mushhut/hut/hut6.json @@ -0,0 +1,78 @@ +{ + "connectors": [{ + "targetName": "*", + "innerConnector": true, + "spawnEntity": "villager", + "entityCount": 1, + "rotateConnector": false, + "name": "", + "pools": ["mush_huts/paths/paths"], + "position": { + "x": 0, + "y": -5, + "z": -4 + }, + "keepEntity": false, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "boreExtendMinY": 0, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boreExtendMaxY": 0, + "smartBore": false, + "waterloggable": false, + "bore": false, + "translate": { + "yRandom": 0, + "x": 0, + "y": 0, + "z": 0 + }, + "mode": "FAST_MAX_HEIGHT", + "carvingSupport": "SURFACE_ONLY", + "snow": 0, + "underwater": false, + "loot": [], + "place": [], + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "mushhut/hut/hut6" +} diff --git a/jigsaw-pieces/mushhut/hut/hut7.json b/jigsaw-pieces/mushhut/hut/hut7.json new file mode 100644 index 00000000..eb99a5a2 --- /dev/null +++ b/jigsaw-pieces/mushhut/hut/hut7.json @@ -0,0 +1,78 @@ +{ + "connectors": [{ + "targetName": "*", + "innerConnector": true, + "spawnEntity": "villager", + "entityCount": 1, + "rotateConnector": false, + "name": "", + "pools": ["mush_huts/paths/paths"], + "position": { + "x": 0, + "y": -7, + "z": -4 + }, + "keepEntity": false, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "boreExtendMinY": 0, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boreExtendMaxY": 0, + "smartBore": false, + "waterloggable": false, + "bore": false, + "translate": { + "yRandom": 0, + "x": 0, + "y": 0, + "z": 0 + }, + "mode": "FAST_MAX_HEIGHT", + "carvingSupport": "SURFACE_ONLY", + "snow": 0, + "underwater": false, + "loot": [], + "place": [], + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "mushhut/hut/hut7" +} diff --git a/jigsaw-pieces/mushhut/paths/path1.json b/jigsaw-pieces/mushhut/paths/path1.json new file mode 100644 index 00000000..f1a9d9fb --- /dev/null +++ b/jigsaw-pieces/mushhut/paths/path1.json @@ -0,0 +1,80 @@ +{ + "connectors": [{ + "targetName": "*", + "innerConnector": true, + "entityCount": 1, + "rotateConnector": false, + "name": "", + "pools": [ + "mush_huts/huts/huts", + "mush_huts/paths/paths" + ], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "keepEntity": false, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "boreExtendMinY": 0, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boreExtendMaxY": 0, + "smartBore": false, + "waterloggable": false, + "bore": false, + "translate": { + "yRandom": 0, + "x": 0, + "y": 0, + "z": 0 + }, + "mode": "PAINT", + "carvingSupport": "SURFACE_ONLY", + "snow": 0, + "underwater": false, + "loot": [], + "place": [], + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "mushhut/paths/path1" +} diff --git a/jigsaw-pieces/mushhut/paths/path2.json b/jigsaw-pieces/mushhut/paths/path2.json new file mode 100644 index 00000000..0ea1073e --- /dev/null +++ b/jigsaw-pieces/mushhut/paths/path2.json @@ -0,0 +1,94 @@ +{ + "connectors": [ + { + "targetName": "*", + "innerConnector": true, + "entityCount": 1, + "rotateConnector": false, + "name": "", + "pools": ["mush_huts/huts/huts", "mush_huts/paths/paths"], + "position": { + "x": -3, + "y": 0, + "z": 0 + }, + "keepEntity": false, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "*", + "innerConnector": false, + "entityCount": 1, + "rotateConnector": false, + "name": "", + "pools": ["mush_huts/huts/huts", "mush_huts/paths/paths"], + "position": { + "x": 3, + "y": 0, + "z": 0 + }, + "keepEntity": false, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "boreExtendMinY": 0, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boreExtendMaxY": 0, + "smartBore": false, + "waterloggable": false, + "bore": false, + "translate": { + "yRandom": 0, + "x": 0, + "y": 0, + "z": 0 + }, + "mode": "PAINT", + "carvingSupport": "SURFACE_ONLY", + "snow": 0, + "underwater": false, + "loot": [], + "place": [], + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "mushhut/paths/path2" +} diff --git a/jigsaw-pieces/mushhut/paths/path3.json b/jigsaw-pieces/mushhut/paths/path3.json new file mode 100644 index 00000000..6a0d6adf --- /dev/null +++ b/jigsaw-pieces/mushhut/paths/path3.json @@ -0,0 +1,94 @@ +{ + "connectors": [ + { + "targetName": "*", + "innerConnector": true, + "entityCount": 1, + "rotateConnector": false, + "name": "", + "pools": ["mush_huts/huts/huts", "mush_huts/paths/paths"], + "position": { + "x": -4, + "y": 0, + "z": 1 + }, + "keepEntity": false, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "*", + "innerConnector": false, + "entityCount": 1, + "rotateConnector": false, + "name": "", + "pools": ["mush_huts/huts/huts","mush_huts/paths/paths"], + "position": { + "x": 1, + "y": 0, + "z": -4 + }, + "keepEntity": false, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "boreExtendMinY": 0, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boreExtendMaxY": 0, + "smartBore": false, + "waterloggable": false, + "bore": false, + "translate": { + "yRandom": 0, + "x": 0, + "y": 0, + "z": 0 + }, + "mode": "PAINT", + "carvingSupport": "SURFACE_ONLY", + "snow": 0, + "underwater": false, + "loot": [], + "place": [], + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "mushhut/paths/path3" +} diff --git a/jigsaw-pieces/mushhut/paths/path4.json b/jigsaw-pieces/mushhut/paths/path4.json new file mode 100644 index 00000000..3db938c1 --- /dev/null +++ b/jigsaw-pieces/mushhut/paths/path4.json @@ -0,0 +1,124 @@ +{ + "connectors": [ + { + "targetName": "*", + "innerConnector": false, + "entityCount": 1, + "rotateConnector": false, + "name": "", + "pools": ["mush_huts/huts/huts", "mush_huts/paths/paths"], + "position": { + "x": -3, + "y": 0, + "z": 0 + }, + "keepEntity": false, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "*", + "innerConnector": false, + "entityCount": 1, + "rotateConnector": false, + "name": "", + "pools": ["mush_huts/huts/huts", "mush_huts/paths/paths"], + "position": { + "x": 0, + "y": 0, + "z": 3 + }, + "keepEntity": false, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "*", + "innerConnector": false, + "entityCount": 1, + "rotateConnector": false, + "name": "", + "pools": ["mush_huts/huts/huts", "mush_huts/paths/paths"], + "position": { + "x": 3, + "y": 0, + "z": 0 + }, + "keepEntity": false, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "*", + "innerConnector": false, + "entityCount": 1, + "rotateConnector": false, + "name": "", + "pools": ["mush_huts/huts/huts", "mush_huts/paths/paths"], + "position": { + "x": 0, + "y": 0, + "z": -3 + }, + "keepEntity": false, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "boreExtendMinY": 0, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boreExtendMaxY": 0, + "smartBore": false, + "waterloggable": false, + "bore": false, + "translate": { + "yRandom": 0, + "x": 0, + "y": 0, + "z": 0 + }, + "mode": "PAINT", + "carvingSupport": "SURFACE_ONLY", + "snow": 0, + "underwater": false, + "loot": [], + "place": [], + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "mushhut/paths/path4" +} diff --git a/jigsaw-pools/empty.json b/jigsaw-pools/empty.json deleted file mode 100644 index bf5e2ec7..00000000 --- a/jigsaw-pools/empty.json +++ /dev/null @@ -1 +0,0 @@ -{"pieces": []} diff --git a/jigsaw-pools/mush_huts/huts/huts.json b/jigsaw-pools/mush_huts/huts/huts.json new file mode 100644 index 00000000..a8e268d1 --- /dev/null +++ b/jigsaw-pools/mush_huts/huts/huts.json @@ -0,0 +1,11 @@ +{ + "pieces": [ + "mushhut/hut/hut1", + "mushhut/hut/hut2", + "mushhut/hut/hut3", + "mushhut/hut/hut4", + "mushhut/hut/hut5", + "mushhut/hut/hut6", + "mushhut/hut/hut7" + ] +} diff --git a/jigsaw-pools/mush_huts/huts/paths/paths.json b/jigsaw-pools/mush_huts/huts/paths/paths.json new file mode 100644 index 00000000..08f86513 --- /dev/null +++ b/jigsaw-pools/mush_huts/huts/paths/paths.json @@ -0,0 +1,8 @@ +{ + "pieces": [ + "mushhut/paths/path1", + "mushhut/paths/path2", + "mushhut/paths/path3", + "mushhut/paths/path4" + ] +} diff --git a/jigsaw-structures/mush-huts.json b/jigsaw-structures/mush-huts.json new file mode 100644 index 00000000..21219613 --- /dev/null +++ b/jigsaw-structures/mush-huts.json @@ -0,0 +1,7 @@ +{ + "pieces": [ + "mushhut/paths/path4" + ], + "maxDepth": 5, + "terminate": true +} \ No newline at end of file diff --git a/objects/mushhut/hut/hut1.iob b/objects/mushhut/hut/hut1.iob new file mode 100644 index 00000000..582dbccb Binary files /dev/null and b/objects/mushhut/hut/hut1.iob differ diff --git a/objects/mushhut/hut/hut2.iob b/objects/mushhut/hut/hut2.iob new file mode 100644 index 00000000..4cd236b2 Binary files /dev/null and b/objects/mushhut/hut/hut2.iob differ diff --git a/objects/mushhut/hut/hut3.iob b/objects/mushhut/hut/hut3.iob new file mode 100644 index 00000000..19547f1f Binary files /dev/null and b/objects/mushhut/hut/hut3.iob differ diff --git a/objects/mushhut/hut/hut4.iob b/objects/mushhut/hut/hut4.iob new file mode 100644 index 00000000..706e965b Binary files /dev/null and b/objects/mushhut/hut/hut4.iob differ diff --git a/objects/mushhut/hut/hut5.iob b/objects/mushhut/hut/hut5.iob new file mode 100644 index 00000000..c9036fce Binary files /dev/null and b/objects/mushhut/hut/hut5.iob differ diff --git a/objects/mushhut/hut/hut6.iob b/objects/mushhut/hut/hut6.iob new file mode 100644 index 00000000..c659281c Binary files /dev/null and b/objects/mushhut/hut/hut6.iob differ diff --git a/objects/mushhut/hut/hut7.iob b/objects/mushhut/hut/hut7.iob new file mode 100644 index 00000000..039c5194 Binary files /dev/null and b/objects/mushhut/hut/hut7.iob differ diff --git a/objects/mushhut/paths/path1.iob b/objects/mushhut/paths/path1.iob new file mode 100644 index 00000000..de5d8559 Binary files /dev/null and b/objects/mushhut/paths/path1.iob differ diff --git a/objects/mushhut/paths/path2.iob b/objects/mushhut/paths/path2.iob new file mode 100644 index 00000000..f9b054de Binary files /dev/null and b/objects/mushhut/paths/path2.iob differ diff --git a/objects/mushhut/paths/path3.iob b/objects/mushhut/paths/path3.iob new file mode 100644 index 00000000..5ca063ef Binary files /dev/null and b/objects/mushhut/paths/path3.iob differ diff --git a/objects/mushhut/paths/path4.iob b/objects/mushhut/paths/path4.iob new file mode 100644 index 00000000..7a1ed4b3 Binary files /dev/null and b/objects/mushhut/paths/path4.iob differ diff --git a/objects/shroom/SavanaRock1.iob b/objects/shroom/SavanaRock1.iob deleted file mode 100644 index 02b6e444..00000000 Binary files a/objects/shroom/SavanaRock1.iob and /dev/null differ diff --git a/regions/mushroom.json b/regions/mushroom.json index b04978f0..9e56b34b 100644 --- a/regions/mushroom.json +++ b/regions/mushroom.json @@ -83,6 +83,7 @@ "varience": 4 } ], + "objects": [ { "heightmap": {