⚠️ Biome Mods added - unused resource pack enabled

⚠️ ⚠️ Warning on BCLIB: can effect and override fog in certain scenarios when in nether or end, if your having fog issues BCLIB config may be the place you want to look first if something is off about the nether or end fog. ⚠️⚠️

- enabled unused boss refresh resource pack that
- added better nether
     dependency: BCLib
- added better end
     dependency: BCLib
- updated .gitignore
This commit is contained in:
2025-05-11 19:44:57 -05:00
parent fd3c74b717
commit 861b820ec6
33 changed files with 1849 additions and 180 deletions

View File

@ -6480,3 +6480,120 @@
}
"betternether:obsidian_breaker" {
# The max level of this enchantment - originally 3.
# Default: 7; Range: [1 ~ 127]
I:"Max Level"=7
# The max level of this enchantment available from loot sources.
# Default: 3; Range: [1 ~ 127]
I:"Max Loot Level"=3
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples
# Default:
S:"Max Power Function"=
# A function to determine the min enchanting power.
# Default:
S:"Min Power Function"=
# If this enchantment is only available by loot sources.
# Default: true
B:Treasure=true
# If this enchantment is obtainable via enchanting and enchanted loot items.
# Default: false
B:Discoverable=false
# If enchanted books of this enchantment are available via loot sources.
# Default: false
B:Lootable=false
# If enchanted books of this enchantment are available via villager trades.
# Default: false
B:Tradeable=false
# The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE.
# Default: VERY_RARE
S:Rarity=VERY_RARE
}
"betternether:ruby_fire" {
# The max level of this enchantment - originally 1.
# Default: 1; Range: [1 ~ 127]
I:"Max Level"=1
# The max level of this enchantment available from loot sources.
# Default: 1; Range: [1 ~ 127]
I:"Max Loot Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples
# Default:
S:"Max Power Function"=
# A function to determine the min enchanting power.
# Default:
S:"Min Power Function"=
# If this enchantment is only available by loot sources.
# Default: true
B:Treasure=true
# If this enchantment is obtainable via enchanting and enchanted loot items.
# Default: false
B:Discoverable=false
# If enchanted books of this enchantment are available via loot sources.
# Default: false
B:Lootable=false
# If enchanted books of this enchantment are available via villager trades.
# Default: false
B:Tradeable=false
# The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE.
# Default: VERY_RARE
S:Rarity=VERY_RARE
}
"betterend:end_veil" {
# The max level of this enchantment - originally 1.
# Default: 1; Range: [1 ~ 127]
I:"Max Level"=1
# The max level of this enchantment available from loot sources.
# Default: 1; Range: [1 ~ 127]
I:"Max Loot Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples
# Default:
S:"Max Power Function"=
# A function to determine the min enchanting power.
# Default:
S:"Min Power Function"=
# If this enchantment is only available by loot sources.
# Default: false
B:Treasure=false
# If this enchantment is obtainable via enchanting and enchanted loot items.
# Default: false
B:Discoverable=false
# If enchanted books of this enchantment are available via loot sources.
# Default: false
B:Lootable=false
# If enchanted books of this enchantment are available via villager trades.
# Default: true
B:Tradeable=true
# The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE.
# Default: VERY_RARE
S:Rarity=VERY_RARE
}

View File

@ -689,11 +689,6 @@ tools {
# Default: [
S:SENTIENT <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:tove_pickaxe
#
# Default: [
S:eclipse_tove_pickaxe <
>
@ -703,11 +698,6 @@ tools {
# Default: [
S:sons_of_sins_butcher_cleaver <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:bone_pickaxe
#
# Default: [
S:eclipse_bone_pickaxe <
>
@ -738,11 +728,6 @@ tools {
# Default: [
S:the_deep_void_onyx_pickaxe <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:bloody_shovel
#
# Default: [
S:eclipse_bloody_shovel <
>
@ -801,11 +786,6 @@ tools {
# Default: [
S:arphex_tectonic_tunneler <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:bumbseye
#
# Default: [
S:eclipse_bumbseye <
>
@ -871,11 +851,6 @@ tools {
# Default: [
S:the_deep_void_all_seeing_sword <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:night_schyte
#
# Default: [
S:eclipse_night_schyte <
>
@ -913,11 +888,6 @@ tools {
# Default: [
S:eldritch_awakening_nyxium_battle_axe_tool <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:bone_shovel
#
# Default: [
S:eclipse_bone_shovel <
>
@ -999,7 +969,7 @@ tools {
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: minecraft:diamond_sword, minecraft:diamond_shovel, minecraft:diamond_pickaxe, minecraft:diamond_axe, minecraft:diamond_hoe, evilcraft:vengeance_pickaxe, occultism:iesnium_pickaxe, farmersdelight:diamond_knife, alexscaves:desolate_dagger
# Items in this group: minecraft:diamond_sword, minecraft:diamond_shovel, minecraft:diamond_pickaxe, minecraft:diamond_axe, minecraft:diamond_hoe, betterend:diamond_hammer, evilcraft:vengeance_pickaxe, occultism:iesnium_pickaxe, farmersdelight:diamond_knife, alexscaves:desolate_dagger
#
# Default: [
S:DIAMOND <
@ -1046,11 +1016,6 @@ tools {
# Default: [
S:legendary_monsters_chorus_blade <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:bloody_pickaxe
#
# Default: [
S:eclipse_bloody_pickaxe <
>
@ -1060,11 +1025,6 @@ tools {
# Default: [
S:iceandfire_dread_sword <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:tove_shovel
#
# Default: [
S:eclipse_tove_shovel <
>
@ -1095,16 +1055,11 @@ tools {
# Default: [
S:CARDBOARD <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:staffwither
#
# Default: [
S:eclipse_staffwither <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: minecraft:golden_sword, minecraft:golden_shovel, minecraft:golden_pickaxe, minecraft:golden_axe, minecraft:golden_hoe, evilcraft:vein_sword, farmersdelight:golden_knife, enchanted:arthana
# Items in this group: minecraft:golden_sword, minecraft:golden_shovel, minecraft:golden_pickaxe, minecraft:golden_axe, minecraft:golden_hoe, betterend:golden_hammer, evilcraft:vein_sword, farmersdelight:golden_knife, enchanted:arthana
#
# Default: [
S:GOLD <
@ -1207,11 +1162,6 @@ tools {
# Default: [
S:scythes_copperscytheranged <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:pithfork
#
# Default: [
S:eclipse_pithfork <
>
@ -1277,16 +1227,11 @@ tools {
# Default: [
S:scythes_blackstonescythe <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:tove_axe
#
# Default: [
S:eclipse_tove_axe <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: minecraft:netherite_sword, minecraft:netherite_shovel, minecraft:netherite_pickaxe, minecraft:netherite_axe, minecraft:netherite_hoe, arsdelight:enchanters_knife, hexerei:warhammer, farmersdelight:netherite_knife, ars_nouveau:enchanters_sword
# Items in this group: minecraft:netherite_sword, minecraft:netherite_shovel, minecraft:netherite_pickaxe, minecraft:netherite_axe, minecraft:netherite_hoe, betterend:netherite_hammer, arsdelight:enchanters_knife, hexerei:warhammer, farmersdelight:netherite_knife, ars_nouveau:enchanters_sword
#
# Default: [
S:NETHERITE <
@ -1431,11 +1376,6 @@ tools {
# Default: [
S:CANDY <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:bloody_axe
#
# Default: [
S:eclipse_bloody_axe <
>
@ -1613,11 +1553,6 @@ tools {
# Default: [
S:scythes_borealscythe <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:eclipse
#
# Default: [
S:eclipse_eclipse <
>
@ -1634,11 +1569,6 @@ tools {
# Default: [
S:the_deep_void_bone_pickaxe <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:terra_sword
#
# Default: [
S:eclipse_terra_sword <
>
@ -1802,11 +1732,6 @@ tools {
# Default: [
S:the_deep_void_onyx_sword <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:eclipse_two
#
# Default: [
S:eclipse_eclipse_two <
>
@ -1816,11 +1741,6 @@ tools {
# Default: [
S:iceandfire_ghost_sword <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:bone_axe
#
# Default: [
S:eclipse_bone_axe <
>
@ -2098,7 +2018,7 @@ tools {
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: minecraft:iron_sword, minecraft:iron_shovel, minecraft:iron_pickaxe, minecraft:iron_axe, minecraft:iron_hoe, evilcraft:spikey_claws, occultism:butcher_knife, farmersdelight:iron_knife, dimdoors:rift_blade, hexcasting:jeweler_hammer
# Items in this group: minecraft:iron_sword, minecraft:iron_shovel, minecraft:iron_pickaxe, minecraft:iron_axe, minecraft:iron_hoe, betterend:iron_hammer, evilcraft:spikey_claws, occultism:butcher_knife, farmersdelight:iron_knife, dimdoors:rift_blade, hexcasting:jeweler_hammer
#
# Default: [
S:IRON <
@ -2145,11 +2065,6 @@ tools {
# Default: [
S:TERRASTEEL <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:upgardewitherstaff
#
# Default: [
S:eclipse_upgardewitherstaff <
>
@ -2208,11 +2123,6 @@ tools {
# Default: [
S:the_deep_void_lavendite_shovel <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:sakurakatana
#
# Default: [
S:eclipse_sakurakatana <
>
@ -2705,6 +2615,55 @@ tools {
# Default: [
S:born_in_chaos_v1_sweet_axe <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: betterend:aeternium_shovel, betterend:aeternium_sword, betterend:aeternium_pickaxe, betterend:aeternium_axe, betterend:aeternium_hoe, betterend:aeternium_hammer
#
# Default: [
S:AETERNIUM <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: betterend:thallasium_shovel, betterend:thallasium_sword, betterend:thallasium_pickaxe, betterend:thallasium_axe, betterend:thallasium_hoe, betterend:thallasium_hammer
#
# Default: [
S:THALLASIUM <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: betternether:cincinnasite_shovel_diamond, betternether:cincinnasite_hoe_diamond, betternether:cincinnasite_pickaxe_diamond, betternether:cincinnasite_sword_diamond, betternether:cincinnasite_axe_diamond
#
# Default: [
S:CINCINNASITE_DIAMOND <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: betternether:cincinnasite_shovel, betternether:cincinnasite_hoe, betternether:cincinnasite_pickaxe, betternether:cincinnasite_sword, betternether:cincinnasite_axe
#
# Default: [
S:CINCINNASITE <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: betternether:nether_ruby_shovel, betternether:nether_ruby_hoe, betternether:nether_ruby_pickaxe, betternether:nether_ruby_sword, betternether:nether_ruby_axe
#
# Default: [
S:NETHER_RUBY <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: betterend:terminite_shovel, betterend:terminite_sword, betterend:terminite_pickaxe, betterend:terminite_axe, betterend:terminite_hoe, betterend:terminite_hammer
#
# Default: [
S:TERMINITE <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: betternether:flaming_ruby_shovel, betternether:flaming_ruby_hoe, betternether:flaming_ruby_pickaxe, betternether:flaming_ruby_sword, betternether:flaming_ruby_axe
#
# Default: [
S:FLAMING_RUBY <
>
}
@ -2897,11 +2856,6 @@ armors {
# Default: [
S:DINOSAUR_BONE <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:bloody_armor_leggings
#
# Default: [
S:eclipse_bloody_armor_leggings <
>
@ -3121,11 +3075,6 @@ armors {
# Default: [
S:arphex_spacetime_helmet <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:bone_armor_leggings
#
# Default: [
S:eclipse_bone_armor_leggings <
>
@ -3254,11 +3203,6 @@ armors {
# Default: [
S:dreams_n_nightmares_dream_armor_helmet <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:bloody_armor_chestplate
#
# Default: [
S:eclipse_bloody_armor_chestplate <
>
@ -3380,11 +3324,6 @@ armors {
# Default: [
S:undead_unleashed_shadecloth_armor_chestplate <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:deneme_helmet
#
# Default: [
S:eclipse_deneme_helmet <
>
@ -3513,11 +3452,6 @@ armors {
# Default: [
S:aquamirae_abyssal_tiara <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:bone_armor_helmet
#
# Default: [
S:eclipse_bone_armor_helmet <
>
@ -3912,11 +3846,6 @@ armors {
# Default: [
S:the_deep_void_grim_crawler_leggings <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:deneme_leggings
#
# Default: [
S:eclipse_deneme_leggings <
>
@ -4101,11 +4030,6 @@ armors {
# Default: [
S:MANAWEAVE <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:bone_armor_chestplate
#
# Default: [
S:eclipse_bone_armor_chestplate <
>
@ -4164,11 +4088,6 @@ armors {
# Default: [
S:CLOUDY <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:deneme_chestplate
#
# Default: [
S:eclipse_deneme_chestplate <
>
@ -4220,11 +4139,6 @@ armors {
# Default: [
S:tears_of_despair_forgotten_boots <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: eclipse:bloody_armor_helmet
#
# Default: [
S:eclipse_bloody_armor_helmet <
>
@ -5088,6 +5002,55 @@ armors {
# Default: [
S:grim_and_bleak_damned_templar_armor_helmet <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: betterend:aeternium_helmet, betterend:aeternium_chestplate, betterend:aeternium_leggings, betterend:aeternium_boots, betterend:elytra_armored
#
# Default: [
S:AETERNIUM <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: betternether:nether_ruby_helmet, betternether:nether_ruby_chestplate, betternether:nether_ruby_leggings, betternether:nether_ruby_boots
#
# Default: [
S:NETHER_RUBY <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: betterend:thallasium_helmet, betterend:thallasium_chestplate, betterend:thallasium_leggings, betterend:thallasium_boots
#
# Default: [
S:THALLASIUM <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: betternether:flaming_ruby_helmet, betternether:flaming_ruby_chestplate, betternether:flaming_ruby_leggings, betternether:flaming_ruby_boots
#
# Default: [
S:FLAMING_RUBY <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: betterend:crystalite_helmet, betterend:crystalite_chestplate, betterend:crystalite_leggings, betterend:crystalite_boots, betterend:elytra_crystalite
#
# Default: [
S:CRYSTALITE <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: betternether:cincinnasite_helmet, betternether:cincinnasite_chestplate, betternether:cincinnasite_leggings, betternether:cincinnasite_boots
#
# Default: [
S:CINCINNASITE <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: betterend:terminite_helmet, betterend:terminite_chestplate, betterend:terminite_leggings, betterend:terminite_boots
#
# Default: [
S:TERMINITE <
>
}