diff --git a/Dockerfile b/Dockerfile index 824131b90e..b51043d87f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN mkdir -p /skycrypt WORKDIR '/skycrypt' COPY . /skycrypt +ENV COREPACK_ENABLE_STRICT=0 RUN npm install -g pnpm RUN pnpm i diff --git a/README.md b/README.md index 49ce2e8573..b88c6f3f61 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The SkyCrypt Project, which is based on [LeaPhant's skyblock-stats](https://gith **Website**: https://sky.shiiyu.moe -[![CI](https://github.com/SkyCryptWebsite/SkyCrypt/actions/workflows/node.js.yml/badge.svg)](https://github.com/SkyCryptWebsite/SkyCrypt/actions/workflows/node.js.yml) +[![CI/CD](https://github.com/SkyCryptWebsite/SkyCrypt/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/SkyCryptWebsite/SkyCrypt/actions/workflows/ci-cd.yml)

Screenshot

diff --git a/common/constants/stats.js b/common/constants/stats.js index 86c0ad876b..c07f230ae6 100644 --- a/common/constants/stats.js +++ b/common/constants/stats.js @@ -358,6 +358,13 @@ export const STATS_DATA = { nameTiny: "SR", symbol: "Ⓢ", }, + cold_resistence: { + name: "Cold Resistence", + nameLore: "Cold Resistence", + nameShort: "Cold Resistence", + nameTiny: "CR", + symbol: "❄", + }, }; export const HIDDEN_STATS = [ diff --git a/public/resourcepacks/Hypixel_Plus/assets/minecraft/mcpatcher/cit/skyblock/accessories/general_medallion.png b/public/resourcepacks/Hypixel_Plus/assets/minecraft/mcpatcher/cit/skyblock/accessories/general_medallion.png index da7c38320e..bd5c4c0ec1 100644 Binary files a/public/resourcepacks/Hypixel_Plus/assets/minecraft/mcpatcher/cit/skyblock/accessories/general_medallion.png and b/public/resourcepacks/Hypixel_Plus/assets/minecraft/mcpatcher/cit/skyblock/accessories/general_medallion.png differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/crystal.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/crystal.properties index e0f18b06fa..cd432f7492 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/crystal.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/crystal.properties @@ -1,5 +1,5 @@ type=item items=minecraft:skull model=crystal.json -nbt.display.Name=iregex:.*crystal hollows crystals.* +nbt.ExtraAttributes.id=hotm_crystal weight=4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/heart_end_complete.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/heart_end_complete.properties index d700a8af29..cd2bce5f25 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/heart_end_complete.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/heart_end_complete.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=5 -nbt.display.Name=ipattern:*Tier 7* -nbt.display.Lore.*=ipattern:*you have unlocked this tier* +nbt.ExtraAttributes.id=hotm_level_10_8 weight=4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/heart_end_empty.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/heart_end_empty.properties index af50b1cdc8..07e16987d2 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/heart_end_empty.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/heart_end_empty.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=14 -nbt.display.Name=ipattern:*Tier 7* -nbt.display.Lore.*=ipattern:*requires tier 6* +nbt.ExtraAttributes.id=hotm_level_10_0 weight=4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_ii.properties index 6b08bae62b..a9fc309435 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_ii.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_ii.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=4 -nbt.display.Lore.*=iregex:.*progress: .*%.* -nbt.display.Name=ipattern:*Tier 7* +nbt.ExtraAttributes.id=hotm_level_10_1 weight=4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_iv.properties index 4316099a9b..7b7f0976aa 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_iv.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_iv.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=4 -nbt.display.Lore.*=iregex:.*progress: .*(1[5-9]|2[0-8]).*%.* -nbt.display.Name=ipattern:*Tier 7* +nbt.ExtraAttributes.id=hotm_level_10_2 weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_vi.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_vi.properties index c0509064e4..d61544a6fc 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_vi.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_vi.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane +nbt.ExtraAttributes.id=hotm_level_10_3 damage=4 -nbt.display.Lore.*=iregex:.*progress: .*(29|3[0-9]|4[0-2]).*%.* -nbt.display.Name=ipattern:*Tier 7* weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_viii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_viii.properties index 5fe83eecb8..539128ac11 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_viii.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_viii.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=4 -nbt.display.Lore.*=iregex:.*progress: .*(4[3-9]|5[0-6]).*%.* -nbt.display.Name=ipattern:*Tier 7* +nbt.ExtraAttributes.id=hotm_level_10_4 weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_x.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_x.properties index 20d6b6d495..6b3a34affa 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_x.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_x.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=4 -nbt.display.Lore.*=iregex:.*progress: .*(5[7-9]|6[0-9]|70).*%.* -nbt.display.Name=ipattern:*Tier 7* +nbt.ExtraAttributes.id=hotm_level_10_5 weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_xii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_xii.properties index 39345716d6..2e6d77b539 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_xii.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_xii.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=4 -nbt.display.Lore.*=iregex:.*progress: .*(7[1-9]|8[0-4]).*%.* -nbt.display.Name=ipattern:*Tier 7* +nbt.ExtraAttributes.id=hotm_level_10_6 weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_xiv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_xiv.properties index 5f2df6a5ae..08634e64c8 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_xiv.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/end/progress/heart_end_xiv.properties @@ -1,6 +1,4 @@ type=item items=minecraft:stained_glass_pane -damage=4 -nbt.display.Lore.*=iregex:.*progress: .*(8[5-9]|9[0-9]).*%.* -nbt.display.Name=ipattern:*Tier 7* +nbt.ExtraAttributes.id=hotm_level_10_7 weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/forge/casting.json b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/forge/casting.json deleted file mode 100644 index ea6f01c714..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/forge/casting.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "parent": "builtin/generated", - "textures": { - "layer0": "mcpatcher/cit/gui_icons/mountain_heart/forge/casting.png" - }, - "display": { - "thirdperson": { - "rotation": [ -90, 0, 0 ], - "translation": [ 0, 1, -3 ], - "scale": [ 0.55, 0.55, 0.55 ] - }, - "firstperson": { - "rotation": [ 0, -135, 25 ], - "translation": [ 0, 4, 2 ], - "scale": [ 1.7, 1.7, 1.7 ] - } - } -} diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/forge/casting.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/forge/casting.png deleted file mode 100644 index b35059b561..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/forge/casting.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/forge/casting.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/forge/casting.properties deleted file mode 100644 index f99e46470d..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/forge/casting.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:furnace -model=casting.json -nbt.display.Name=iregex:.*item casting.* -weight=4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/forge/refining.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/forge/refining.png deleted file mode 100644 index f3a7c76d01..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/forge/refining.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/forge/refining.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/forge/refining.properties deleted file mode 100644 index 4e0264ddc6..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/forge/refining.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:lava_bucket -texture=refining_alt.png -nbt.display.Name=iregex:.*refine ore.* -weight=4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/forge/refining_alt.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/forge/refining_alt.png deleted file mode 100644 index 5c0445f503..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/forge/refining_alt.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/heart_complete.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/heart_complete.properties index 010532217d..ad03dd7119 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/heart_complete.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/heart_complete.properties @@ -2,4 +2,4 @@ type=item items=minecraft:stained_glass_pane damage=5 weight=2 -nbt.display.Lore.*=ipattern:*you have unlocked this tier* \ No newline at end of file +nbt.ExtraAttributes.id=hotm_level_8 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/heart_incomplete.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/heart_incomplete.properties index 9fa860ffde..d1fc884854 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/heart_incomplete.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/heart_incomplete.properties @@ -1,5 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=14 -nbt.display.Lore.*=ipattern:*requires tier* -weight=3 \ No newline at end of file +weight=3 +nbt.ExtraAttributes.id=hotm_level_0 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_base.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_base.properties deleted file mode 100644 index 6dcc131c7f..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_base.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:emerald -nbt.display.Name=ipattern:*crystallized* -nbt.display.Lore.*=iregex:.*Level (1|2).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_i.properties deleted file mode 100644 index cd5b73c106..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_i.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=1 -nbt.display.Name=ipattern:*crystallized* -nbt.display.Lore.*=iregex:.*Level (3|4|5|6).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_ii.properties deleted file mode 100644 index defe9bb351..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_ii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=2 -nbt.display.Name=ipattern:*crystallized* -nbt.display.Lore.*=iregex:.*Level (7|8|9|10).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_iii.properties deleted file mode 100644 index 4a0f75bcbe..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_iii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=3 -nbt.display.Name=ipattern:*crystallized* -nbt.display.Lore.*=iregex:.*Level (11|12|13).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_iv.properties deleted file mode 100644 index 4249361f74..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_iv.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=4 -nbt.display.Name=ipattern:*crystallized* -nbt.display.Lore.*=iregex:.*Level (14|15|16|17).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_v.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_v.properties deleted file mode 100644 index cb66f0d1b2..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_v.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=5 -nbt.display.Name=ipattern:*crystallized* -nbt.display.Lore.*=iregex:.*Level (18|19|20|21).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_vi.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_vi.properties deleted file mode 100644 index 240af8a2e5..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_vi.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=6 -nbt.display.Name=ipattern:*crystallized* -nbt.display.Lore.*=iregex:.*Level (22|23|24|25).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_vii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_vii.properties deleted file mode 100644 index 4a23ee8ea8..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_vii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=7 -nbt.display.Name=ipattern:*crystallized* -nbt.display.Lore.*=iregex:.*Level (26|27|28|29|30).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_viii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_viii.properties deleted file mode 100644 index 118d6b1a5a..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_viii.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:diamond -weight=1 -nbt.display.Name=ipattern:*crystallized* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_base.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_base.png deleted file mode 100644 index 3cd15c7841..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_base.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_base.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_base.properties deleted file mode 100644 index e679044dc9..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_base.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:emerald -nbt.display.Name=ipattern:*daily powder* -nbt.display.Lore.*=iregex:.*Level (1|2).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_i.png deleted file mode 100644 index 84b0130dd8..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_i.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_i.properties deleted file mode 100644 index 5af5805110..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_i.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=1 -nbt.display.Name=ipattern:*daily powder* -nbt.display.Lore.*=iregex:.*Level (3|4|5|6|7|8|9|10|11|12|13|14|15).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_ii.png deleted file mode 100644 index 668294a477..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_ii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_ii.properties deleted file mode 100644 index 5d1353e157..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_ii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=2 -nbt.display.Name=ipattern:*daily powder* -nbt.display.Lore.*=iregex:.*Level (16|17|18|19|20|21|22|23|24|25|26|27|28|29).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_iii.png deleted file mode 100644 index afea147f04..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_iii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_iii.properties deleted file mode 100644 index 3f63599d93..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_iii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=3 -nbt.display.Name=ipattern:*daily powder* -nbt.display.Lore.*=iregex:.*Level (30|31|32|33|34|35|36|37|38|39|40).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_iv.png deleted file mode 100644 index e86fe866e0..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_iv.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_iv.properties deleted file mode 100644 index 6395bfad09..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_iv.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=4 -nbt.display.Name=ipattern:*daily powder* -nbt.display.Lore.*=iregex:.*Level (44|45|46|47|48|49|50|51|52|53|54|55|56|57).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_v.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_v.png deleted file mode 100644 index d93fb4ff6b..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_v.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_v.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_v.properties deleted file mode 100644 index 0189c19e17..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_v.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=5 -nbt.display.Name=ipattern:*daily powder* -nbt.display.Lore.*=iregex:.*Level (58|59|60|61|62|63|64|65|66|67|68|69|70|71).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_vi.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_vi.png deleted file mode 100644 index 31fcdb2a43..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_vi.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_vi.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_vi.properties deleted file mode 100644 index 46842baef6..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_vi.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=6 -nbt.display.Name=ipattern:*daily powder* -nbt.display.Lore.*=iregex:.*Level (72|73|74|75|76|77|78|79|80|81|82|83|84|85).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_vii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_vii.png deleted file mode 100644 index de291a6e6f..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_vii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_vii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_vii.properties deleted file mode 100644 index 8123e855b2..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_vii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=7 -nbt.display.Name=ipattern:*daily powder* -nbt.display.Lore.*=iregex:.*Level (86|87|88|89|90|91|92|93|94|95|96|97}98|99|100).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_viii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_viii.png deleted file mode 100644 index 3797896d03..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_viii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_viii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_viii.properties deleted file mode 100644 index 7c08af5b8f..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/daily_powder/dp_progress_viii.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:diamond -weight=1 -nbt.display.Name=ipattern:*daily powder* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_base.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_base.properties deleted file mode 100644 index 55b7853e68..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_base.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -nbt.display.Name=ipattern:*efficient miner* -weight=1 -nbt.display.Lore.*=iregex:.*Level (1|2).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_progress_i.properties deleted file mode 100644 index 37750511ed..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_progress_i.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=2 -nbt.display.Name=ipattern:*efficient miner* -nbt.display.Lore.*=iregex:.*Level (3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_progress_ii.properties deleted file mode 100644 index 11b0a5d6c1..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_progress_ii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=3 -nbt.display.Name=ipattern:*efficient miner* -nbt.display.Lore.*=iregex:.*Level (34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50|51|52|53|54|55|56|57|58|59|60|61|62|63|64|65|66).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_progress_iii.properties deleted file mode 100644 index 8562ecbbbd..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_progress_iii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=4 -nbt.display.Name=ipattern:*efficient miner* -nbt.display.Lore.*=iregex:.*Level (67|68|69|70|71|72|73|74|75|76|77|78|79|80|81|82|83|84|85|86|87|88|89|90|91|92|93|94|95|96|97|98|99).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_progress_iv.properties deleted file mode 100644 index 4e4f16a03f..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_progress_iv.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:diamond -weight=1 -nbt.display.Name=ipattern:*efficient miner* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/cross_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/cross_locked.png deleted file mode 100644 index 1933d6cb02..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/cross_locked.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/cross_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/cross_locked.properties deleted file mode 100644 index 9e527861b6..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/cross_locked.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:coal -nbt.display.Name=iregex:.*(mining madness|front loaded|mining fortune|lonesome miner|great explorer|efficient miner|mole).* -nbt.display.Lore.*=ipattern:*1 token of the mountain* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/mid_up_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/mid_up_locked.png deleted file mode 100644 index 93e6150469..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/mid_up_locked.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/mid_up_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/mid_up_locked.properties deleted file mode 100644 index 24f91de461..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/mid_up_locked.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:coal -nbt.display.Name=iregex:.*(goblin killer|star powder).* -nbt.display.Lore.*=ipattern:*1 token of the mountain* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/potm_locked.json b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/potm_locked.json deleted file mode 100644 index a948c84eef..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/potm_locked.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "parent": "builtin/generated", - "textures": { - "layer0": "mcpatcher/cit/gui_icons/mountain_heart/perks/empty/potm_locked.png" - }, - "display": { - "thirdperson": { - "rotation": [ -90, 0, 0 ], - "translation": [ 0, 1, -3 ], - "scale": [ 0.55, 0.55, 0.55 ] - }, - "firstperson": { - "rotation": [ 0, -135, 25 ], - "translation": [ 0, 4, 2 ], - "scale": [ 1.7, 1.7, 1.7 ] - } - } -} diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/potm_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/potm_locked.properties deleted file mode 100644 index 42b03a73c2..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/potm_locked.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:bedrock -model=potm_locked.json -nbt.display.Name=iregex:.*(peak of the mountain).* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/side_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/side_locked.png deleted file mode 100644 index e77a6937e4..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/side_locked.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/side_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/side_locked.properties deleted file mode 100644 index ae0b21b7a4..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/side_locked.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:coal -nbt.display.Name=iregex:.*(seasoned mineman|orbiter|titanium insanium|quick forge|professional|fortunate).* -nbt.display.Lore.*=ipattern:*1 token of the mountain* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/tip_left_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/tip_left_locked.png deleted file mode 100644 index bb00bc846c..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/tip_left_locked.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/tip_left_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/tip_left_locked.properties deleted file mode 100644 index b34419db61..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/tip_left_locked.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:coal -nbt.display.Name=iregex:.*(sky mall).* -nbt.display.Lore.*=ipattern:*1 token of the mountain* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/tip_right_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/tip_right_locked.png deleted file mode 100644 index 955ce33486..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/tip_right_locked.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/tip_right_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/tip_right_locked.properties deleted file mode 100644 index 1e58e02fc0..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/tip_right_locked.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:coal -nbt.display.Name=iregex:.*(precision mining).* -nbt.display.Lore.*=ipattern:*1 token of the mountain* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/tip_up_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/tip_up_locked.png deleted file mode 100644 index 1d27ea0a2c..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/tip_up_locked.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/tip_up_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/tip_up_locked.properties deleted file mode 100644 index 7b57a9bbd6..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/tip_up_locked.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:coal -nbt.display.Name=iregex:.*(mining fortune ii|mining speed ii|powder buff).* -nbt.display.Lore.*=ipattern:*1 token of the mountain* -weight=4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/up_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/up_locked.properties deleted file mode 100644 index fcfc34f521..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/up_locked.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:coal -nbt.display.Name=iregex:.*(luck of the cave|crystallized|mining speed|daily powder).* -nbt.display.Lore.*=ipattern:*1 token of the mountain* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_base.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_base.properties deleted file mode 100644 index 7c87093bb2..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_base.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -nbt.display.Name=ipattern:*fortunate* -weight=1 -nbt.display.Lore.*=regex:.*Level (1|2).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_i.png deleted file mode 100644 index 05f52ed6d5..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_i.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_i.properties deleted file mode 100644 index 1fc7d0e8f0..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_i.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=2 -nbt.display.Name=ipattern:*fortunate* -nbt.display.Lore.*=iregex:.*Level (3|4).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_ii.png deleted file mode 100644 index 3bafa5c44f..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_ii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_ii.properties deleted file mode 100644 index f61fd8e314..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_ii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=3 -nbt.display.Name=ipattern:*fortunate* -nbt.display.Lore.*=iregex:.*Level (5|6|7).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_iii.png deleted file mode 100644 index b909966573..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_iii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_iii.properties deleted file mode 100644 index 48ca8b5bcb..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_iii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=4 -nbt.display.Name=ipattern:*fortunate* -nbt.display.Lore.*=iregex:.*Level (8|9).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_iv.png deleted file mode 100644 index aa8a67092b..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_iv.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_iv.properties deleted file mode 100644 index cbdc22b116..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_iv.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=5 -nbt.display.Name=ipattern:*fortunate* -nbt.display.Lore.*=iregex:.*Level (10|11|12).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_v.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_v.png deleted file mode 100644 index 77b020869e..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_v.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_v.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_v.properties deleted file mode 100644 index e96ead2bd3..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_v.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=6 -nbt.display.Name=ipattern:*fortunate* -nbt.display.Lore.*=iregex:.*Level (13|14).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_vi.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_vi.png deleted file mode 100644 index a2e4be52a1..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_vi.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_vi.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_vi.properties deleted file mode 100644 index 313a6d23ee..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_vi.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=7 -nbt.display.Name=ipattern:*fortunate* -nbt.display.Lore.*=iregex:.*Level (15|16|17).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_vii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_vii.png deleted file mode 100644 index 84b72ef087..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_vii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_vii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_vii.properties deleted file mode 100644 index f0ab051fb4..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_vii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=8 -nbt.display.Name=ipattern:*fortunate* -nbt.display.Lore.*=iregex:.*Level (18|19|20).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_viii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_viii.properties deleted file mode 100644 index 12e904dc2c..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_viii.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:diamond -weight=1 -nbt.display.Name=ipattern:*fortunate* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_base.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_base.png deleted file mode 100644 index ee7bd90d8f..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_base.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_base.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_base.properties deleted file mode 100644 index eefc670d23..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_base.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -nbt.display.Name=ipattern:*great explorer* -weight=1 -nbt.display.Lore.*=iregex:.*Level (1|2).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_i.png deleted file mode 100644 index 5a0b6da208..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_i.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_i.properties deleted file mode 100644 index 956f039867..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_i.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=2 -nbt.display.Name=ipattern:*great explorer* -nbt.display.Lore.*=iregex:.*Level (3|4|5|6|7|8).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_ii.png deleted file mode 100644 index ac1c6a435d..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_ii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_ii.properties deleted file mode 100644 index 5433f0e9fd..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_ii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=3 -nbt.display.Name=ipattern:*great explorer* -nbt.display.Lore.*=iregex:.*Level (9|10|11|12|13|14).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_iii.png deleted file mode 100644 index 74dfcf1e6a..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_iii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_iii.properties deleted file mode 100644 index 34297942bf..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_iii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=4 -nbt.display.Name=ipattern:*great explorer* -nbt.display.Lore.*=iregex:.*Level (15|16|17|18|19).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_iv.png deleted file mode 100644 index 12ec54e260..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_iv.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_iv.properties deleted file mode 100644 index 1a6f34235a..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/great_explorer/ge_progress_iv.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:diamond -weight=1 -nbt.display.Name=ipattern:*great explorer* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/hotm.json b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/hotm.json deleted file mode 100644 index 9052099b77..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/hotm.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "parent": "builtin/generated", - "textures": { - "layer0": "mcpatcher/cit/gui_icons/mountain_heart/perks/hotm.png" - }, - "display": { - "thirdperson": { - "rotation": [ -90, 0, 0 ], - "translation": [ 0, 1, -3 ], - "scale": [ 0.55, 0.55, 0.55 ] - }, - "firstperson": { - "rotation": [ 0, -135, 25 ], - "translation": [ 0, 4, 2 ], - "scale": [ 1.7, 1.7, 1.7 ] - } - } -} diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/hotm.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/hotm.png deleted file mode 100644 index ffe4d3291c..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/hotm.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/hotm.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/hotm.properties deleted file mode 100644 index 359150125a..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/hotm.properties +++ /dev/null @@ -1,6 +0,0 @@ -type=item -items=minecraft:skull -model=hotm.json -nbt.display.Name=iregex:.*(heart of the mountain).* -nbt.display.Lore.*=ipattern:*token of the mountain:* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_base.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_base.png deleted file mode 100644 index ee7bd90d8f..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_base.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_base.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_base.properties deleted file mode 100644 index d593a4ee9a..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_base.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -nbt.display.Name=ipattern:*lonesome miner* -weight=1 -nbt.display.Lore.*=iregex:.*Level (1|2).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_i.png deleted file mode 100644 index 5a0b6da208..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_i.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_i.properties deleted file mode 100644 index 4a8bad3be5..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_i.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=2 -nbt.display.Name=ipattern:*lonesome miner* -nbt.display.Lore.*=iregex:.*Level (3|4|5|6|7|8|9|10|11|12|13|14|15).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_ii.png deleted file mode 100644 index ac1c6a435d..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_ii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_ii.properties deleted file mode 100644 index b8815bed4f..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_ii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=3 -nbt.display.Name=ipattern:*lonesome miner* -nbt.display.Lore.*=iregex:.*Level (16|18|19|20|21|22|23|24|25|26|27|28|29).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_iii.png deleted file mode 100644 index 74dfcf1e6a..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_iii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_iii.properties deleted file mode 100644 index a221b06ef0..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_iii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=4 -nbt.display.Name=ipattern:*lonesome miner* -nbt.display.Lore.*=iregex:.*Level (30|31|32|33|34|35|36|37|38|39|40|41|42|43|44).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_iv.png deleted file mode 100644 index 12ec54e260..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_iv.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_iv.properties deleted file mode 100644 index b88e938f55..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/lonesome_miner/lm_progress_iv.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:diamond -weight=1 -nbt.display.Name=ipattern:*lonesome miner* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_base.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_base.png deleted file mode 100644 index 3cd15c7841..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_base.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_base.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_base.properties deleted file mode 100644 index a40273c444..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_base.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:emerald -nbt.display.Name=ipattern:*luck of the cave* -nbt.display.Lore.*=iregex:.*Level (1|2).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_i.png deleted file mode 100644 index 84b0130dd8..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_i.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_i.properties deleted file mode 100644 index a679a71295..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_i.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=1 -nbt.display.Name=ipattern:*luck of the cave* -nbt.display.Lore.*=iregex:.*Level (3|4|5|6|7|8).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_ii.png deleted file mode 100644 index 668294a477..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_ii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_ii.properties deleted file mode 100644 index 16beb4e44c..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_ii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=2 -nbt.display.Name=ipattern:*luck of the cave* -nbt.display.Lore.*=iregex:.*Level (8|9|10|11|12|13).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_iii.png deleted file mode 100644 index afea147f04..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_iii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_iii.properties deleted file mode 100644 index 0c638159ed..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_iii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=3 -nbt.display.Name=ipattern:*luck of the cave* -nbt.display.Lore.*=iregex:.*Level (14|15|16|17|18|19).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_iv.png deleted file mode 100644 index e86fe866e0..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_iv.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_iv.properties deleted file mode 100644 index 7d14079e06..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_iv.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=4 -nbt.display.Name=ipattern:*luck of the cave* -nbt.display.Lore.*=iregex:.*Level (20|21|22|23|24|25).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_v.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_v.png deleted file mode 100644 index d93fb4ff6b..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_v.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_v.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_v.properties deleted file mode 100644 index 726dbbce2b..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_v.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=5 -nbt.display.Name=ipattern:*luck of the cave* -nbt.display.Lore.*=iregex:.*Level (26|27|28|29|30|31).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_vi.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_vi.png deleted file mode 100644 index 31fcdb2a43..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_vi.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_vi.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_vi.properties deleted file mode 100644 index a957132de8..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_vi.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=6 -nbt.display.Name=ipattern:*luck of the cave* -nbt.display.Lore.*=iregex:.*Level (32|33|34|35|36|37).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_vii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_vii.png deleted file mode 100644 index de291a6e6f..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_vii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_vii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_vii.properties deleted file mode 100644 index 51150b6b5f..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_vii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=7 -nbt.display.Name=ipattern:*luck of the cave* -nbt.display.Lore.*=iregex:.*Level (38|39|40|41|42|43|44|45).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_viii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_viii.png deleted file mode 100644 index 3797896d03..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_viii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_viii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_viii.properties deleted file mode 100644 index 3b11d36d4b..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/luck_of_cave/lc_progress_viii.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:diamond -weight=1 -nbt.display.Name=ipattern:*luck of the cave* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/ability.json b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/ability.json deleted file mode 100644 index d2980c88d7..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/ability.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "parent": "builtin/generated", - "textures": { - "layer0": "mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner.png" - }, - "display": { - "thirdperson": { - "rotation": [ -90, 0, 0 ], - "translation": [ 0, 1, -3 ], - "scale": [ 0.55, 0.55, 0.55 ] - }, - "firstperson": { - "rotation": [ 0, -135, 25 ], - "translation": [ 0, 4, 2 ], - "scale": [ 1.7, 1.7, 1.7 ] - } - } -} diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner.png deleted file mode 100644 index 6eaec61116..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner.properties deleted file mode 100644 index 78f02666ac..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald_block -model=ability.json -nbt.display.Name=iregex:.*(maniac miner).* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_ii.png deleted file mode 100644 index ccfdffcabd..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_ii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_ii.properties deleted file mode 100644 index 6baa76ab45..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_ii.properties +++ /dev/null @@ -1,7 +0,0 @@ -type=item -items=minecraft:emerald_block -model=ability.json -texture=maniac_miner_ii.png -nbt.display.Name=iregex:.*(maniac miner).* -nbt.display.Lore=iregex:.*59s.* -weight=4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_ii_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_ii_locked.png deleted file mode 100644 index 6a03dedc1c..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_ii_locked.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_ii_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_ii_locked.properties deleted file mode 100644 index d46efd6638..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_ii_locked.properties +++ /dev/null @@ -1,8 +0,0 @@ -type=item -items=minecraft:coal_block -model=ability.json -texture=maniac_miner_ii_locked.png -nbt.display.Name=iregex:.*(maniac miner).* -nbt.display.Lore.*=ipattern:*1 token of the mountain* -nbt.display.Lore=iregex:.*59s.* -weight=4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_iii.png deleted file mode 100644 index b5587e46f3..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_iii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_iii.properties deleted file mode 100644 index 74b3616d89..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_iii.properties +++ /dev/null @@ -1,7 +0,0 @@ -type=item -items=minecraft:emerald_block -model=ability.json -texture=maniac_miner_iii.png -nbt.display.Name=iregex:.*(maniac miner).* -nbt.display.Lore=iregex:.*58s.* -weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_iii_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_iii_locked.png deleted file mode 100644 index 3e49e0f375..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_iii_locked.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_iii_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_iii_locked.properties deleted file mode 100644 index 6b1e440bc7..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_iii_locked.properties +++ /dev/null @@ -1,8 +0,0 @@ -type=item -items=minecraft:coal_block -model=ability.json -texture=mining_madness_iii_locked.png -nbt.display.Name=iregex:.*(maniac miner).* -nbt.display.Lore.*=ipattern:*1 token of the mountain* -nbt.display.Lore=iregex:.*58s.* -weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_iv.png deleted file mode 100644 index 066e8530bf..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_iv.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_iv.properties deleted file mode 100644 index 06f8744d0e..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_iv.properties +++ /dev/null @@ -1,7 +0,0 @@ -type=item -items=minecraft:emerald_block -model=ability.json -texture=maniac_miner_iv.png -nbt.display.Name=iregex:.*(maniac miner).* -nbt.display.Lore=iregex:.*57s.* -weight=6 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_locked.png deleted file mode 100644 index 4504ce7a61..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_locked.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_locked.properties deleted file mode 100644 index a546f0b36f..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/maniac_miner/maniac_miner_locked.properties +++ /dev/null @@ -1,7 +0,0 @@ -type=item -items=minecraft:coal_block -model=ability.json -texture=maniac_miner_locked.png -nbt.display.Name=iregex:.*(maniac miner).* -nbt.display.Lore.*=ipattern:*1 token of the mountain* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_base.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_base.png deleted file mode 100644 index ee7bd90d8f..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_base.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_base.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_base.properties deleted file mode 100644 index bde085b9cd..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_base.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -nbt.display.Name=ipattern:*mining fortune* -weight=1 -nbt.display.Lore.*=iregex:.*Level (1|2).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_i.png deleted file mode 100644 index 5a0b6da208..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_i.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_i.properties deleted file mode 100644 index 20c5e548b1..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_i.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=2 -nbt.display.Name=ipattern:*mining fortune* -nbt.display.Lore.*=iregex:.*Level (3|4|5|6|7|8|9|10|11|12|13|14|15|16|17).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_ii.png deleted file mode 100644 index ac1c6a435d..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_ii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_ii.properties deleted file mode 100644 index 87e2fef3f6..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_ii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=3 -nbt.display.Name=ipattern:*mining fortune* -nbt.display.Lore.*=iregex:.*Level (18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_iii.png deleted file mode 100644 index 74dfcf1e6a..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_iii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_iii.properties deleted file mode 100644 index 138217776c..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_iii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=4 -nbt.display.Name=ipattern:*mining speed* -nbt.display.Lore.*=iregex:.*Level (34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_iv.png deleted file mode 100644 index 12ec54e260..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_iv.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_iv.properties deleted file mode 100644 index 91f2884cc9..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune/mf_progress_iv.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:diamond -weight=1 -nbt.display.Name=ipattern:*mining fortune* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_base.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_base.png deleted file mode 100644 index f502390806..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_base.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_base.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_base.properties deleted file mode 100644 index d38920b56f..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_base.properties +++ /dev/null @@ -1,6 +0,0 @@ -type=item -items=minecraft:emerald -nbt.display.Name=ipattern:*mining fortune ii* -weight=1 -nbt.display.Lore.*=iregex:.*Level (1|2).* -weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_i.png deleted file mode 100644 index d10f0f2f1f..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_i.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_i.properties deleted file mode 100644 index 7edc9631a6..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_i.properties +++ /dev/null @@ -1,6 +0,0 @@ -type=item -items=minecraft:emerald -weight=2 -nbt.display.Name=ipattern:*mining fortune ii* -nbt.display.Lore.*=iregex:.*Level (3|4|5|6|7|8|9|10|11|12|13|14|15|16|17).* -weight=6 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_ii.png deleted file mode 100644 index 5fd733ceab..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_ii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_ii.properties deleted file mode 100644 index 8035694068..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_ii.properties +++ /dev/null @@ -1,6 +0,0 @@ -type=item -items=minecraft:emerald -weight=3 -nbt.display.Name=ipattern:*mining fortune ii* -nbt.display.Lore.*=iregex:.*Level (18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33).* -weight=7 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_iii.png deleted file mode 100644 index eb966f1d59..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_iii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_iii.properties deleted file mode 100644 index 67ca97382d..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_iii.properties +++ /dev/null @@ -1,6 +0,0 @@ -type=item -items=minecraft:emerald -weight=4 -nbt.display.Name=ipattern:*mining fortune ii* -nbt.display.Lore.*=iregex:.*Level (34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50).* -weight=8 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_iv.png deleted file mode 100644 index ada0e2c98b..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_iv.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_iv.properties deleted file mode 100644 index 25a3c82afe..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_fortune_ii/mfii_progress_iv.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:diamond -weight=1 -nbt.display.Name=ipattern:*mining fortune ii* -weight=6 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_base.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_base.png deleted file mode 100644 index 3cd15c7841..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_base.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_base.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_base.properties deleted file mode 100644 index 95e33ce6f1..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_base.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -nbt.display.Name=ipattern:*mining speed* -weight=1 -nbt.display.Lore.*=iregex:.*Level (1|2).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_i.png deleted file mode 100644 index 84b0130dd8..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_i.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_i.properties deleted file mode 100644 index 67fea8e74a..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_i.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=2 -nbt.display.Name=ipattern:*mining speed* -nbt.display.Lore.*=iregex:.*Level (3|4|5|6).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_ii.png deleted file mode 100644 index 668294a477..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_ii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_ii.properties deleted file mode 100644 index b39e4989da..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_ii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=2 -nbt.display.Name=ipattern:*mining speed* -nbt.display.Lore.*=iregex:.*Level (7|8|9|10|11|12).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_iii.png deleted file mode 100644 index afea147f04..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_iii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_iii.properties deleted file mode 100644 index a351193c91..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_iii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=3 -nbt.display.Name=ipattern:*mining speed* -nbt.display.Lore.*=iregex:.*Level (13|14|15|16|17|18|19).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_iv.png deleted file mode 100644 index e86fe866e0..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_iv.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_iv.properties deleted file mode 100644 index 7ba1ead929..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_iv.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=4 -nbt.display.Name=ipattern:*mining speed* -nbt.display.Lore.*=iregex:.*Level (20|21|22|23|24|25|26|27).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_v.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_v.png deleted file mode 100644 index d93fb4ff6b..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_v.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_v.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_v.properties deleted file mode 100644 index ae7360ce47..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_v.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=5 -nbt.display.Name=ipattern:*mining speed* -nbt.display.Lore.*=iregex:.*Level (28|29|30|31|32|33|34).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_vi.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_vi.png deleted file mode 100644 index 31fcdb2a43..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_vi.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_vi.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_vi.properties deleted file mode 100644 index 924d4bbe20..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_vi.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=6 -nbt.display.Name=ipattern:*mining speed* -nbt.display.Lore.*=iregex:.*Level (35|36|37|38|39|40|41).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_vii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_vii.png deleted file mode 100644 index de291a6e6f..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_vii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_vii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_vii.properties deleted file mode 100644 index 4b83fe6162..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_vii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=7 -nbt.display.Name=ipattern:*mining speed* -nbt.display.Lore.*=iregex:.*Level (42|43|44|45|46|47|48|49|50).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_viii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_viii.png deleted file mode 100644 index 3797896d03..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_viii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_viii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_viii.properties deleted file mode 100644 index 306bfec260..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed/ms_progress_viii.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:diamond -weight=1 -nbt.display.Name=ipattern:*mining speed* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/ability.json b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/ability.json deleted file mode 100644 index 8bb2f8e917..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/ability.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "parent": "builtin/generated", - "textures": { - "layer0": "mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost.png" - }, - "display": { - "thirdperson": { - "rotation": [ -90, 0, 0 ], - "translation": [ 0, 1, -3 ], - "scale": [ 0.55, 0.55, 0.55 ] - }, - "firstperson": { - "rotation": [ 0, -135, 25 ], - "translation": [ 0, 4, 2 ], - "scale": [ 1.7, 1.7, 1.7 ] - } - } -} diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost.png deleted file mode 100644 index 29949a3066..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost.properties deleted file mode 100644 index efd359f592..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald_block -model=ability.json -nbt.display.Name=iregex:.*(mining speed boost).* -weight=4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_ii.properties deleted file mode 100644 index 437a8d649d..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_ii.properties +++ /dev/null @@ -1,7 +0,0 @@ -type=item -items=minecraft:emerald_block -model=ability.json -texture=mining_speed_boost_ii.png -nbt.display.Name=iregex:.*(mining speed boost).* -nbt.display.Lore=iregex:.*300.* -weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_ii_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_ii_locked.properties deleted file mode 100644 index 5679c1c28a..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_ii_locked.properties +++ /dev/null @@ -1,8 +0,0 @@ -type=item -items=minecraft:coal_block -model=ability.json -texture=mining_speed_boost_ii_locked.png -nbt.display.Name=iregex:.*(mining speed boost).* -nbt.display.Lore.*=ipattern:*1 token of the mountain* -nbt.display.Lore=iregex:.*300.* -weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_iii.png deleted file mode 100644 index 44c3a1d7db..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_iii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_iii.properties deleted file mode 100644 index c1f19eb0b1..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_iii.properties +++ /dev/null @@ -1,7 +0,0 @@ -type=item -items=minecraft:emerald_block -model=ability.json -texture=mining_speed_boost_iii.png -nbt.display.Name=iregex:.*(mining speed boost).* -nbt.display.Lore=iregex:.*400.* -weight=6 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_iii_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_iii_locked.png deleted file mode 100644 index 5d24d4c085..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_iii_locked.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_iii_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_iii_locked.properties deleted file mode 100644 index 877c67af71..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_iii_locked.properties +++ /dev/null @@ -1,8 +0,0 @@ -type=item -items=minecraft:coal_block -model=ability.json -texture=mining_speed_boost_iii_locked.png -nbt.display.Name=iregex:.*(mining speed boost).* -nbt.display.Lore.*=ipattern:*1 token of the mountain* -nbt.display.Lore=iregex:.*400.* -weight=6 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_iv.png deleted file mode 100644 index 1660ac69ee..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_iv.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_iv.properties deleted file mode 100644 index b38acd0a0b..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_iv.properties +++ /dev/null @@ -1,7 +0,0 @@ -type=item -items=minecraft:emerald_block -model=ability.json -texture=mining_speed_boost_iv.png -nbt.display.Name=iregex:.*(mining speed boost).* -nbt.display.Lore=iregex:.*500.* -weight=7 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_locked.png deleted file mode 100644 index 3442044c35..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_locked.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_locked.properties deleted file mode 100644 index fde3c5db7b..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_locked.properties +++ /dev/null @@ -1,7 +0,0 @@ -type=item -items=minecraft:coal_block -model=ability.json -texture=mining_speed_boost_locked -nbt.display.Name=iregex:.*(mining speed boost).* -nbt.display.Lore.*=ipattern:*1 token of the mountain* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_base.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_base.png deleted file mode 100644 index f502390806..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_base.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_base.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_base.properties deleted file mode 100644 index d624c94ef0..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_base.properties +++ /dev/null @@ -1,6 +0,0 @@ -type=item -items=minecraft:emerald -nbt.display.Name=ipattern:*mining speed ii* -weight=1 -nbt.display.Lore.*=iregex:.*Level (1|2).* -weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_i.png deleted file mode 100644 index d10f0f2f1f..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_i.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_i.properties deleted file mode 100644 index e023476318..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_i.properties +++ /dev/null @@ -1,6 +0,0 @@ -type=item -items=minecraft:emerald -weight=2 -nbt.display.Name=ipattern:*mining speed ii* -nbt.display.Lore.*=iregex:.*Level (3|4|5|6|7|8|9|10|11|12|13|14|15|16|17).* -weight=6 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_ii.png deleted file mode 100644 index 5fd733ceab..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_ii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_ii.properties deleted file mode 100644 index 9cce24270f..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_ii.properties +++ /dev/null @@ -1,6 +0,0 @@ -type=item -items=minecraft:emerald -weight=3 -nbt.display.Name=ipattern:*mining speed ii* -nbt.display.Lore.*=iregex:.*Level (18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33).* -weight=7 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_iii.png deleted file mode 100644 index eb966f1d59..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_iii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_iii.properties deleted file mode 100644 index 0841aa961a..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_iii.properties +++ /dev/null @@ -1,6 +0,0 @@ -type=item -items=minecraft:emerald -weight=4 -nbt.display.Name=ipattern:*mining speed ii* -nbt.display.Lore.*=iregex:.*Level (34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50).* -weight=8 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_iv.png deleted file mode 100644 index ada0e2c98b..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_iv.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_iv.properties deleted file mode 100644 index 2ec0f76aca..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_ii/msii_progress_iv.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:diamond -weight=1 -nbt.display.Name=ipattern:*mining speed ii* -weight=6 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_base.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_base.png deleted file mode 100644 index ee7bd90d8f..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_base.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_base.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_base.properties deleted file mode 100644 index 339e65db77..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_base.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -nbt.display.Name=ipattern:*mole* -weight=1 -nbt.display.Lore.*=iregex:.*Level (1|2).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_i.png deleted file mode 100644 index 5a0b6da208..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_i.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_i.properties deleted file mode 100644 index a162d4c5fc..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_i.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=2 -nbt.display.Name=ipattern:*mole* -nbt.display.Lore.*=iregex:.*Level (3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50|51|52|53|54|55|56|57|58|59|60|61|62|63).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_ii.png deleted file mode 100644 index ac1c6a435d..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_ii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_ii.properties deleted file mode 100644 index 3f26ee4e41..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_ii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=3 -nbt.display.Name=ipattern:*mole* -nbt.display.Lore.*=iregex:.*Level (64|65|66|67|68|69|70|71|72|73|74|75|76|77|78|79|80|81|82|83|84|85|86|87|88|89|90|91|92|93|94|95|96|97|98|99|100|101|102|103|104|105|106|107|108|109|110|111|112|113|114|115|116|117|118|119|120|121|122|123|124|125).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_iii.png deleted file mode 100644 index 74dfcf1e6a..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_iii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_iii.properties deleted file mode 100644 index a709404ad3..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_iii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=4 -nbt.display.Name=ipattern:*efficient miner* -nbt.display.Lore.*=iregex:.*Level (126|127|128|129|130|131|131|133|134|135|136|137|138|139|140|141|142|143|144|145|146|147|148|149|150|151|152|153|154|155|156|157|158|159|160|161|162|163|164|165|166|167|168|169|170|171|172|173|174|175|176|177|178|179).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_iv.png deleted file mode 100644 index 12ec54e260..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_iv.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_iv.properties deleted file mode 100644 index b14b1aa70a..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mole/m_progress_iv.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:diamond -weight=1 -nbt.display.Name=ipattern:*mole* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_base.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_base.png deleted file mode 100644 index 41e08b40a4..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_base.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_base.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_base.properties deleted file mode 100644 index a9383b6955..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_base.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -nbt.display.Name=ipattern:*orbiter* -weight=1 -nbt.display.Lore.*=regex:.*Level (1|2).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_i.png deleted file mode 100644 index 05f52ed6d5..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_i.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_i.properties deleted file mode 100644 index 030df5148d..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_i.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=2 -nbt.display.Name=ipattern:*orbiter* -nbt.display.Lore.*=iregex:.*Level (3|4|5|6|7).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_ii.png deleted file mode 100644 index 3bafa5c44f..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_ii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_ii.properties deleted file mode 100644 index a2cef5a808..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_ii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=3 -nbt.display.Name=ipattern:*orbiter* -nbt.display.Lore.*=iregex:.*Level (8|9|10|11|12).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_iii.png deleted file mode 100644 index b909966573..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_iii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_iii.properties deleted file mode 100644 index 3964fea212..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_iii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=4 -nbt.display.Name=ipattern:*orbiter* -nbt.display.Lore.*=iregex:.*Level (13|14|15|16|17|18|19).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_iv.png deleted file mode 100644 index aa8a67092b..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_iv.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_iv.properties deleted file mode 100644 index 3bbd4bac70..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_iv.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=5 -nbt.display.Name=ipattern:*orbiter* -nbt.display.Lore.*=iregex:.*Level (20|21|22|23|24|25|26|27).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_v.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_v.png deleted file mode 100644 index 77b020869e..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_v.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_v.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_v.properties deleted file mode 100644 index 1f83e40e4e..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_v.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=6 -nbt.display.Name=ipattern:*orbiter* -nbt.display.Lore.*=iregex:.*Level (28|29|30|31|32|33|34).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_vi.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_vi.png deleted file mode 100644 index a2e4be52a1..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_vi.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_vii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_vii.png deleted file mode 100644 index 84b72ef087..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_vii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_vii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_vii.properties deleted file mode 100644 index 97428d5159..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_vii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=8 -nbt.display.Name=ipattern:*orbiter* -nbt.display.Lore.*=iregex:.*Level (42|43|44|45|46|47|48|49|50).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_viii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_viii.png deleted file mode 100644 index a17c35e168..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_viii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_viii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_viii.properties deleted file mode 100644 index 40e3097b09..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_viii.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:diamond -weight=1 -nbt.display.Name=ipattern:*orbiter* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_i.json b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_i.json deleted file mode 100644 index b344bbd463..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_i.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "parent": "builtin/generated", - "textures": { - "layer0": "mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_i.png" - }, - "display": { - "thirdperson": { - "rotation": [ -90, 0, 0 ], - "translation": [ 0, 1, -3 ], - "scale": [ 0.55, 0.55, 0.55 ] - }, - "firstperson": { - "rotation": [ 0, -135, 25 ], - "translation": [ 0, 4, 2 ], - "scale": [ 1.7, 1.7, 1.7 ] - } - } -} diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_i.properties deleted file mode 100644 index f44f808b60..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_i.properties +++ /dev/null @@ -1,6 +0,0 @@ -type=item -items=minecraft:redstone_block -model=potm_i.json -nbt.display.Name=iregex:.*(peak of the mountain).* -nbt.display.Lore=iregex:.*Level 1.* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_ii.json b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_ii.json deleted file mode 100644 index 74e155dd6c..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_ii.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "parent": "builtin/generated", - "textures": { - "layer0": "mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_ii.png" - }, - "display": { - "thirdperson": { - "rotation": [ -90, 0, 0 ], - "translation": [ 0, 1, -3 ], - "scale": [ 0.55, 0.55, 0.55 ] - }, - "firstperson": { - "rotation": [ 0, -135, 25 ], - "translation": [ 0, 4, 2 ], - "scale": [ 1.7, 1.7, 1.7 ] - } - } -} diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_ii.properties deleted file mode 100644 index 20a74ff1d9..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_ii.properties +++ /dev/null @@ -1,6 +0,0 @@ -type=item -items=minecraft:redstone_block -model=potm_ii.json -nbt.display.Name=iregex:.*(peak of the mountain).* -nbt.display.Lore=iregex:.*Level 2.* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_iii.json b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_iii.json deleted file mode 100644 index e469d8244e..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_iii.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "parent": "builtin/generated", - "textures": { - "layer0": "mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_iii.png" - }, - "display": { - "thirdperson": { - "rotation": [ -90, 0, 0 ], - "translation": [ 0, 1, -3 ], - "scale": [ 0.55, 0.55, 0.55 ] - }, - "firstperson": { - "rotation": [ 0, -135, 25 ], - "translation": [ 0, 4, 2 ], - "scale": [ 1.7, 1.7, 1.7 ] - } - } -} diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_iii.properties deleted file mode 100644 index c33eff2ee2..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_iii.properties +++ /dev/null @@ -1,6 +0,0 @@ -type=item -items=minecraft:redstone_block -model=potm_iii.json -nbt.display.Name=iregex:.*(peak of the mountain).* -nbt.display.Lore=iregex:.*Level 3.* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_iv.json b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_iv.json deleted file mode 100644 index 7ff49d2fdf..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_iv.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "parent": "builtin/generated", - "textures": { - "layer0": "mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_iv.png" - }, - "display": { - "thirdperson": { - "rotation": [ -90, 0, 0 ], - "translation": [ 0, 1, -3 ], - "scale": [ 0.55, 0.55, 0.55 ] - }, - "firstperson": { - "rotation": [ 0, -135, 25 ], - "translation": [ 0, 4, 2 ], - "scale": [ 1.7, 1.7, 1.7 ] - } - } -} diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_iv.properties deleted file mode 100644 index 1a471ab1ac..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_iv.properties +++ /dev/null @@ -1,6 +0,0 @@ -type=item -items=minecraft:redstone_block -model=potm_iv.json -nbt.display.Name=iregex:.*(peak of the mountain).* -nbt.display.Lore=iregex:.*Level 4.* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_v.json b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_v.json deleted file mode 100644 index 5faf419c1d..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_v.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "parent": "builtin/generated", - "textures": { - "layer0": "mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_v.png" - }, - "display": { - "thirdperson": { - "rotation": [ -90, 0, 0 ], - "translation": [ 0, 1, -3 ], - "scale": [ 0.55, 0.55, 0.55 ] - }, - "firstperson": { - "rotation": [ 0, -135, 25 ], - "translation": [ 0, 4, 2 ], - "scale": [ 1.7, 1.7, 1.7 ] - } - } -} diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_v.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_v.properties deleted file mode 100644 index e5f4ce7c97..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_v.properties +++ /dev/null @@ -1,6 +0,0 @@ -type=item -items=minecraft:redstone_block -model=potm_v.json -nbt.display.Name=iregex:.*(peak of the mountain).* -nbt.display.Lore=iregex:.*Level 5.* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_vi.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_vi.properties deleted file mode 100644 index 761e5ca6f1..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_vi.properties +++ /dev/null @@ -1,6 +0,0 @@ -type=item -items=minecraft:redstone_block -model=potm_6.json -nbt.display.Name=iregex:.*(peak of the mountain).* -nbt.display.Lore=iregex:.*Level 6.* -weight=3 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_vii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_vii.properties deleted file mode 100644 index 7bf275c4cb..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_vii.properties +++ /dev/null @@ -1,6 +0,0 @@ -type=item -items=minecraft:redstone_block -model=potm_7.json -nbt.display.Name=iregex:.*(peak of the mountain).* -nbt.display.Lore=iregex:.*Level 7.* -weight=3 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/ability.json b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/ability.json deleted file mode 100644 index 395f54e6ab..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/ability.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "parent": "builtin/generated", - "textures": { - "layer0": "mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus.png" - }, - "display": { - "thirdperson": { - "rotation": [ -90, 0, 0 ], - "translation": [ 0, 1, -3 ], - "scale": [ 0.55, 0.55, 0.55 ] - }, - "firstperson": { - "rotation": [ 0, -135, 25 ], - "translation": [ 0, 4, 2 ], - "scale": [ 1.7, 1.7, 1.7 ] - } - } -} diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus.png deleted file mode 100644 index f97f69d7e4..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus.properties deleted file mode 100644 index f70e3d8df3..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald_block -model=ability.json -nbt.display.Name=iregex:.*(pickobulus).* -weight=4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_ii.png deleted file mode 100644 index 0e74149634..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_ii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_ii.properties deleted file mode 100644 index 9aba7146b4..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_ii.properties +++ /dev/null @@ -1,7 +0,0 @@ -type=item -items=minecraft:emerald_block -model=ability.json -texture=pickobulus_ii.png -nbt.display.Name=iregex:.*(pickobulus).* -nbt.display.Lore=iregex:.*110s.* -weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_ii_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_ii_locked.png deleted file mode 100644 index b815b88a52..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_ii_locked.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_ii_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_ii_locked.properties deleted file mode 100644 index e658e74ddb..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_ii_locked.properties +++ /dev/null @@ -1,8 +0,0 @@ -type=item -items=minecraft:coal_block -model=ability.json -texture=pickobulus_ii_locked.png -nbt.display.Name=iregex:.*(pickobulus).* -nbt.display.Lore.*=ipattern:*1 token of the mountain* -nbt.display.Lore=iregex:.*110s.* -weight=4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_iii.png deleted file mode 100644 index b77c64d9e6..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_iii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_iii.properties deleted file mode 100644 index a3a7bed425..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_iii.properties +++ /dev/null @@ -1,7 +0,0 @@ -type=item -items=minecraft:emerald_block -model=ability.json -texture=pickobulus_iii.png -nbt.display.Name=iregex:.*(pickobulus).* -nbt.display.Lore=iregex:.*100s.* -weight=6 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_iii_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_iii_locked.png deleted file mode 100644 index a775d11514..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_iii_locked.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_iii_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_iii_locked.properties deleted file mode 100644 index 640646bbe3..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_iii_locked.properties +++ /dev/null @@ -1,8 +0,0 @@ -type=item -items=minecraft:coal_block -model=ability.json -texture=pickobulus_iii_locked.png -nbt.display.Name=iregex:.*(pickobulus).* -nbt.display.Lore.*=ipattern:*1 token of the mountain* -nbt.display.Lore=iregex:.*100s.* -weight=4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_iv.properties deleted file mode 100644 index c52529de41..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_iv.properties +++ /dev/null @@ -1,7 +0,0 @@ -type=item -items=minecraft:emerald_block -model=ability.json -texture=pickobulus_iv.png -nbt.display.Name=iregex:.*(pickobulus).* -nbt.display.Lore=iregex:.*90s.* -weight=7 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_locked.properties deleted file mode 100644 index d6911defde..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_locked.properties +++ /dev/null @@ -1,7 +0,0 @@ -type=item -items=minecraft:coal_block -model=ability.json -texture=pickobulus_locked.png -nbt.display.Name=iregex:.*(pickobulus).* -nbt.display.Lore.*=ipattern:*1 token of the mountain* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_base.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_base.png deleted file mode 100644 index f502390806..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_base.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_base.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_base.properties deleted file mode 100644 index 553ded7f49..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_base.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -nbt.display.Name=ipattern:*powder buff* -weight=1 -nbt.display.Lore.*=iregex:.*Level (1|2).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_i.png deleted file mode 100644 index d10f0f2f1f..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_i.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_i.properties deleted file mode 100644 index 68110a3c1b..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_i.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=2 -nbt.display.Name=ipattern:*powder buff* -nbt.display.Lore.*=iregex:.*Level (3|4|5|6|7|8|9|10|11|12|13|14|15|16|17).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_ii.png deleted file mode 100644 index 5fd733ceab..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_ii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_ii.properties deleted file mode 100644 index b2ded5699e..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_ii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=3 -nbt.display.Name=ipattern:*powder buff* -nbt.display.Lore.*=iregex:.*Level (18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_iii.png deleted file mode 100644 index eb966f1d59..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_iii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_iii.properties deleted file mode 100644 index 260fc48594..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_iii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=4 -nbt.display.Name=ipattern:*powder buff* -nbt.display.Lore.*=iregex:.*Level (34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_iv.png deleted file mode 100644 index ada0e2c98b..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_iv.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_iv.properties deleted file mode 100644 index b3fbca8793..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/powder_buff/pb_progress_iv.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:diamond -weight=1 -nbt.display.Name=ipattern:*powder buff* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_base.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_base.png deleted file mode 100644 index 41e08b40a4..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_base.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_base.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_base.properties deleted file mode 100644 index ea8d87f3c3..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_base.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=1 -nbt.display.Name=ipattern:*professional* -nbt.display.Lore.*=iregex:.*Level (1|2).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_i.properties deleted file mode 100644 index 5fbff5284d..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_i.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=2 -nbt.display.Name=ipattern:*professional* -nbt.display.Lore.*=iregex:.*Level (3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_ii.properties deleted file mode 100644 index 9764ed7db7..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_ii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=3 -nbt.display.Name=ipattern:*professional* -nbt.display.Lore.*=iregex:.*Level (20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_iii.properties deleted file mode 100644 index 3d3ef623db..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_iii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=4 -nbt.display.Name=ipattern:*professional* -nbt.display.Lore.*=iregex:.*Level (40|41|42|43|44|45|46|47|48|49|50|51|52|53|54|55|56|57|58).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_iv.properties deleted file mode 100644 index afd9ac5397..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_iv.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=5 -nbt.display.Name=ipattern:*professional* -nbt.display.Lore.*=iregex:.*Level (59|60|61|62|63|64|65|66|67|68|69|70|71|72|73|74|75|76|77|78).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_v.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_v.properties deleted file mode 100644 index c6b185c5f2..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_v.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=6 -nbt.display.Name=ipattern:*professional* -nbt.display.Lore.*=iregex:.*Level (79|80|81|82|83|84|85|86|87|88|89|90|91|92|93|94|95|96|97).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_vi.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_vi.properties deleted file mode 100644 index e4f421ef4a..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_vi.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=7 -nbt.display.Name=ipattern:*professional* -nbt.display.Lore.*=iregex:.*Level (98|99|100|101|102|103|104|105|106|107|108|109|110|111|112|113|114|115|116|117|118).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_vii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_vii.properties deleted file mode 100644 index f0ad43d2f1..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_vii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=8 -nbt.display.Name=ipattern:*professional* -nbt.display.Lore.*=iregex:.*Level (119|120|121|122|123|124|125|126|127|128|129|130|131|132|133|134|135|136|137|138|139).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_viii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_viii.png deleted file mode 100644 index a17c35e168..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_viii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_viii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_viii.properties deleted file mode 100644 index db1ad40568..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_viii.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:diamond -weight=1 -nbt.display.Name=ipattern:*professional* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_base.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_base.png deleted file mode 100644 index 41e08b40a4..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_base.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_base.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_base.properties deleted file mode 100644 index 29aef1f4d4..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_base.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -nbt.display.Name=ipattern:*quick forge* -weight=1 -nbt.display.Lore.*=regex:.*Level (1|2).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_i.png deleted file mode 100644 index 05f52ed6d5..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_i.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_i.properties deleted file mode 100644 index 48bfeffe65..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_i.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=2 -nbt.display.Name=ipattern:*quick forge* -nbt.display.Lore.*=iregex:.*Level (3|4).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_ii.png deleted file mode 100644 index 3bafa5c44f..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_ii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_ii.properties deleted file mode 100644 index 8ab4557a82..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_ii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=3 -nbt.display.Name=ipattern:*quick forge* -nbt.display.Lore.*=iregex:.*Level (5|6|7).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_iii.png deleted file mode 100644 index b909966573..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_iii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_iii.properties deleted file mode 100644 index e5bbb14103..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_iii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=4 -nbt.display.Name=ipattern:*quick forge* -nbt.display.Lore.*=iregex:.*Level (8|9).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_iv.png deleted file mode 100644 index aa8a67092b..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_iv.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_iv.properties deleted file mode 100644 index 3bdbd40868..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_iv.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=5 -nbt.display.Name=ipattern:*quick forge* -nbt.display.Lore.*=iregex:.*Level (10|11|12).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_v.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_v.png deleted file mode 100644 index 77b020869e..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_v.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_v.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_v.properties deleted file mode 100644 index 990d15d312..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_v.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=6 -nbt.display.Name=ipattern:*quick forge* -nbt.display.Lore.*=iregex:.*Level (13|14).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_vi.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_vi.png deleted file mode 100644 index a2e4be52a1..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_vi.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_vi.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_vi.properties deleted file mode 100644 index 2988358b5b..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_vi.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=7 -nbt.display.Name=ipattern:*quick forge* -nbt.display.Lore.*=iregex:.*Level (15|16|17).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_vii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_vii.png deleted file mode 100644 index 84b72ef087..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_vii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_vii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_vii.properties deleted file mode 100644 index 0d1ab47a0e..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_vii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=8 -nbt.display.Name=ipattern:*quick forge* -nbt.display.Lore.*=iregex:.*Level (18|19|20).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_viii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_viii.png deleted file mode 100644 index a17c35e168..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_viii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_viii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_viii.properties deleted file mode 100644 index 45ce82fe90..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/quick_forge/qf_progress_viii.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:diamond -weight=1 -nbt.display.Name=ipattern:*quick forge* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_base.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_base.png deleted file mode 100644 index 41e08b40a4..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_base.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_base.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_base.properties deleted file mode 100644 index e34494617b..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_base.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=1 -nbt.display.Name=ipattern:*seasoned mineman* -nbt.display.Lore.*=iregex:.*Level (1|2).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_i.png deleted file mode 100644 index 1a35998f8e..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_i.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_i.properties deleted file mode 100644 index 5c212646e0..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_i.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=2 -nbt.display.Name=ipattern:*seasoned mineman* -nbt.display.Lore.*=iregex:.*Level (3|4|5|6|7|8|9|10|11|12|13|14|15).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_ii.png deleted file mode 100644 index 863aac9aec..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_ii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_ii.properties deleted file mode 100644 index 71060311b7..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_ii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=3 -nbt.display.Name=ipattern:*seasoned mineman* -nbt.display.Lore.*=iregex:.*Level (16|17|18|19|20|21|22|23|24|25|26|27|28|29).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_iii.png deleted file mode 100644 index 6db6083f70..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_iii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_iii.properties deleted file mode 100644 index 326d6ed61a..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_iii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=4 -nbt.display.Name=ipattern:*seasoned mineman* -nbt.display.Lore.*=iregex:.*Level (30|31|32|33|34|35|36|37|38|39|40|41|42|43).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_iv.png deleted file mode 100644 index cf3c443cc6..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_iv.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_iv.properties deleted file mode 100644 index aa5beed1dc..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_iv.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=5 -nbt.display.Name=ipattern:*seasoned mineman* -nbt.display.Lore.*=iregex:.*Level (44|45|46|47|48|49|50|51|52|53|54|55|56|57).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_v.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_v.png deleted file mode 100644 index 36094e0977..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_v.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_v.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_v.properties deleted file mode 100644 index 3bb46ed5ce..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_v.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=6 -nbt.display.Name=ipattern:*seasoned mineman* -nbt.display.Lore.*=iregex:.*Level (58|59|60|61|62|63|64|65|66|67|68|69|70|71).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_vi.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_vi.png deleted file mode 100644 index 73a20733f8..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_vi.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_vi.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_vi.properties deleted file mode 100644 index 1f8c0cef0d..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_vi.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=7 -nbt.display.Name=ipattern:*seasoned mineman* -nbt.display.Lore.*=iregex:.*Level (72|73|74|75|76|77|78|79|80|81|82|83|84|85).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_vii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_vii.png deleted file mode 100644 index ac9bf8a15a..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_vii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_vii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_vii.properties deleted file mode 100644 index 1db7b15ab2..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_vii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=8 -nbt.display.Name=ipattern:*seasoned mineman* -nbt.display.Lore.*=iregex:.*Level (86|87|88|89|90|91|92|93|94|95|96|97|98|99|100).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_viii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_viii.png deleted file mode 100644 index a17c35e168..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_viii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_viii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_viii.properties deleted file mode 100644 index ec1ab0c32c..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/seasoned_mineman/sm_progress_viii.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:diamond -weight=1 -nbt.display.Name=ipattern:*seasoned mineman* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/cross.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/cross.png deleted file mode 100644 index 12ec54e260..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/cross.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/cross.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/cross.properties deleted file mode 100644 index d79a704858..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/cross.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:diamond -nbt.display.Name=iregex:.*(mining madness|front loaded).* -nbt.display.Lore.*=ipattern:*unlocked* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/mid_up.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/mid_up.png deleted file mode 100644 index 7e69071bc0..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/mid_up.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/mid_up.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/mid_up.properties deleted file mode 100644 index 8c8b23629f..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/mid_up.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:diamond -nbt.display.Name=iregex:.*(goblin killer|star powder).* -nbt.display.Lore.*=ipattern:*unlocked* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/tip_left.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/tip_left.properties deleted file mode 100644 index 8a415c7ec3..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/tip_left.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:diamond -nbt.display.Name=iregex:.*(sky mall).* -nbt.display.Lore.*=ipattern:*unlocked* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/tip_right.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/tip_right.properties deleted file mode 100644 index bef41221ab..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/tip_right.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:diamond -nbt.display.Name=iregex:.*(precision mining).* -nbt.display.Lore.*=ipattern:*unlocked* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/tip_up.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/tip_up.png deleted file mode 100644 index 93a703692c..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/tip_up.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/tip_up.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/tip_up.properties deleted file mode 100644 index a900ec77c5..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/tip_up.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:diamond -nbt.display.Name=iregex:.*(mining speed ii|mining fortune ii|powder buff).* -nbt.display.Lore.*=ipattern:*unlocked* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_base.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_base.png deleted file mode 100644 index 41e08b40a4..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_base.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_base.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_base.properties deleted file mode 100644 index 192c7aa406..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_base.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -nbt.display.Name=ipattern:*titanium insanium* -weight=1 -nbt.display.Lore.*=regex:.*Level (1|2).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_i.png deleted file mode 100644 index 1a35998f8e..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_i.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_i.properties deleted file mode 100644 index 98832fb4e3..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_i.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=2 -nbt.display.Name=ipattern:*titanium insanium* -nbt.display.Lore.*=iregex:.*Level (3|4|5|6|7).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_ii.png deleted file mode 100644 index 863aac9aec..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_ii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_ii.properties deleted file mode 100644 index 0966d905c2..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_ii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=3 -nbt.display.Name=ipattern:*titanium insanium* -nbt.display.Lore.*=iregex:.*Level (8|9|10|11|12).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_iii.png deleted file mode 100644 index 6db6083f70..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_iii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_iii.properties deleted file mode 100644 index c1db6b510f..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_iii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=4 -nbt.display.Name=ipattern:*titanium insanium* -nbt.display.Lore.*=iregex:.*Level (13|14|15|16|17|18|19).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_iv.png deleted file mode 100644 index cf3c443cc6..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_iv.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_iv.properties deleted file mode 100644 index 407ee30a08..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_iv.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=5 -nbt.display.Name=ipattern:*titanium insanium* -nbt.display.Lore.*=iregex:.*Level (20|21|22|23|24|25|26|27).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_v.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_v.png deleted file mode 100644 index 36094e0977..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_v.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_v.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_v.properties deleted file mode 100644 index 71e5d45da3..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_v.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=6 -nbt.display.Name=ipattern:*titanium insanium* -nbt.display.Lore.*=iregex:.*Level (28|29|30|31|32|33|34).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_vi.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_vi.png deleted file mode 100644 index 73a20733f8..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_vi.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_vi.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_vi.properties deleted file mode 100644 index db38d952bf..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_vi.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=7 -nbt.display.Name=ipattern:*titanium insanium* -nbt.display.Lore.*=iregex:.*Level (35|36|37|38|39|40|41).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_vii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_vii.png deleted file mode 100644 index ac9bf8a15a..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_vii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_vii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_vii.properties deleted file mode 100644 index 0577a3b979..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_vii.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald -weight=8 -nbt.display.Name=ipattern:*titanium insanium* -nbt.display.Lore.*=iregex:.*Level (42|43|44|45|46|47|48|49|50).* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_viii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_viii.png deleted file mode 100644 index a17c35e168..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_viii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_viii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_viii.properties deleted file mode 100644 index 5ab9efbd8b..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/titanium_insanium/ti_progress_viii.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:diamond -weight=1 -nbt.display.Name=ipattern:*titanium insanium* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/ability.json b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/ability.json deleted file mode 100644 index bb407c8830..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/ability.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "parent": "builtin/generated", - "textures": { - "layer0": "mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker.png" - }, - "display": { - "thirdperson": { - "rotation": [ -90, 0, 0 ], - "translation": [ 0, 1, -3 ], - "scale": [ 0.55, 0.55, 0.55 ] - }, - "firstperson": { - "rotation": [ 0, -135, 25 ], - "translation": [ 0, 4, 2 ], - "scale": [ 1.7, 1.7, 1.7 ] - } - } -} diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker.png deleted file mode 100644 index 7eb0981116..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker.properties deleted file mode 100644 index 6a5f5d6dbc..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker.properties +++ /dev/null @@ -1,5 +0,0 @@ -type=item -items=minecraft:emerald_block -model=ability.json -nbt.display.Name=iregex:.*(vein seeker).* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_ii.png deleted file mode 100644 index 6b94bf62ca..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_ii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_ii.properties deleted file mode 100644 index 55172776b9..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_ii.properties +++ /dev/null @@ -1,7 +0,0 @@ -type=item -items=minecraft:emerald_block -model=ability.json -texture=vein_seeker_ii.png -nbt.display.Name=iregex:.*(vein seeker).* -nbt.display.Lore=iregex:.*14s.* -weight=4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_ii_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_ii_locked.properties deleted file mode 100644 index 37cc566517..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_ii_locked.properties +++ /dev/null @@ -1,8 +0,0 @@ -type=item -items=minecraft:coal_block -model=ability.json -texture=vein_seeker_ii_locked -nbt.display.Name=iregex:.*(vein seeker).* -nbt.display.Lore.*=ipattern:*1 token of the mountain* -nbt.display.Lore=iregex:.*14s.* -weight=4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_iii.png deleted file mode 100644 index 34756586d1..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_iii.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_iii.properties deleted file mode 100644 index f456bbfc46..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_iii.properties +++ /dev/null @@ -1,7 +0,0 @@ -type=item -items=minecraft:emerald_block -model=ability.json -texture=vein_seeker_iii.png -nbt.display.Name=iregex:.*(vein seeker).* -nbt.display.Lore=iregex:.*16s.* -weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_iii_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_iii_locked.png deleted file mode 100644 index 7ba63ddf58..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_iii_locked.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_iii_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_iii_locked.properties deleted file mode 100644 index f416e3cbc4..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_iii_locked.properties +++ /dev/null @@ -1,8 +0,0 @@ -type=item -items=minecraft:coal_block -model=ability.json -texture=vein_seeker_iii_locked -nbt.display.Name=iregex:.*(vein seeker).* -nbt.display.Lore.*=ipattern:*1 token of the mountain* -nbt.display.Lore=iregex:.*16s.* -weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_iv.png deleted file mode 100644 index 22391705fb..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_iv.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_iv.properties deleted file mode 100644 index ad6bddcb2e..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_iv.properties +++ /dev/null @@ -1,7 +0,0 @@ -type=item -items=minecraft:emerald_block -model=ability.json -texture=vein_seeker_iv.png -nbt.display.Name=iregex:.*(vein seeker).* -nbt.display.Lore=iregex:.*18s.* -weight=6 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_locked.png deleted file mode 100644 index 82eb2d990e..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_locked.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_locked.properties deleted file mode 100644 index 5f30702df4..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_locked.properties +++ /dev/null @@ -1,7 +0,0 @@ -type=item -items=minecraft:coal_block -model=ability.json -texture=vein_seeker_locked.png -nbt.display.Name=iregex:.*(vein seeker).* -nbt.display.Lore.*=ipattern:*1 token of the mountain* -weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_ii.properties index 5bede784c8..f65770a0df 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_ii.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_ii.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=4 -nbt.display.Lore.*=iregex:.*progress: .*%.* -nbt.display.Name=ipattern:*Tier * +nbt.ExtraAttributes.id=hotm_level_1 weight=2 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_iv.properties index 79ae29cdca..02ac1045fc 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_iv.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_iv.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=4 -nbt.display.Lore.*=iregex:.*progress: .*(1[5-9]|2[0-8]).*%.* -nbt.display.Name=ipattern:*Tier * +nbt.ExtraAttributes.id=hotm_level_2 weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_vi.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_vi.properties index 91b4d3d1ce..290d5a0dc8 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_vi.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_vi.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=4 -nbt.display.Name=ipattern:*Tier * -nbt.display.Lore.*=iregex:.*progress: .*(29|3[0-9]|4[0-2]).*%.* +nbt.ExtraAttributes.id=hotm_level_3 weight=4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_viii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_viii.properties index f70a8c7e8e..9b966a2eab 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_viii.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_viii.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=4 -nbt.display.Name=ipattern:*Tier * -nbt.display.Lore.*=iregex:.*progress: .*(4[3-9]|5[0-6]).*%.* +nbt.ExtraAttributes.id=hotm_level_4 weight=4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_x.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_x.properties index b7e8ede51d..615ad8dc98 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_x.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_x.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=4 -nbt.display.Name=ipattern:*Tier * -nbt.display.Lore.*=iregex:.*progress: .*(5[7-9]|6[0-9]|70).*%.* +nbt.ExtraAttributes.id=hotm_level_5 weight=4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_xii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_xii.properties index 560295cc8b..0010bd5874 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_xii.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_xii.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=4 -nbt.display.Name=ipattern:*Tier * -nbt.display.Lore.*=iregex:.*progress: .*(7[1-9]|8[0-4]).*%.* +nbt.ExtraAttributes.id=hotm_level_6 weight=4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_xiv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_xiv.properties index 9ab5942dc8..3912c7acfa 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_xiv.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/progress/heart_progress_xiv.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=4 -nbt.display.Name=ipattern:*Tier * -nbt.display.Lore.*=iregex:.*progress: .*(8[5-9]|9[0-9]).*%.* +nbt.ExtraAttributes.id=hotm_level_7 weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/reset/reset.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/reset/reset.properties index 1ad93049bc..d454418816 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/reset/reset.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/reset/reset.properties @@ -1,5 +1,5 @@ type=item items=minecraft:skull model=reset.json -nbt.display.Name=iregex:.*reset heart of the mountain.* +nbt.ExtraAttributes.id=hotm_reset weight=4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/scroll/scroll_down.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/scroll/scroll_down.png deleted file mode 100644 index 88c6ae38bb..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/scroll/scroll_down.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/scroll/scroll_down.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/scroll/scroll_down.properties deleted file mode 100644 index 89fdcd4a9f..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/scroll/scroll_down.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:arrow -weight=5 -nbt.display.Name=ipattern:*scroll down* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/scroll/scroll_up.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/scroll/scroll_up.png deleted file mode 100644 index 150686f069..0000000000 Binary files a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/scroll/scroll_up.png and /dev/null differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/scroll/scroll_up.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/scroll/scroll_up.properties deleted file mode 100644 index a879c15663..0000000000 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/scroll/scroll_up.properties +++ /dev/null @@ -1,4 +0,0 @@ -type=item -items=minecraft:arrow -weight=5 -nbt.display.Name=ipattern:*scroll up* \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/heart_start_complete.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/heart_start_complete.properties index 6d8dc68d66..bbc11d4bb1 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/heart_start_complete.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/heart_start_complete.properties @@ -2,5 +2,4 @@ type=item items=minecraft:stained_glass_pane damage=5 weight=5 -nbt.display.Name=ipattern:*tier 1* -nbt.display.Lore=ipattern:*unlocked* \ No newline at end of file +nbt.ExtraAttributes.id=hotm_level_1_8 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/heart_start_empty.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/heart_start_empty.properties index 5c1278dda5..0ade427f34 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/heart_start_empty.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/heart_start_empty.properties @@ -1,5 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=14 -nbt.display.Lore.*=ipattern:*LOCKED* +nbt.ExtraAttributes.id=hotm_level_1_0 weight=2 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_ii.properties index 1fbca706b4..35c376b0ec 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_ii.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_ii.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=4 -nbt.display.Lore.*=iregex:.*progress: .*%.* -nbt.display.Name=ipattern:*Tier 1* +nbt.ExtraAttributes.id=hotm_level_1_1 weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_iv.properties index 11aba39a89..f41797061a 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_iv.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_iv.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=4 -nbt.display.Lore.*=iregex:.*progress: .*(1[5-9]|2[0-8]).*%.* -nbt.display.Name=ipattern:*Tier 1* +nbt.ExtraAttributes.id=hotm_level_1_2 weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_vi.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_vi.properties index c1e828b39e..5c8e4332a9 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_vi.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_vi.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=4 -nbt.display.Lore.*=iregex:.*progress: .*(29|3[0-9]|4[0-2]).*%.* -nbt.display.Name=ipattern:*Tier 1* +nbt.ExtraAttributes.id=hotm_level_1_3 weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_viii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_viii.properties index 1ce42d5902..3c7b6073ee 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_viii.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_viii.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane +nbt.ExtraAttributes.id=hotm_level_1_4 damage=4 -nbt.display.Lore.*=iregex:.*progress: .*(4[3-9]|5[0-6]).*%.* -nbt.display.Name=ipattern:*Tier 1* weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_x.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_x.properties index 863580ceb8..a0a1c920a0 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_x.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_x.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=4 -nbt.display.Lore.*=iregex:.*progress: .*(5[7-9]|6[0-9]|70).*%.* -nbt.display.Name=ipattern:*Tier 1* +nbt.ExtraAttributes.id=hotm_level_1_5 weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_xii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_xii.properties index b21ffbc543..a6895ccb49 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_xii.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_xii.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=4 -nbt.display.Lore.*=iregex:.*progress: .*(7[1-9]|8[0-4]).*%.* -nbt.display.Name=ipattern:*Tier 1* +nbt.ExtraAttributes.id=hotm_level_1_6 weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_xiv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_xiv.properties index 9f1678ba78..d08d7afab5 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_xiv.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/start/progress/heart_progress_xiv.properties @@ -1,6 +1,5 @@ type=item items=minecraft:stained_glass_pane damage=4 -nbt.display.Lore.*=iregex:.*progress: .*(8[5-9]|9[0-9]).*%.* -nbt.display.Name=ipattern:*Tier 1* +nbt.ExtraAttributes.id=hotm_level_1_7 weight=5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_incomplete.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_incomplete.png new file mode 100644 index 0000000000..8161b6ca12 Binary files /dev/null and b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_incomplete.png differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_incomplete.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_incomplete.properties new file mode 100644 index 0000000000..6050f45a0a --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_incomplete.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_cross_0 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_progress_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_progress_i.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_progress_i.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_progress_i.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_progress_i.properties new file mode 100644 index 0000000000..d8215d1376 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_progress_i.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_cross_2 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_progress_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_progress_ii.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_progress_ii.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_progress_ii.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_progress_ii.properties new file mode 100644 index 0000000000..6fb32e891f --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_progress_ii.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_cross_3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_progress_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_progress_iii.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_progress_iii.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_progress_iii.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_progress_iii.properties new file mode 100644 index 0000000000..69d76a7cf8 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_progress_iii.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_cross_4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_progress_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_progress_iv.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_progress_iv.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_progress_iv.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_progress_iv.properties new file mode 100644 index 0000000000..ee4ce3eed6 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_progress_iv.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_cross_5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_base.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_unlocked.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/efficient_miner/ef_base.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_unlocked.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_unlocked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_unlocked.properties new file mode 100644 index 0000000000..ecaef08ee7 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/cross/cross_unlocked.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_cross_1 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_incomplete.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_incomplete.png new file mode 100644 index 0000000000..293d371235 Binary files /dev/null and b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_incomplete.png differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_incomplete.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_incomplete.properties new file mode 100644 index 0000000000..6e024b4e15 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_incomplete.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_horizontal_line_0 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_i.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_i.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_i.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_i.properties new file mode 100644 index 0000000000..fb772c743b --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_i.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:emerald +nbt.ExtraAttributes.id=hotm_perk_horizontal_line_2 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_ii.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_ii.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_ii.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_ii.properties new file mode 100644 index 0000000000..7c1aa73d3c --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_ii.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:emerald +nbt.ExtraAttributes.id=hotm_perk_horizontal_line_3 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_iii.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_iii.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_iii.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_iii.properties new file mode 100644 index 0000000000..5f93945e7e --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_iii.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:emerald +nbt.ExtraAttributes.id=hotm_perk_horizontal_line_4 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_iv.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_iv.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_iv.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_iv.properties new file mode 100644 index 0000000000..ee4f65faf3 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_iv.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:emerald +nbt.ExtraAttributes.id=hotm_perk_horizontal_line_5 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_v.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_v.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_v.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_v.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_v.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_v.properties new file mode 100644 index 0000000000..25e9361543 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_v.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:emerald +nbt.ExtraAttributes.id=hotm_perk_horizontal_line_6 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_vi.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_vi.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_vi.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_vi.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_vi.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_vi.properties similarity index 62% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_vi.properties rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_vi.properties index 2a5df62843..a7c63e6c7a 100644 --- a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/orbiter/o_progress_vi.properties +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_vi.properties @@ -1,5 +1,3 @@ type=item items=minecraft:emerald -weight=7 -nbt.display.Name=ipattern:*orbiter* -nbt.display.Lore.*=iregex:.*Level (35|36|37|38|39|40|41).* \ No newline at end of file +nbt.ExtraAttributes.id=hotm_perk_horizontal_line_7 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_vii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_vii.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/professional/p_progress_vii.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_vii.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_vii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_vii.properties new file mode 100644 index 0000000000..152c388fca --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_vii.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:emerald +nbt.ExtraAttributes.id=hotm_perk_horizontal_line_8 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_viii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_viii.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_progress_viii.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_viii.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_viii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_viii.properties new file mode 100644 index 0000000000..1df4b08e8d --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_progress_viii.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:emerald +nbt.ExtraAttributes.id=hotm_perk_horizontal_line_9 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_base.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_unlocked.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/fortunate/f_base.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_unlocked.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_unlocked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_unlocked.properties new file mode 100644 index 0000000000..72344a56c0 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/horizontal_line/line_unlocked.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:emerald +nbt.ExtraAttributes.id=hotm_perk_horizontal_line_1 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_i.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm.properties new file mode 100644 index 0000000000..9d03e88b71 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm.properties @@ -0,0 +1,4 @@ +type=item +items=minecraft:redstone_block +nbt.ExtraAttributes.id=hotm_perk_peak_of_the_mountain_1 +weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_i.png new file mode 100644 index 0000000000..f8a7f47ed6 Binary files /dev/null and b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_i.png differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_i.properties new file mode 100644 index 0000000000..8d1f407da6 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_i.properties @@ -0,0 +1,4 @@ +type=item +items=minecraft:redstone_block +nbt.ExtraAttributes.id=hotm_perk_peak_of_the_mountain_2 +weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_ii.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_ii.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_ii.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_ii.properties new file mode 100644 index 0000000000..5448a282c6 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_ii.properties @@ -0,0 +1,5 @@ +type=item +items=minecraft:redstone_block +model=potm_ii.json +nbt.ExtraAttributes.id=hotm_perk_peak_of_the_mountain_3 +weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_iii.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_iii.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_iii.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_iii.properties new file mode 100644 index 0000000000..f09e6e6fd0 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_iii.properties @@ -0,0 +1,5 @@ +type=item +items=minecraft:redstone_block +model=potm_iii.json +nbt.ExtraAttributes.id=hotm_perk_peak_of_the_mountain_4 +weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_iv.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_iv.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_iv.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_iv.properties new file mode 100644 index 0000000000..d90829500a --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_iv.properties @@ -0,0 +1,5 @@ +type=item +items=minecraft:redstone_block +model=potm_iv.json +nbt.ExtraAttributes.id=hotm_perk_peak_of_the_mountain_5 +weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/potm_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_locked.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/potm_locked.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_locked.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_locked.properties new file mode 100644 index 0000000000..b7c6083119 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_locked.properties @@ -0,0 +1,5 @@ +type=item +items=minecraft:redstone_block +model=potm_iv.json +nbt.ExtraAttributes.id=hotm_perk_peak_of_the_mountain_0 +weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_v.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_v.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_v.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_v.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_v.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_v.properties new file mode 100644 index 0000000000..b08ce53a73 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_v.properties @@ -0,0 +1,5 @@ +type=item +items=minecraft:redstone_block +model=potm_v.json +nbt.ExtraAttributes.id=hotm_perk_peak_of_the_mountain_6 +weight=3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_vi.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_vi.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_vi.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_vi.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_vi.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_vi.properties new file mode 100644 index 0000000000..6454c88899 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_vi.properties @@ -0,0 +1,5 @@ +type=item +items=minecraft:redstone_block +model=potm_6.json +nbt.ExtraAttributes.id=hotm_perk_peak_of_the_mountain_7 +weight=3 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_vii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_vii.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/peak/potm_vii.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_vii.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_vii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_vii.properties new file mode 100644 index 0000000000..3572304ae6 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_vii.properties @@ -0,0 +1,5 @@ +type=item +items=minecraft:redstone_block +model=potm_7.json +nbt.ExtraAttributes.id=hotm_perk_peak_of_the_mountain_8 +weight=3 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_viii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_viii.png new file mode 100644 index 0000000000..429eac69b0 Binary files /dev/null and b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_viii.png differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_viii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_viii.properties new file mode 100644 index 0000000000..4d2c99d6f6 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/potm/potm_viii.properties @@ -0,0 +1,5 @@ +type=item +items=minecraft:redstone_block +model=potm_7.json +nbt.ExtraAttributes.id=hotm_perk_peak_of_the_mountain_9 +weight=3 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/left_ability.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/left_ability.png new file mode 100644 index 0000000000..ebef450298 Binary files /dev/null and b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/left_ability.png differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/left_ability.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/left_ability.properties new file mode 100644 index 0000000000..2cd7d3ae4b --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/left_ability.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_left_ability_9 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/left_ability_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/left_ability_locked.png new file mode 100644 index 0000000000..6c6dd5bda3 Binary files /dev/null and b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/left_ability_locked.png differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/left_ability_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/left_ability_locked.properties new file mode 100644 index 0000000000..1eb39dedcb --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/left_ability_locked.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_left_ability_0 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/tip_left.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/right_ability.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/tip_left.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/right_ability.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/right_ability.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/right_ability.properties new file mode 100644 index 0000000000..eddcb8115e --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/right_ability.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_right_ability_9 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_ii_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/right_ability_locked.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/vein_seeker/vein_seeker_ii_locked.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/right_ability_locked.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/right_ability_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/right_ability_locked.properties new file mode 100644 index 0000000000..b70782557b --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/ability/right_ability_locked.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_right_ability_0 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/bottom_left/bottom_left.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_ii.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/bottom_left/bottom_left.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/bottom_left/bottom_left.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/bottom_left/bottom_left.properties new file mode 100644 index 0000000000..4d159dfa6d --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/bottom_left/bottom_left.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_left_l_9 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_ii_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/bottom_left/bottom_left_locked.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/mining_speed_boost/mining_speed_boost_ii_locked.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/bottom_left/bottom_left_locked.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/bottom_left/bottom_left_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/bottom_left/bottom_left_locked.properties new file mode 100644 index 0000000000..78bf00c2ca --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/bottom_left/bottom_left_locked.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_left_l_0 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/bottom_right/bottom_right.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_iv.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/bottom_right/bottom_right.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/bottom_right/bottom_right.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/bottom_right/bottom_right.properties new file mode 100644 index 0000000000..2484577d1e --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/bottom_right/bottom_right.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_right_l_9 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/bottom_right/bottom_right_locked.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/pickobulus/pickobulus_locked.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/bottom_right/bottom_right_locked.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/bottom_right/bottom_right_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/bottom_right/bottom_right_locked.properties new file mode 100644 index 0000000000..b40a275aee --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/bottom_right/bottom_right_locked.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_right_l_0 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/left_perk.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/left_perk.png new file mode 100644 index 0000000000..4ea261479e Binary files /dev/null and b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/left_perk.png differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/left_perk.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/left_perk.properties new file mode 100644 index 0000000000..c261e4f007 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/left_perk.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_left_perk_9 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/left_perk_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/left_perk_locked.png new file mode 100644 index 0000000000..fe0951a84b Binary files /dev/null and b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/left_perk_locked.png differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/left_perk_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/left_perk_locked.properties new file mode 100644 index 0000000000..a227c49d4c --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/left_perk_locked.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_left_perk_0 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/tip_right.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/right_perk.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/single/tip_right.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/right_perk.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/right_perk.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/right_perk.properties new file mode 100644 index 0000000000..cfcb630e88 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/right_perk.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_right_perk_9 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/right_perk_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/right_perk_locked.png new file mode 100644 index 0000000000..9fed7ccf5c Binary files /dev/null and b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/right_perk_locked.png differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/right_perk_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/right_perk_locked.properties new file mode 100644 index 0000000000..d827179678 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/sides/perk/right_perk_locked.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_right_perk_0 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_i.png new file mode 100644 index 0000000000..03f27b2b3a Binary files /dev/null and b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_i.png differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_i.properties new file mode 100644 index 0000000000..543c0eeb73 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_i.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_top_2 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_ii.png new file mode 100644 index 0000000000..a7999e7997 Binary files /dev/null and b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_ii.png differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_ii.properties new file mode 100644 index 0000000000..99f4f204fe --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_ii.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_top_3 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_iii.png new file mode 100644 index 0000000000..18f30d59ac Binary files /dev/null and b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_iii.png differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_iii.properties new file mode 100644 index 0000000000..9c826f3857 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_iii.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_top_4 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_iv.png new file mode 100644 index 0000000000..343317addd Binary files /dev/null and b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_iv.png differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_iv.properties new file mode 100644 index 0000000000..35f77f7672 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_iv.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_top_5 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_locked.png new file mode 100644 index 0000000000..4346c987a8 Binary files /dev/null and b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_locked.png differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_locked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_locked.properties new file mode 100644 index 0000000000..79b433197d --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_locked.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_top_0 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_unlocked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_unlocked.png new file mode 100644 index 0000000000..03f27b2b3a Binary files /dev/null and b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_unlocked.png differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_unlocked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_unlocked.properties new file mode 100644 index 0000000000..b14fea5030 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_unlocked.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_top_1 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_v.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_v.png new file mode 100644 index 0000000000..00eaa633b8 Binary files /dev/null and b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_v.png differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_v.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_v.properties new file mode 100644 index 0000000000..74b21f2a2c --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_v.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_top_6 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_vi.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_vi.png new file mode 100644 index 0000000000..00eaa633b8 Binary files /dev/null and b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_vi.png differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_vi.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_vi.properties new file mode 100644 index 0000000000..4cf82a24f1 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_vi.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_top_7 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_vii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_vii.png new file mode 100644 index 0000000000..00eaa633b8 Binary files /dev/null and b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_vii.png differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_vii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_vii.properties new file mode 100644 index 0000000000..538331fedc --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_vii.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_top_8 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_viii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_viii.png new file mode 100644 index 0000000000..00eaa633b8 Binary files /dev/null and b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_viii.png differ diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_viii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_viii.properties new file mode 100644 index 0000000000..cf6f324410 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/top/top_viii.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_top_9 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/up_locked.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_incomplete.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/empty/up_locked.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_incomplete.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_incomplete.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_incomplete.properties new file mode 100644 index 0000000000..8b2299daf0 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_incomplete.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:coal +nbt.ExtraAttributes.id=hotm_perk_vertical_line_0 diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_i.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_i.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_i.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_i.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_i.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_i.properties new file mode 100644 index 0000000000..ab2ba18487 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_i.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:emerald +nbt.ExtraAttributes.id=hotm_perk_vertical_line_2 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_ii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_ii.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_ii.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_ii.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_ii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_ii.properties new file mode 100644 index 0000000000..63873fb8d0 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_ii.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:emerald +nbt.ExtraAttributes.id=hotm_perk_vertical_line_3 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_iii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_iii.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_iii.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_iii.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_iii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_iii.properties new file mode 100644 index 0000000000..a849685c8e --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_iii.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:emerald +nbt.ExtraAttributes.id=hotm_perk_vertical_line_4 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_iv.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_iv.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_iv.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_iv.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_iv.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_iv.properties new file mode 100644 index 0000000000..03b6dcd61c --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_iv.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:emerald +nbt.ExtraAttributes.id=hotm_perk_vertical_line_5 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_v.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_v.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_v.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_v.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_v.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_v.properties new file mode 100644 index 0000000000..ae185300bf --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_v.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:emerald +nbt.ExtraAttributes.id=hotm_perk_vertical_line_6 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_vi.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_vi.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_vi.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_vi.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_vi.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_vi.properties new file mode 100644 index 0000000000..52346dc769 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_vi.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:emerald +nbt.ExtraAttributes.id=hotm_perk_vertical_line_7 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_vii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_vii.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_vii.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_vii.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_vii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_vii.properties new file mode 100644 index 0000000000..4cd5d7d80d --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_vii.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:emerald +nbt.ExtraAttributes.id=hotm_perk_vertical_line_8 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_viii.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_viii.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_progress_viii.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_viii.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_viii.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_viii.properties new file mode 100644 index 0000000000..126ae0ac47 --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_progress_viii.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:emerald +nbt.ExtraAttributes.id=hotm_perk_vertical_line_9 \ No newline at end of file diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_base.png b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_unlocked.png similarity index 100% rename from public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/perks/crystallized/c_base.png rename to public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_unlocked.png diff --git a/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_unlocked.properties b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_unlocked.properties new file mode 100644 index 0000000000..a050260cff --- /dev/null +++ b/public/resourcepacks/RNBW+_0_7/assets/minecraft/mcpatcher/cit/gui_icons/mountain_heart/tree/vertical_line/line_unlocked.properties @@ -0,0 +1,3 @@ +type=item +items=minecraft:emerald +nbt.ExtraAttributes.id=hotm_perk_vertical_line_1 \ No newline at end of file diff --git a/public/resources/themes/warpwing.json b/public/resources/themes/warpwing.json index 4c15c89597..ef33cb99c8 100644 --- a/public/resources/themes/warpwing.json +++ b/public/resources/themes/warpwing.json @@ -3,7 +3,7 @@ "author": "WarpWing", "schema": 2, "images": { - "bg": "https://cdn.discordapp.com/attachments/713278398830477353/744929704611676221/farming_2.png" + "bg": "https://blog.warpwing.cloud/_astro/demo-banner.BbPub-ks_1KHh80.webp" }, "backgrounds": { "skillbar": { "type": "color", "color": "#00aabb" } diff --git a/public/resources/ts/elements/inventory-view.ts b/public/resources/ts/elements/inventory-view.ts index d9af2af75a..484acdd953 100644 --- a/public/resources/ts/elements/inventory-view.ts +++ b/public/resources/ts/elements/inventory-view.ts @@ -47,7 +47,7 @@ export class InventoryView extends LitElement { ); } } else if (this.inventoryType === "hotm") { - pagesize = 7 * 9; + pagesize = 10 * 9; } else if (this.inventoryType === "bingo_card") { pagesize = 6 * 9; } else if (this.inventoryType === "museum") { diff --git a/src/constants/hotm.js b/src/constants/hotm.js index 432a51777d..57d32b39ce 100644 --- a/src/constants/hotm.js +++ b/src/constants/hotm.js @@ -18,17 +18,23 @@ const UPGRADE_TYPES = { name: "FREE", color: "a", }, + glacite_powder: { + name: "Glacite Powder", + color: "b", + }, }; const rewards = { hotm: { 1: { token_of_the_mountain: 1, + skyblock_experience: 35, }, 2: { token_of_the_mountain: 2, access_to_forge: 0, new_forgeable_items: 0, + skyblock_experience: 45, }, 3: { token_of_the_mountain: 2, @@ -36,23 +42,43 @@ const rewards = { new_forgeable_items: 0, access_crystal_hollows: 0, emissary_braum_crystal_hollows: 0, + skyblock_experience: 60, }, 4: { token_of_the_mountain: 2, forge_slot: 1, new_forgeable_items: 0, + skyblock_experience: 75, }, 5: { token_of_the_mountain: 2, new_forgeable_items: 0, + skyblock_experience: 90, }, 6: { token_of_the_mountain: 2, new_forgeable_items: 0, + skyblock_experience: 100, }, 7: { token_of_the_mountain: 3, new_forgeable_items: 0, + skyblock_experience: 130, + }, + 8: { + token_of_the_mountain: 2, + new_forgeable_items: 0, + skyblock_experience: 180, + }, + 9: { + token_of_the_mountain: 2, + new_forgeable_items: 0, + skyblock_experience: 210, + }, + 10: { + token_of_the_mountain: 2, + new_forgeable_items: 0, + skyblock_experience: 240, }, }, potm: { @@ -85,6 +111,18 @@ const rewards = { token_of_the_mountain: 1, skyblock_experience: 125, }, + 8: { + glacite_powder_when_mining_glacite: 3, + skyblock_experience: 150, + }, + 9: { + chance_for_glacite_mineshaft_to_spawn: "10%", + skyblock_experience: 175, + }, + 10: { + token_of_the_mountain: 2, + skyblock_experience: 200, + }, }, rewards: { token_of_the_mountain: { @@ -120,17 +158,25 @@ const rewards = { qtyColor: "a", }, mithril_powder_when_mining_mithril: { - formatted: "§2Mithril Powder §7when mining §fMithril", + formatted: "§2Base Mithril Powder §7when mining §fMithril", qtyColor: "2", }, gemstone_powder_when_mining_gemstones: { - formatted: "§dGemstone Powder §7when mining §dGemstones", + formatted: "§dBase Gemstone Powder §7when mining §dGemstones", qtyColor: "d", }, skyblock_experience: { formatted: "§bSkyblock XP", qtyColor: "b", }, + glacite_powder_when_mining_glacite: { + formatted: "§bBase Glacite Powder §7when mining §bGlacite", + qtyColor: "b", + }, + chance_for_glacite_mineshaft_to_spawn: { + formatted: "§achance §bfor Glacite Mineshaft §7to spawn.", + qtyColor: "a", + }, }, }; @@ -164,6 +210,23 @@ const nodeNames = { forge_time: "Quick Forge", pickaxe_toss: "Pickobulus", mining_speed: "Mining Speed", + gemstone_infusion: "Gemstone Infusion", + gifts_from_the_departed: "Gifts from the Departed", + frozen_solid: "Frozen Solid", + hungry_for_more: "Dead Man's Chest", + excavator: "Excavator", + rags_of_riches: "Rags of Riches", + hazardous_miner: "Hazardous Miner", + surveyor: "Surveyor", + subzero_mining: "SubZero Mining", + eager_adventurer: "Eager Adventurer", + keen_eye: "Keen Eye", + warm_hearted: "Warm Hearted", + dust_collector: "Dust Collector", + daily_grind: "Daily Grind", + strong_arm: "Strong Arm", + no_stone_unturned: "No Stone Unturned", + mineshaft_mayhem: "Mineshaft Mayhem", }; /* @@ -268,7 +331,7 @@ class HotM { }; } - get position7x9() { + get position10x9() { return 9 * (HOTM.tiers - this.tier) + 1; } } @@ -294,8 +357,8 @@ class Node { this.selectedPickaxeAbility = data.selectedPickaxeAbility; } - get position7x9() { - return this.position + 1 + (ceil(this.position / HOTM.tiers) - 1) * 2; + get position10x9() { + return this.position + 1; } get itemData() { @@ -476,10 +539,11 @@ class MiningSpeed2 extends Node { super(data); this.id = "mining_speed_2"; this.name = nodeNames[this.id]; - this.position = 2; + this.position = 29; this.max_level = 50; this.upgrade_type = "gemstone_powder"; this.requires = ["lonesome_miner"]; + this.positionType = "vertical_line"; } get upgradeCost() { @@ -498,10 +562,11 @@ class PowderBuff extends Node { super(data); this.id = "powder_buff"; this.name = nodeNames[this.id]; - this.position = 4; + this.position = 31; this.max_level = 50; this.upgrade_type = "gemstone_powder"; this.requires = ["mole"]; + this.positionType = "vertical_line"; } get upgradeCost() { @@ -520,10 +585,11 @@ class MiningFortune2 extends Node { super(data); this.id = "mining_fortune_2"; this.name = nodeNames[this.id]; - this.position = 6; + this.position = 33; this.max_level = 50; this.upgrade_type = "gemstone_powder"; this.requires = ["great_explorer"]; + this.positionType = "vertical_line"; } get upgradeCost() { @@ -542,11 +608,12 @@ class VeinSeeker extends Node { super(data); this.id = "vein_seeker"; this.name = nodeNames[this.id]; - this.position = 8; + this.position = 37; this.max_level = 1; this.upgrade_type = null; this.requires = ["lonesome_miner"]; this.nodeType = "pickaxe_ability"; + this.positionType = "right_ability"; } get upgradeCost() { @@ -574,10 +641,11 @@ class LonesomeMiner extends Node { super(data); this.id = "lonesome_miner"; this.name = nodeNames[this.id]; - this.position = 9; + this.position = 38; this.max_level = 45; this.upgrade_type = "gemstone_powder"; this.requires = ["goblin_killer", "professional"]; + this.positionType = "cross"; } get upgradeCost() { @@ -598,10 +666,11 @@ class Professional extends Node { super(data); this.id = "professional"; this.name = nodeNames[this.id]; - this.position = 10; + this.position = 39; this.max_level = 140; this.upgrade_type = "gemstone_powder"; this.requires = ["mole", "lonesome_miner"]; + this.positionType = "horizontal_line"; } get upgradeCost() { @@ -620,10 +689,11 @@ class Mole extends Node { super(data); this.id = "mole"; this.name = nodeNames[this.id]; - this.position = 11; + this.position = 40; this.max_level = 190; this.upgrade_type = "gemstone_powder"; this.requires = ["efficient_miner", "professional", "fortunate"]; + this.positionType = "cross"; } get upgradeCost() { @@ -651,10 +721,11 @@ class Fortunate extends Node { super(data); this.id = "fortunate"; this.name = nodeNames[this.id]; - this.position = 12; + this.position = 41; this.max_level = 20; this.upgrade_type = "mithril_powder"; this.requires = ["mole", "great_explorer"]; + this.positionType = "horizontal_line"; } get upgradeCost() { @@ -673,10 +744,11 @@ class GreatExplorer extends Node { super(data); this.id = "great_explorer"; this.name = nodeNames[this.id]; - this.position = 13; + this.position = 42; this.max_level = 20; this.upgrade_type = "gemstone_powder"; this.requires = ["star_powder", "fortunate"]; + this.positionType = "cross"; } get upgradeCost() { @@ -698,11 +770,12 @@ class ManiacMiner extends Node { super(data); this.id = "maniac_miner"; this.name = nodeNames[this.id]; - this.position = 14; + this.position = 43; this.max_level = 1; this.upgrade_type = null; this.requires = ["great_explorer"]; this.nodeType = "pickaxe_ability"; + this.positionType = "left_ability"; } get upgradeCost() { @@ -730,10 +803,11 @@ class GoblinKiller extends Node { super(data); this.id = "goblin_killer"; this.name = nodeNames[this.id]; - this.position = 16; + this.position = 47; this.max_level = 1; this.upgrade_type = null; this.requires = ["mining_madness", "lonesome_miner"]; + this.positionType = "vertical_line"; } get upgradeCost() { @@ -752,11 +826,12 @@ class PeakOfTheMountain extends Node { super(data); this.id = "special_0"; this.name = nodeNames[this.id]; - this.position = 18; - this.max_level = 7; + this.position = 49; + this.max_level = 10; this.upgrade_type = data.level >= 5 ? "gemstone_powder" : "mithril_powder"; this.requires = ["efficient_miner"]; this.nodeType = "special"; + this.positionType = "peak_of_the_mountain"; } get upgradeCost() { @@ -792,10 +867,11 @@ class StarPowder extends Node { super(data); this.id = "star_powder"; this.name = nodeNames[this.id]; - this.position = 20; + this.position = 51; this.max_level = 1; this.upgrade_type = null; this.requires = ["front_loaded", "great_explorer"]; + this.positionType = "vertical_line"; } get upgradeCost() { @@ -812,10 +888,11 @@ class SkyMall extends Node { super(data); this.id = "daily_effect"; this.name = nodeNames[this.id]; - this.position = 22; + this.position = 55; this.max_level = 1; this.upgrade_type = null; this.requires = ["mining_madness"]; + this.positionType = "left_perk"; } get upgradeCost() { @@ -842,10 +919,11 @@ class MiningMadness extends Node { super(data); this.id = "mining_madness"; this.name = nodeNames[this.id]; - this.position = 23; + this.position = 56; this.max_level = 1; this.upgrade_type = null; this.requires = ["random_event", "mining_experience", "goblin_killer"]; + this.positionType = "cross"; } get upgradeCost() { @@ -864,10 +942,11 @@ class SeasonedMineman extends Node { super(data); this.id = "mining_experience"; this.name = nodeNames[this.id]; - this.position = 24; + this.position = 57; this.max_level = 100; this.upgrade_type = "mithril_powder"; this.requires = ["efficient_miner", "mining_madness"]; + this.positionType = "horizontal_line"; } get upgradeCost() { @@ -886,10 +965,11 @@ class EfficientMiner extends Node { super(data); this.id = "efficient_miner"; this.name = nodeNames[this.id]; - this.position = 25; + this.position = 58; this.max_level = 100; this.upgrade_type = "mithril_powder"; this.requires = ["daily_powder", "mining_experience", "experience_orbs"]; + this.positionType = "cross"; } get upgradeCost() { @@ -909,10 +989,11 @@ class Orbiter extends Node { super(data); this.id = "experience_orbs"; this.name = nodeNames[this.id]; - this.position = 26; + this.position = 59; this.max_level = 80; this.upgrade_type = "mithril_powder"; this.requires = ["efficient_miner", "front_loaded"]; + this.positionType = "horizontal_line"; } get upgradeCost() { @@ -931,10 +1012,11 @@ class FrontLoaded extends Node { super(data); this.id = "front_loaded"; this.name = nodeNames[this.id]; - this.position = 27; + this.position = 60; this.max_level = 1; this.upgrade_type = null; this.requires = ["fallen_star_bonus", "experience_orbs", "star_powder"]; + this.positionType = "cross"; } get upgradeCost() { @@ -953,10 +1035,11 @@ class PrecisionMining extends Node { super(data); this.id = "precision_mining"; this.name = nodeNames[this.id]; - this.position = 28; + this.position = 61; this.max_level = 1; this.upgrade_type = null; this.requires = ["front_loaded"]; + this.positionType = "right_perk"; } get upgradeCost() { @@ -975,10 +1058,11 @@ class LuckOfTheCave extends Node { super(data); this.id = "random_event"; this.name = nodeNames[this.id]; - this.position = 30; + this.position = 65; this.max_level = 45; this.upgrade_type = "mithril_powder"; this.requires = ["mining_speed_boost", "mining_madness"]; + this.positionType = "vertical_line"; } get upgradeCost() { @@ -1004,10 +1088,11 @@ class DailyPowder extends Node { super(data); this.id = "daily_powder"; this.name = nodeNames[this.id]; - this.position = 32; + this.position = 67; this.max_level = 100; this.upgrade_type = "mithril_powder"; this.requires = ["mining_fortune"]; + this.positionType = "vertical_line"; } get upgradeCost() { @@ -1026,10 +1111,11 @@ class Crystallized extends Node { super(data); this.id = "fallen_star_bonus"; this.name = nodeNames[this.id]; - this.position = 34; + this.position = 69; this.max_level = 30; this.upgrade_type = "mithril_powder"; this.requires = ["pickaxe_toss", "front_loaded"]; + this.positionType = "vertical_line"; } get upgradeCost() { @@ -1051,11 +1137,12 @@ class MiningSpeedBoost extends Node { super(data); this.id = "mining_speed_boost"; this.name = nodeNames[this.id]; - this.position = 37; + this.position = 74; this.max_level = 1; this.upgrade_type = null; this.requires = ["titanium_insanium", "random_event"]; this.nodeType = "pickaxe_ability"; + this.positionType = "left_l"; } get upgradeCost() { @@ -1083,10 +1170,11 @@ class TitaniumInsanium extends Node { super(data); this.id = "titanium_insanium"; this.name = nodeNames[this.id]; - this.position = 38; + this.position = 75; this.max_level = 50; this.upgrade_type = "mithril_powder"; this.requires = ["mining_fortune", "mining_speed_boost"]; + this.positionType = "horizontal_line"; } get upgradeCost() { @@ -1105,10 +1193,11 @@ class MiningFortune extends Node { super(data); this.id = "mining_fortune"; this.name = nodeNames[this.id]; - this.position = 39; + this.position = 76; this.max_level = 50; this.upgrade_type = "mithril_powder"; this.requires = ["mining_speed"]; + this.positionType = "cross"; } get upgradeCost() { @@ -1127,10 +1216,11 @@ class QuickForge extends Node { super(data); this.id = "forge_time"; this.name = nodeNames[this.id]; - this.position = 40; + this.position = 77; this.max_level = 20; this.upgrade_type = "mithril_powder"; this.requires = ["mining_fortune", "pickaxe_toss"]; + this.positionType = "horizontal_line"; } get upgradeCost() { @@ -1152,11 +1242,12 @@ class Pickobulus extends Node { super(data); this.id = "pickaxe_toss"; this.name = nodeNames[this.id]; - this.position = 41; + this.position = 78; this.max_level = 1; this.upgrade_type = null; this.requires = ["forge_time", "fallen_star_bonus"]; this.nodeType = "pickaxe_ability"; + this.positionType = "right_l"; } get upgradeCost() { @@ -1183,10 +1274,11 @@ class MiningSpeed extends Node { super(data); this.id = "mining_speed"; this.name = nodeNames[this.id]; - this.position = 46; + this.position = 85; this.max_level = 50; this.upgrade_type = "mithril_powder"; this.requires = []; + this.positionType = "vertical_line"; } get upgradeCost() { @@ -1199,6 +1291,392 @@ class MiningSpeed extends Node { return [`§7Grants §a+${val} §6${SYMBOLS.mining_speed} Mining Speed§7.`]; } } +class GemstoneInfusion extends Node { + constructor(data) { + super(data); + this.id = "gemstone_infusion"; + this.name = nodeNames[this.id]; + this.position = 1; + this.max_level = 1; + this.upgrade_type = null; + this.requires = ["gifts_from_the_departed"]; + this.nodeType = "pickaxe_ability"; + this.positionType = "right_ability"; + } + + get upgradeCost() { + return 0; + } + + perk(level) { + const boost = [50, 50, 50][this.pickaxeAbilityLevel - 1]; + const duration = [16, 16, 16][this.pickaxeAbilityLevel - 1]; + const cooldown = [140, 140, 140][this.pickaxeAbilityLevel - 1]; + return [ + "§6Pickaxe Ability: Gemstone Infusion", + `§7Increases the effectivness of §6every Gemstone §7in your pick's Gemstone Slots by §a${boost}% §7for §a${duration}s.`, + `§8Cooldown: §a${cooldown}s`, + "", + "§8Pickaxe Abilities apply to all of your pickaxes. You can select a Pickaxe Ability from your Heart of the Mountain.", + "", + "§8Upgrade your Pickaxe Abilities by unlocking §cPeak of the Mountain §8in this menu!", + ]; + } +} + +class GiftsFromTheDeparted extends Node { + constructor(data) { + super(data); + this.id = "gifts_from_the_departed"; + this.name = nodeNames[this.id]; + this.position = 2; + this.max_level = 100; + this.upgrade_type = "glacite_powder"; + this.requires = []; + this.positionType = "top"; + } + + get upgradeCost() { + const nextLevel = this.level + 1; + + return nextLevel + 1; + } + + perk(level) { + const val = level * 0.2; + + return [`§7Gain a §a${val}% §7chance to get an extra item when looting a §bFrozen Corpse§7.`]; + } +} + +class FrozenSolid extends Node { + constructor(data) { + super(data); + this.id = "frozen_solid"; + this.name = nodeNames[this.id]; + this.position = 3; + this.max_level = 1; + this.upgrade_type = "glacite_powder"; + this.requires = []; + this.positionType = "horizontal_line"; + } + + perk() { + return [`§7Gain §a2x §bGlacite Powder §7from killing mobs in the §bGlacite Tunnels §7and §bGlacite Mineshafts§7.`]; + } +} + +class HungryForMore extends Node { + constructor(data) { + super(data); + this.id = "hungry_for_more"; + this.name = nodeNames[this.id]; + this.position = 4; + this.max_level = 50; + this.upgrade_type = "glacite_powder"; + this.requires = []; + this.positionType = "top"; + } + + get upgradeCost() { + const nextLevel = this.level + 1; + + return nextLevel + 1; + } + + perk(level) { + const val = level * 1; + + return [ + `§7Gain a §a${val}% §7chance to spawn §a1 §7additional §bFrozen Corpse §7when you enter a §bGlacite Mineshaft§7.`, + ]; + } +} + +class Excavator extends Node { + constructor(data) { + super(data); + this.id = "excavator"; + this.name = nodeNames[this.id]; + this.position = 5; + this.max_level = 50; + this.upgrade_type = "glacite_powder"; + this.requires = []; + this.positionType = "horizontal_line"; + } + + get upgradeCost() { + const nextLevel = this.level + 1; + + return nextLevel + 1; + } + + perk(level) { + const val = level * 0.5; + + return [`§9Suspicious Scraps §7are §a${val}% §7more likely to contain a fossil.`]; + } +} + +class RagsOfRiches extends Node { + constructor(data) { + super(data); + this.id = "rags_of_riches"; + this.name = nodeNames[this.id]; + this.position = 6; + this.max_level = 1; + this.upgrade_type = "glacite_powder"; + this.requires = []; + this.positionType = "top"; + } + + perk(level) { + const val = level * 2; + + return [`§7Grants §a+${val} §6${SYMBOLS.mining_fortune} Mining Fortune §7while mining inside a §bGlaite Mineshaft`]; + } +} + +class HazardousMiner extends Node { + constructor(data) { + super(data); + this.id = "hazardous_miner"; + this.name = nodeNames[this.id]; + this.position = 7; + this.max_level = 1; + this.upgrade_type = null; + this.requires = [""]; + this.nodeType = "pickaxe_ability"; + this.positionType = "left_ability"; + } + + get upgradeCost() { + return 0; + } + + perk() { + const boost = [40, 40, 40][this.pickaxeAbilityLevel - 1]; + const duration = [16.5, 16.5, 16.5][this.pickaxeAbilityLevel - 1]; + const radius = [20, 20, 20][this.pickaxeAbilityLevel - 1]; + const cooldown = [140, 140, 140][this.pickaxeAbilityLevel - 1]; + return [ + "§6Pickaxe Ability: Hazardous Miner", + `§7Grants §a+${boost} §6${SYMBOLS.mining_speed} Mining Speed §7for §a${duration}s §7for each enemy within §a${radius} §7blocks`, + `§8Cooldown: §a${cooldown}s`, + "", + "§8Pickaxe Abilities apply to all of your pickaxes. You can select a Pickaxe Ability from your Heart of the Mountain.", + "", + "§8Upgrade your Pickaxe Abilities by unlocking §cPeak of the Mountain §8in this menu!", + ]; + } +} + +class Surveyor extends Node { + constructor(data) { + super(data); + this.id = "surveyor"; + this.name = nodeNames[this.id]; + this.position = 11; + this.max_level = 20; + this.upgrade_type = "glacite_powder"; + this.requires = []; + this.positionType = "vertical_line"; + } + + perk(level) { + const val = level * 0.75; + + return [ + `§7Increases your chance of finding a §bGlacite Mineshaft §7when mining in the §bGlacite Tunnels §7by §a+${val}%§7.`, + ]; + } +} + +class SubzeroMining extends Node { + constructor(data) { + super(data); + this.id = "subzero_mining"; + this.name = nodeNames[this.id]; + this.position = 13; + this.max_level = 100; + this.upgrade_type = "glacite_powder"; + this.requires = []; + this.positionType = "vertical_line"; + } + + perk(level) { + const val = level * 1; + + return [`§7Grants §a+${val} §6${SYMBOLS.mining_fortune} Mining Fortune §7when mining §bGlacite§7.`]; + } +} + +class EagerAdventurer extends Node { + constructor(data) { + super(data); + this.id = "eager_adventurer"; + this.name = nodeNames[this.id]; + this.position = 15; + this.max_level = 50; + this.upgrade_type = "glacite_powder"; + this.requires = []; + this.positionType = "vertical_line"; + } + + perk(level) { + const val = level * 2; + + return [`§7Grants §a+${val} §6${SYMBOLS.mining_speed} Mining Speed §7when inside the §bGlacite Mineshafts§7.`]; + } +} + +class KeenEye extends Node { + constructor(data) { + super(data); + this.id = "keen_eye"; + this.name = nodeNames[this.id]; + this.position = 19; + this.max_level = 1; + this.upgrade_type = "glacite_powder"; + this.requires = []; + this.positionType = "left_perk"; + } + + perk() { + return [ + `§7Whenever you enter a §bGlacite Mineshaft §7one highlighted Hard Stone §7will contian §a+250 §bGlacite Powder§7.`, + ]; + } +} + +class WarmHearted extends Node { + constructor(data) { + super(data); + this.id = "warm_hearted"; + this.name = nodeNames[this.id]; + this.position = 20; + this.max_level = 50; + this.upgrade_type = "glacite_powder"; + this.requires = []; + this.positionType = "cross"; + } + + perk(level) { + const val = level * 0.2; + + return [`§7Grants §a+${val} §b${SYMBOLS.cold_resistence} Cold Resistence§7.`]; + } +} + +class DustCollector extends Node { + constructor(data) { + super(data); + this.id = "dust_collector"; + this.name = nodeNames[this.id]; + this.position = 21; + this.max_level = 20; + this.upgrade_type = "glacite_powder"; + this.requires = []; + this.positionType = "horizontal_line"; + } + + perk(level) { + const val = level * 1; + + return [`§7Receive §a${val}% §7more §fFossil Dust §7from all sources.`]; + } +} + +class DailyGrind extends Node { + constructor(data) { + super(data); + this.id = "daily_grind"; + this.name = nodeNames[this.id]; + this.position = 22; + this.max_level = 100; + this.upgrade_type = "glacite_powder"; + this.requires = []; + this.positionType = "cross"; + } + + perk() { + const val = 50; + + return [ + `§7Your first daily commission in each Mining Zone grants bonus powder: `, + ``, + `§2Dwarven Mines: §a+${val} §2Mithril Powder`, + `§5Crystal Hollows: §a+${val} §dGemstone Powder`, + `§bGlacite Tunnels: §a+${val} §bGlacite Powder`, + ]; + } +} + +class StrongArm extends Node { + constructor(data) { + super(data); + this.id = "strong_arm"; + this.name = nodeNames[this.id]; + this.position = 23; + this.max_level = 100; + this.upgrade_type = "glacite_powder"; + this.requires = []; + this.positionType = "horizontal_line"; + } + + perk(level) { + const val = level * 5; + + return [`§7Gain §a+${val} §6${SYMBOLS.mining_speed} Mining Speed §7when mining Tungsten or Umber.`]; + } +} + +class NoStoneUnturned extends Node { + constructor(data) { + super(data); + this.id = "no_stone_unturned"; + this.name = nodeNames[this.id]; + this.position = 24; + this.max_level = 50; + this.upgrade_type = "glacite_powder"; + this.requires = []; + this.positionType = "cross"; + } + + perk(level) { + const val = level * 0.5; + + return [ + `§7Increases your chances of finding a §9Suspicious Scrap §7when mining in a §bGlacite Mineshaft by §a${val}%§7.`, + ]; + } +} + +class MineshaftMayhem extends Node { + constructor(data) { + super(data); + this.id = "mineshaft_mayhem"; + this.name = nodeNames[this.id]; + this.position = 25; + this.max_level = 1; + this.upgrade_type = "glacite_powder"; + this.requires = []; + this.positionType = "right_perk"; + } + + perk() { + return [ + `§7Every time your enter a §bGlacite Mineshaft§7, you receive a random buff.`, + ``, + `§7Possible Buffs`, + `§8 ■ §a+5% §7chance to find a §9Suspicious Scrap§7.`, + `§8 ■ §7Gain §a100 §6${SYMBOLS.mining_speed} Mining Speed§7.`, + `§8 ■ §7Gain §a200 §6${SYMBOLS.mining_fortune} Mining Fortune§7.`, + `§8 ■ §7Gain §a+10 §b${SYMBOLS.cold_resistence} Cold Resistence§7.`, + `§8 ■ §7Reduce Pickaxe Ability cooldown by §a25%§7.`, + ]; + } +} /* .####.########.########.##.....##..######. @@ -1211,7 +1689,7 @@ class MiningSpeed extends Node { */ class HotmItem { - get position7x9() { + get position10x9() { return 9 * (HOTM.tiers - this.position) + 9; } } @@ -1261,6 +1739,7 @@ class CrystalHollowsCrystals extends HotmItem { Damage: 3, glowing: false, texture_path: "/head/ef7835fc9e6daf632160e9b7ff378788a408064cc75ebf9f5158e615bdd59603", + skyblock_id: "hotm_crystal", }; this.crystals = data.crystals; } @@ -1281,6 +1760,11 @@ class CrystalHollowsCrystals extends HotmItem { "§dYour Other Crystals", `§8- §dJasper ${this.formatCrystal("jasper", this.crystals.jasper_crystal?.state)}`, `§8- §cRuby ${this.formatCrystal("ruby", this.crystals.ruby_crystal?.state)}`, + `§8- §fOpal ${this.formatCrystal("opal", this.crystals.opal_crystal?.state)}`, + `§8- §bAquamarine ${this.formatCrystal("aquamarine", this.crystals.aquamarine_crystal?.state)}`, + `§8- §2Peridot ${this.formatCrystal("peridot", this.crystals.peridot_crystal?.state)}`, + `§8- §4Citrine ${this.formatCrystal("citrine", this.crystals.citrine_crystal?.state)}`, + `§8- §0Onyx ${this.formatCrystal("onyx", this.crystals.onyx_crystal?.state)}`, ]; } @@ -1309,7 +1793,7 @@ class CrystalHollowsCrystals extends HotmItem { } // Jasper and Ruby do not have a PLACED state - if (["jasper", "ruby"].includes(crystal) && state === "FOUND") { + if (["jasper", "ruby", "opal", "aquamarine", "peridot", "citrine", "onyx"].includes(crystal) && state === "FOUND") { color = "a"; symbol = "✔"; } @@ -1328,6 +1812,7 @@ class HotmReset extends HotmItem { Damage: 3, glowing: false, texture_path: "/head/6448e275313532f54c4ba21894809a23dce52af01ddd1e89fc7689481fab737e", + skyblock_id: "hotm_reset", }; this.last_reset = data.last_reset; this.resources = { @@ -1345,6 +1830,7 @@ class HotmReset extends HotmItem { `§8- §5${this.resources.token_of_the_mountain.toLocaleString()} Token of the Mountain`, `§8- §2${this.resources.mithril_powder.toLocaleString()} Mithril Powder`, `§8- §d${this.resources.gemstone_powder.toLocaleString()} Gemstone Powder`, + `§8- §b${this.resources.gemstone_powder.toLocaleString()} Glacite Powder`, "", "§7You will §akeep §7any Tiers and §cPeak of the Mountain §7that you have unlocked.", ]; @@ -1384,9 +1870,31 @@ class HotmReset extends HotmItem { */ const nodeClasses = { + // HOTM 10 + gemstone_infusion: GemstoneInfusion, + gifts_from_the_departed: GiftsFromTheDeparted, + frozen_solid: FrozenSolid, + hungry_for_more: HungryForMore, + excavator: Excavator, + rags_of_riches: RagsOfRiches, + hazardous_miner: HazardousMiner, + // HOTM 9 + surveyor: Surveyor, + subzero_mining: SubzeroMining, + eager_adventurer: EagerAdventurer, + // HOTM 8 + keen_eye: KeenEye, + warm_hearted: WarmHearted, + dust_collector: DustCollector, + daily_grind: DailyGrind, + strong_arm: StrongArm, + no_stone_unturned: NoStoneUnturned, + mineshaft_mayhem: MineshaftMayhem, + // HOTM 7 mining_speed_2: MiningSpeed2, powder_buff: PowderBuff, mining_fortune_2: MiningFortune2, + // HOTM 6 vein_seeker: VeinSeeker, lonesome_miner: LonesomeMiner, professional: Professional, @@ -1394,9 +1902,11 @@ const nodeClasses = { fortunate: Fortunate, great_explorer: GreatExplorer, maniac_miner: ManiacMiner, + // HOTM 5 goblin_killer: GoblinKiller, special_0: PeakOfTheMountain, star_powder: StarPowder, + // HOTM 4 daily_effect: SkyMall, mining_madness: MiningMadness, mining_experience: SeasonedMineman, @@ -1404,14 +1914,17 @@ const nodeClasses = { experience_orbs: Orbiter, front_loaded: FrontLoaded, precision_mining: PrecisionMining, + // HOTM 3 random_event: LuckOfTheCave, daily_powder: DailyPowder, fallen_star_bonus: Crystallized, + // HOTM 2 mining_speed_boost: MiningSpeedBoost, titanium_insanium: TitaniumInsanium, mining_fortune: MiningFortune, forge_time: QuickForge, pickaxe_toss: Pickobulus, + // HOTM 1 mining_speed: MiningSpeed, }; @@ -1453,4 +1966,4 @@ export const PRECURSOR_PARTS = { export const COMMISSIONS_MILESTONE = 6; -export const MAX_PEAK_OF_THE_MOUNTAIN_LEVEL = 7; +export const MAX_PEAK_OF_THE_MOUNTAIN_LEVEL = 10; diff --git a/src/constants/leveling.js b/src/constants/leveling.js index e6afd04c0f..544f15a141 100644 --- a/src/constants/leveling.js +++ b/src/constants/leveling.js @@ -295,4 +295,7 @@ export const HOTM_XP = { 5: 60000, 6: 100000, 7: 150000, + 8: 210000, + 9: 290000, + 10: 400000, }; diff --git a/src/helper.js b/src/helper.js index 214517d88e..a897cb3bc8 100644 --- a/src/helper.js +++ b/src/helper.js @@ -664,6 +664,10 @@ export function generateGemLore(type, tier, rarity) { const lore = []; const stats = []; + if (!GEMSTONES[type.toUpperCase()]) { + return "§c§oMISSING GEMSTONE DATA§r"; + } + // Gem color const color = `§${GEMSTONES[type.toUpperCase()].color}`; diff --git a/src/scripts/update-featured-profiles.js b/src/scripts/update-featured-profiles.js index 7cdf4fe06a..208b83ec53 100644 --- a/src/scripts/update-featured-profiles.js +++ b/src/scripts/update-featured-profiles.js @@ -36,7 +36,7 @@ const FEATURED_PROFILES = [ { // WarpWing uuid: "7d7b04b49c24433cacc60a3da66eba01", - type: "MAINTAINER", + type: "HOST", message: "Grandmaster of Unit Testing", }, { diff --git a/src/stats/items/mining.js b/src/stats/items/mining.js index 12cbb2d95e..6117a276f2 100644 --- a/src/stats/items/mining.js +++ b/src/stats/items/mining.js @@ -13,7 +13,7 @@ export function getHotmItems(userProfile, packs) { const output = []; // Filling the space with empty items - for (let index = 0; index < 7 * 9; index++) { + for (let index = 0; index < 10 * 9; index++) { output.push(helper.generateItem()); } @@ -49,7 +49,7 @@ export function getHotmItems(userProfile, packs) { selectedPickaxeAbility: data.selected_pickaxe_ability, }); - output[node.position7x9 - 1] = helper.generateItem({ + output[node.position10x9 - 1] = helper.generateItem({ display_name: node.name, id: node.itemData.id, Damage: node.itemData.Damage, @@ -59,8 +59,11 @@ export function getHotmItems(userProfile, packs) { Name: node.displayName, Lore: node.lore, }, + ExtraAttributes: { + id: getHotMPerkId(node), + }, }, - position: node.position7x9, + position: node.position10x9, }); } @@ -68,7 +71,7 @@ export function getHotmItems(userProfile, packs) { for (let tier = 1; tier <= constants.HOTM.tiers; tier++) { const hotm = new constants.HOTM.hotm(tier, hotmLevelData); - output[hotm.position7x9 - 1] = helper.generateItem({ + output[hotm.position10x9 - 1] = helper.generateItem({ display_name: `Tier ${tier}`, id: hotm.itemData.id, Damage: hotm.itemData.Damage, @@ -78,8 +81,11 @@ export function getHotmItems(userProfile, packs) { Name: hotm.displayName, Lore: hotm.lore, }, + ExtraAttributes: { + id: getHOTMLevelId(hotm), + }, }, - position: hotm.position7x9, + position: hotm.position10x9, }); } @@ -90,12 +96,13 @@ export function getHotmItems(userProfile, packs) { token_of_the_mountain: mcdata.tokens, mithril_powder: mcdata.powder.mithril, gemstone_powder: mcdata.powder.gemstone, + glacite_powder: mcdata.powder.glacite, }, crystals: mcdata.crystal_nucleus.crystals, last_reset: mcdata.hotm_last_reset, }); - output[item.position7x9 - 1] = helper.generateItem({ + output[item.position10x9 - 1] = helper.generateItem({ display_name: helper.removeFormatting(item.displayName), id: item.itemData.id, Damage: item.itemData.Damage, @@ -106,8 +113,11 @@ export function getHotmItems(userProfile, packs) { Name: item.displayName, Lore: item.lore, }, + ExtraAttributes: { + id: item.itemData.skyblock_id, + }, }, - position: item.position7x9, + position: item.position10x9, }); } @@ -130,3 +140,57 @@ export function getHotmItems(userProfile, packs) { return output; } + +/** + * Returns the level ID of a HOTM based on the progress. Created to improve performance by avoiding regex and string operations. + * @param {Object} hotm - The HOTM object containing tier, level, xpCurrent, and xpForNext properties. + * @returns {string} - The level ID of the HOTM. + */ +function getHOTMLevelId(hotm) { + const progress = hotm.tier <= hotm.level ? 1 : hotm.level + 1 === hotm.tier ? hotm.xpCurrent / hotm.xpForNext : 0; + if (hotm.tier === 1 || hotm.tier === 10) { + return `hotm_level_${hotm.tier}_${getHOTMLvLTier(progress)}`; + } + + return `hotm_level_${getHOTMLvLTier(progress)}`; +} + +/** + * Returns the HotM perk ID based on the given perk object. + * @param {Object} perk - The perk object containing level and max_level properties. + * @returns {string} - The HotM perk ID. + */ +function getHotMPerkId(perk) { + const progress = perk.level / perk.max_level; + + return `hotm_perk_${perk.positionType}_${perk.positionType === "cross" ? Math.ceil(getHotMPerkTier(progress) / 2) : getHotMPerkTier(progress)}`; +} + +function getHOTMLvLTier(progress) { + const tiers = [0, 0.125, 0.25, 0.375, 0.5, 0.625, 0.875, 1]; + if (progress === 0) { + return 0; + } + + for (let i = 0; i < tiers.length; i++) { + if (progress < tiers[i]) { + return i; + } + } + return tiers.length; +} + +function getHotMPerkTier(progress) { + const tiers = [0.01, 0.125, 0.25, 0.375, 0.5, 0.625, 0.875, 1]; + if (progress === 0) { + return 0; + } + + for (let i = 0; i < tiers.length; i++) { + if (progress < tiers[i]) { + return i + 1; + } + } + + return 9; +} diff --git a/src/stats/mining.js b/src/stats/mining.js index 42762b3b62..d9b2a16e3c 100644 --- a/src/stats/mining.js +++ b/src/stats/mining.js @@ -33,6 +33,11 @@ export function getMiningCoreData(userProfile) { spent: data.powder_spent_gemstone || 0, available: data.powder_gemstone ?? 0, }, + glacite: { + total: (data.powder_glacite ?? 0) + (data.powder_spent_glacite ?? 0), + spent: data.powder_spent_glacite ?? 0, + available: data.powder_glacite ?? 0, + }, }; const crystalsCompleted = data.crystals diff --git a/views/sections/stats/dungeons.ejs b/views/sections/stats/dungeons.ejs index 88b0581f1b..6fc67bdfef 100644 --- a/views/sections/stats/dungeons.ejs +++ b/views/sections/stats/dungeons.ejs @@ -19,22 +19,20 @@ function formatDungeonStat(stat, type) {

Dungeons

- <% if (calculated.dungeons.catacombs.visited === false) { %> + <% if (!calculated.dungeons.catacombs?.visited) { %>

<%= calculated.display_name %> hasn't entered a dungeon yet.

<% } else { %> - <% if (calculated.dungeons.catacombs.visited) { %> -
- - - - - - - -
- <% } %> +
+ + + + + + + +

@@ -156,7 +154,7 @@ function formatDungeonStat(stat, type) { <% if (calculated.dungeons.master_catacombs !== undefined) { %>

Master Catacombs

- <% if (calculated.dungeons.master_catacombs.visited === false) { %> + <% if (!calculated.dungeons.master_catacombs?.visited) { %>

<%= calculated.display_name %> hasn't completed any Master Catacombs floor yet.

<% } else { %>
diff --git a/views/sections/stats/skills/mining.ejs b/views/sections/stats/skills/mining.ejs index 592e173162..edc3d18486 100644 --- a/views/sections/stats/skills/mining.ejs +++ b/views/sections/stats/skills/mining.ejs @@ -205,6 +205,17 @@ function itemIcon(item, classes) { %> <%= mining.core.powder.gemstone.total.toLocaleString() %>
+ + <% max = mining.core.powder.glacite.total >= constants.HOTM.powder_for_max_nodes.glacite_powder ? 'golden-text' : '' %> + Glacite Powder: + + <%= mining.core.powder.glacite.total.toLocaleString() %> + +
Pickaxe Ability: