mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-21 15:50:40 +00:00
bandaid-fix cartographer crash until Paper adds StructureLocateEvent
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
id: OVERWORLD_DEMO
|
||||
id: DEFAULT
|
||||
grids:
|
||||
- OCEAN_DEEP
|
||||
- OCEAN_DEEP
|
||||
@@ -49,8 +49,8 @@ grids:
|
||||
- MOUNTAIN
|
||||
- MOUNTAIN
|
||||
frequencies:
|
||||
grid-x: 3072
|
||||
grid-z: 2048
|
||||
grid-x: 5120
|
||||
grid-z: 6144
|
||||
zone: 4096
|
||||
blend:
|
||||
enable: true
|
||||
|
||||
@@ -1,16 +1,15 @@
|
||||
files:
|
||||
stronghold: 1
|
||||
id: "STRONGHOLD"
|
||||
jungle1: 1
|
||||
id: "JUNGLE"
|
||||
spawn:
|
||||
start:
|
||||
min: 16
|
||||
max: 64
|
||||
min: 72
|
||||
max: 72
|
||||
bound:
|
||||
min: 12
|
||||
max: 84
|
||||
width: 1000
|
||||
padding: 500
|
||||
min: 48
|
||||
max: 96
|
||||
width: 250
|
||||
padding: 50
|
||||
loot:
|
||||
1: wood_house
|
||||
2: cobble_house
|
||||
3: cobble_house
|
||||
0: arrows
|
||||
1: cobble_house
|
||||
@@ -8,7 +8,7 @@ spawn:
|
||||
bound:
|
||||
min: 48
|
||||
max: 96
|
||||
width: 100
|
||||
padding: 100
|
||||
width: 250
|
||||
padding: 500
|
||||
loot:
|
||||
1: arrows
|
||||
@@ -1,15 +1,16 @@
|
||||
files:
|
||||
jungle1: 1
|
||||
id: "JUNGLE"
|
||||
stronghold: 1
|
||||
id: "STRONGHOLD"
|
||||
spawn:
|
||||
start:
|
||||
min: 72
|
||||
max: 72
|
||||
min: 16
|
||||
max: 64
|
||||
bound:
|
||||
min: 48
|
||||
max: 96
|
||||
width: 250
|
||||
padding: 50
|
||||
min: 12
|
||||
max: 84
|
||||
width: 1000
|
||||
padding: 500
|
||||
loot:
|
||||
0: arrows
|
||||
1: cobble_house
|
||||
1: wood_house
|
||||
2: cobble_house
|
||||
3: cobble_house
|
||||
Reference in New Issue
Block a user