9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 03:39:16 +00:00
This commit is contained in:
Daniel Mills
2020-08-22 11:27:18 -04:00
parent 5e646c93a6
commit ce543dd3e1
7 changed files with 30 additions and 25 deletions

View File

@@ -27,10 +27,10 @@
"structures": [
{
"tileset": "murky-stronghold",
"zoom": 1.14,
"zoom": 3.14,
"ratio": 0.59,
"height": 67,
"rarity": 44,
"rarity": 33,
"shuffle": 16
}
],

View File

@@ -253,10 +253,10 @@
"structures": [
{
"tileset": "murky-stronghold",
"zoom": 1.15,
"zoom": 3.15,
"ratio": 0.58,
"height": 53,
"rarity": 41,
"rarity": 36,
"shuffle": 11
}
],

View File

@@ -290,10 +290,10 @@
"structures": [
{
"tileset": "murky-stronghold",
"zoom": 1.15,
"zoom": 3.15,
"ratio": 0.58,
"height": 53,
"rarity": 41,
"rarity": 32,
"shuffle": 11
}
],

View File

@@ -70,10 +70,10 @@
"structures": [
{
"tileset": "murky-stronghold",
"zoom": 1.14,
"zoom": 3.14,
"ratio": 0.59,
"height": 58,
"rarity": 37,
"rarity": 31,
"shuffle": 16
}
],

View File

@@ -48,7 +48,7 @@
},
{
"zoom": 0.3,
"chance": 0.03,
"chance": 0.003,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"AIR",

View File

@@ -1,11 +1,12 @@
{
"name": "Global Tools",
"rarity": 21,
"rarity": 17,
"maxPicked": 1,
"loot": [
{
"type": "WOODEN_PICKAXE",
"maxAmount": 1,
"rarity": 2,
"rarity": 5,
"minDurability": 0.2,
"maxDurability": 0.8,
"slotTypes": "STORAGE"
@@ -37,7 +38,7 @@
{
"type": "ARROW",
"maxAmount": 21,
"rarity": 7,
"rarity": 8,
"slotTypes": "STORAGE"
},
{
@@ -75,7 +76,7 @@
{
"type": "WOODEN_SWORD",
"maxAmount": 1,
"rarity": 2,
"rarity": 5,
"minDurability": 0.2,
"maxDurability": 0.8,
"slotTypes": "STORAGE"
@@ -115,7 +116,7 @@
{
"type": "WOODEN_AXE",
"maxAmount": 1,
"rarity": 2,
"rarity": 5,
"minDurability": 0.2,
"maxDurability": 0.8,
"slotTypes": "STORAGE"
@@ -123,7 +124,7 @@
{
"type": "STONE_AXE",
"maxAmount": 1,
"rarity": 4,
"rarity": 5,
"minDurability": 0.4,
"maxDurability": 0.8,
"slotTypes": "STORAGE"
@@ -155,7 +156,7 @@
{
"type": "WOODEN_HOE",
"maxAmount": 1,
"rarity": 2,
"rarity": 5,
"minDurability": 0.2,
"maxDurability": 0.8,
"slotTypes": "STORAGE"
@@ -163,7 +164,7 @@
{
"type": "STONE_HOE",
"maxAmount": 1,
"rarity": 4,
"rarity": 5,
"minDurability": 0.4,
"maxDurability": 0.8,
"slotTypes": "STORAGE"
@@ -195,7 +196,7 @@
{
"type": "WOODEN_SHOVEL",
"maxAmount": 1,
"rarity": 2,
"rarity": 5,
"minDurability": 0.2,
"maxDurability": 0.8,
"slotTypes": "STORAGE"
@@ -203,7 +204,7 @@
{
"type": "STONE_SHOVEL",
"maxAmount": 1,
"rarity": 4,
"rarity": 5,
"minDurability": 0.4,
"maxDurability": 0.8,
"slotTypes": "STORAGE"

View File

@@ -5,6 +5,16 @@
"maxLayers": 1,
"mergeEdges": false,
"wallChance": 0.45,
"loot": {
"tables": [
"global-treasure",
"tropical-treasure",
"hot-treasure",
"cold-treasure",
"global-tools"
],
"multiplier": 3
},
"tiles": [
{
"ceiling": "REQUIRED",
@@ -197,11 +207,6 @@
"structure/murky-stronghold/c-ns-4"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
@@ -244,6 +249,5 @@
"structure/murky-stronghold/c-n-4"
]
}
]
}