Skip to content

Commit 1d709d5

Browse files
committed
fix: Update jigsaw features to account for updates to schema and structure
1 parent f0f0d53 commit 1d709d5

9 files changed

Lines changed: 15 additions & 10 deletions

File tree

jigsaws/basic_dungeon/behavior_packs/mike_basi/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Basic",
66
"uuid": "bf089d3e-4ff6-40a5-aca8-820abd267c62",
77
"version": [1, 0, 0],
8-
"min_engine_version": [1, 21, 40]
8+
"min_engine_version": [1, 21, 100]
99
},
1010
"modules": [
1111
{

jigsaws/basic_dungeon/behavior_packs/mike_basi/worldgen/processors/stone_brick_replacement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"format_version": "1.21.20",
2+
"format_version": "1.21.100",
33
"minecraft:processor_list": {
44
"description": {
55
"identifier": "mike:stone_brick_replacement"

jigsaws/basic_dungeon/behavior_packs/mike_basi/worldgen/structure_sets/basic_dungeon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"format_version": "1.21.20",
2+
"format_version": "1.21.100",
33
"minecraft:structure_set": {
44
"description": {
55
"identifier": "mike:basic_dungeon"

jigsaws/basic_dungeon/behavior_packs/mike_basi/worldgen/jigsaw_structures/basic_dungeon.json renamed to jigsaws/basic_dungeon/behavior_packs/mike_basi/worldgen/structures/basic_dungeon.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"format_version": "1.21.20",
2+
"format_version": "1.21.100",
33
"minecraft:jigsaw": {
44
"description": {
55
"identifier": "mike:basic_dungeon"
@@ -8,7 +8,12 @@
88
"terrain_adaptation": "none",
99
"start_pool": "mike:ns7x4",
1010
"max_depth": 12,
11-
"start_height": 0,
11+
"start_height": {
12+
"type": "constant",
13+
"value": {
14+
"absolute": 10
15+
}
16+
},
1217
"heightmap_projection": "world_surface"
1318
}
1419
}

jigsaws/basic_dungeon/behavior_packs/mike_basi/worldgen/template_pools/5x5int.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"format_version": "1.21.20",
2+
"format_version": "1.21.100",
33
"minecraft:template_pool": {
44
"description": {
55
"identifier": "mike:5x5int"

jigsaws/basic_dungeon/behavior_packs/mike_basi/worldgen/template_pools/ew7x4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"format_version": "1.21.20",
2+
"format_version": "1.21.100",
33
"minecraft:template_pool": {
44
"description": {
55
"identifier": "mike:ew7x4"

jigsaws/basic_dungeon/behavior_packs/mike_basi/worldgen/template_pools/ewcap.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"format_version": "1.21.20",
2+
"format_version": "1.21.100",
33
"minecraft:template_pool": {
44
"description": {
55
"identifier": "mike:ewcap"

jigsaws/basic_dungeon/behavior_packs/mike_basi/worldgen/template_pools/ns7x4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"format_version": "1.21.20",
2+
"format_version": "1.21.100",
33
"minecraft:template_pool": {
44
"description": {
55
"identifier": "mike:ns7x4"

jigsaws/basic_dungeon/behavior_packs/mike_basi/worldgen/template_pools/nscap.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"format_version": "1.21.20",
2+
"format_version": "1.21.100",
33
"minecraft:template_pool": {
44
"description": {
55
"identifier": "mike:nscap"

0 commit comments

Comments
 (0)