9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
This commit is contained in:
Daniel Mills
2020-09-10 00:23:44 -04:00
parent b62819ed20
commit 238983f164
6 changed files with 15 additions and 33 deletions

View File

@@ -18,15 +18,15 @@
}
],
"helmet": {
"type": "DAMAGED_ANVIL",
"type": "damaged_anvil",
"displayName": "&dCracked Mind"
},
"mainHand": {
"type": "BLAZE_ROD",
"type": "blaze_rod",
"displayName": "&dStrange Wand"
},
"offHand": {
"type": "BLAZE_ROD",
"type": "blaze_rod",
"displayName": "&dStrange Wand"
}
}

View File

@@ -6,7 +6,7 @@
"removable": true,
"mainHand": {
"displayName": "&7Shroud's Bow",
"type": "BOW",
"type": "bow",
"enchantments": [
{
"enchantment": "ARROW_DAMAGE",
@@ -21,7 +21,7 @@
]
},
"offHand": {
"type": "SOUL_LANTERN",
"type": "soul_lantern",
"displayName": "&7Shoud's Light"
},
"attributes": [
@@ -42,7 +42,7 @@
}
],
"helmet": {
"type": "LEATHER_HELMET",
"type": "leather_helmet",
"leatherColor": "#1f2063",
"displayName": "&7Shroud's Hood",
"enchantments": [
@@ -55,7 +55,7 @@
]
},
"chestplate": {
"type": "LEATHER_CHESTPLATE",
"type": "leather_chestplate",
"displayName": "&7Shroud's Robes",
"leatherColor": "#363457",
"enchantments": [
@@ -68,7 +68,7 @@
]
},
"leggings": {
"type": "LEATHER_LEGGINGS",
"type": "leather_leggings",
"displayName": "&7Shroud's Leggings",
"leatherColor": "#363042",
"enchantments": [
@@ -81,7 +81,7 @@
]
},
"boots": {
"type": "LEATHER_BOOTS",
"type": "leather_boots",
"leatherColor": "#2a2730",
"displayName": "&7Shroud's Boots",
"enchantments": [

View File

@@ -2,24 +2,6 @@
"riverBiomes": [
"frozen-river"
],
"blockDrops": [
{
"drops": [
{
"minAmount": 1,
"type": "ICE",
"maxAmount": 1,
"rarity": 7
}
],
"blocks": [
{
"block": "blue_stained_glass_pane"
}
],
"replaceVanillaDrops": true
}
],
"structures": [
{
"tileset": "soul-temple",

View File

@@ -4,16 +4,16 @@
"drops": [
{
"minAmount": 1,
"type": "ACACIA_PLANKS",
"type": "acacia_planks",
"maxAmount": 3
},
{
"type": "STRIPPED_ACACIA_LOG",
"type": "stripped_acacia_log",
"rarity": 12
},
{
"minAmount": 3,
"type": "STICK",
"type": "stick",
"maxAmount": 5,
"rarity": 7
}

View File

@@ -3,11 +3,11 @@
{
"drops": [
{
"type": "RED_MUSHROOM",
"type": "red_mushroom",
"rarity": 8
},
{
"type": "BROWN_MUSHROOM",
"type": "brown_mushroom",
"rarity": 8
}
],

View File

@@ -3,7 +3,7 @@
{
"drops": [
{
"type": "SLIME_BALL",
"type": "slime_ball",
"rarity": 24
}
],