Add new equipment types and attributes for Aether-themed items across various RPG classes, including archers, bards, berserkers, elemental wizards, forcemasters, paladins, and rogues; enhance sound properties for Aether-related entities in Sound Physics Remastered.

This commit is contained in:
Leonid Pershin
2026-05-08 11:07:10 +03:00
parent 05fd7ec484
commit 2e99f341f4
1176 changed files with 188646 additions and 47 deletions
+61
View File
@@ -0,0 +1,61 @@
[Rendering]
#Changes Zephyr and Aerwhale rendering to use their old models from the b1.7.3 version of the mod
"Switches to legacy mob models" = false
#Disables the Aether's custom skybox in case you have a shader that is incompatible with custom skyboxes
"Disables Aether custom skybox" = false
#Disables the cloud rendering in the Aether
"Disables Aether's clouds" = false
#Removes warm-tinting of the lightmap in the Aether, giving the lighting a colder feel
"Makes lightmap colder" = false
#Enables a green-tinted sunrise and sunset in the Aether, similar to the original mod
"Enables green sunrise/sunset" = false
[Gui]
#Makes the extra hearts given by life shards display as silver colored
"Enables silver life shard hearts" = true
#Disables the Aether's accessories button from appearing in GUIs
"Disables the accessories button" = false
#Disables the Aether's Moa Skins button from appearing in GUIs
"Disables the Moa Skins button" = false
#The y-coordinate of the Ascending to the Aether and Descending from the Aether text in loading screens
"Portal text y-coordinate in loading screens" = 50
#The x-coordinate of the accessories button in the inventory and accessories menus
"Button x-coordinate in inventory menus" = 27
#The y-coordinate of the accessories button in the inventory and accessories menus
"Button y-coordinate in inventory menus" = 68
#The x-coordinate of the accessories button in the creative menu
"Button x-coordinate in creative menu" = 74
#The y-coordinate of the accessories button in the creative menu
"Button y-coordinate in creative menu" = 40
#The x-coordinate of the accessories button in the accessories menu
"Button x-coordinate in accessories menu" = 9
#The y-coordinate of the accessories button in the accessories menu
"Button y-coordinate in accessories menu" = 68
#The x-coordinate of the layout of perks buttons when in the pause menu
"Perks layout x-coordinate in pause menu" = -116
#The y-coordinate of the layout of perks buttons when in the pause menu
"Perks layout y-coordinate in pause menu" = 0
#Enables the overlay at the top of the screen for the Hammer of Kingbdogz' cooldown
"Enables Hammer of Kingbdogz' cooldown overlay" = true
[Audio]
#Makes Blue Aerclouds have their wobbly sounds that play when bouncing on them
"Blue Aercloud bouncing sounds" = true
#Sets the minimum delay for the Aether's music manager to use if needing to reset the song delay outside the Aether
"Set backup minimum music delay" = 12000
#Sets the maximum delay for the Aether's music manager to use if needing to reset the song delay outside the Aether
"Set backup maximum music delay" = 24000
#Disables the Aether's internal music manager, if true, this overrides all other audio configs
"Disables Aether music manager" = false
#Disables the Aether's boss fight music, only works if 'Disables Aether music manager' is false
"Disables Aether boss music" = false
#Disables the Aether's menu music in case another mod implements its own, only works if 'Disables Aether music manager' is false
"Disables Aether menu music" = false
#Disables the menu music on the vanilla world preview menu, only works if 'Disables Aether music manager' is false
"Disables vanilla world preview menu music" = false
#Disables the menu music on the Aether world preview menu, only works if 'Disables Aether music manager' is false
"Disables Aether world preview menu music" = false
[Miscellaneous]
#Enables a direct join button for the official server
"Enables server button" = false
+23
View File
@@ -0,0 +1,23 @@
[Gameplay]
#Use the default Accessories menu instead of the Aether's Accessories Menu. WARNING: Do not enable this without emptying your equipped accessories
"Use default Accessories' menu" = false
#On world creation, the player is given an Aether Portal Frame item to automatically go to the Aether with
"Gives player Aether Portal Frame item" = false
#When the player enters the Aether, they are given a Book of Lore and Golden Parachutes as starting loot
"Gives starting loot on entry" = true
#Moves the message for when a player attacks the Slider with an incorrect item to be above the hotbar instead of in chat
"Reposition attack message above hotbar" = false
#Determines whether the Sun Spirit's dialogue when meeting him should play through every time you meet him
"Repeat Sun Spirit's battle dialogue" = true
#Determines if a message that links The Aether mod's Patreon should show
"Show Patreon message" = true
["Data Pack"]
#Sets the Aether Temporary Freezing data pack to be added to new worlds automatically
"Add Temporary Freezing automatically" = false
#Sets the Aether Ruined Portals data pack to be added to new worlds automatically
"Add Ruined Portals automatically" = false
[Modpack]
#Enables code and data pack features used for modifying Aether Portals when Immersive Portals is installed
"Enables Immersive Portals compatibility" = true
+3
View File
@@ -0,0 +1,3 @@
[Gui]
#Adds random trivia and tips to the bottom of loading screens
"Enables random trivia" = true
+5
View File
@@ -0,0 +1,5 @@
haloEnabled:true
haloColor:
developerGlowEnabled:false
developerGlowColor:
moaSkin:
+1
View File
@@ -0,0 +1 @@
[]
+20
View File
@@ -54,6 +54,21 @@
"damage": 13.5,
"pull_time_bonus": 0.5,
"velocity_bonus": 0.75
},
"archers:aether_longbow": {
"damage": 13.5,
"pull_time_bonus": 0.5,
"velocity_bonus": 0.75
},
"archers:aether_rapid_crossbow": {
"damage": 10.5,
"pull_time_bonus": 0.0,
"velocity_bonus": 0.0
},
"archers:aether_heavy_crossbow": {
"damage": 17.0,
"pull_time_bonus": 0.75,
"velocity_bonus": 0.5
}
},
"melee_weapons": {
@@ -86,6 +101,11 @@
"attack_damage": 8.0,
"attack_speed": -2.6,
"attributes": []
},
"aether_spear": {
"attack_damage": 8.0,
"attack_speed": -2.6,
"attributes": []
}
},
"armor_sets": {
@@ -0,0 +1,17 @@
{
"modify_range": {
"//": "Determines if the range for the attribute should be modified or not.",
"//default": false,
"value": false
},
"min": {
"//": "The lowest possible value for the attribute.",
"//default": -1.0,
"value": -1.0
},
"max": {
"//": "The highest possible value for the attribute.",
"//default": 1024.0,
"value": 1024.0
}
}
@@ -0,0 +1,17 @@
{
"modify_range": {
"//": "Determines if the range for the attribute should be modified or not.",
"//default": false,
"value": false
},
"min": {
"//": "The lowest possible value for the attribute.",
"//default": 100.0,
"value": 100.0
},
"max": {
"//": "The highest possible value for the attribute.",
"//default": 2048.0,
"value": 2048.0
}
}
@@ -0,0 +1,17 @@
{
"modify_range": {
"//": "Determines if the range for the attribute should be modified or not.",
"//default": false,
"value": false
},
"min": {
"//": "The lowest possible value for the attribute.",
"//default": 100.0,
"value": 100.0
},
"max": {
"//": "The highest possible value for the attribute.",
"//default": 2048.0,
"value": 2048.0
}
}
+1 -1
View File
@@ -24,7 +24,7 @@
133
],
"floatArray": [
135.32,
500.0,
1561.23
],
"stringArray": [
+60
View File
@@ -114,6 +114,29 @@
}
}
]
},
"bards_rpg:aether_harp_crossbow": {
"damage": 8.4,
"pull_time_bonus": 0.2,
"velocity_bonus": 0.0,
"attributes": [
{
"attributeId": "spell_power:arcane",
"modifier": {
"modifierId": "ranged_weapon:ranged_weapon",
"operation": "ADD_VALUE",
"value": 4.0
}
},
{
"attributeId": "spell_power:healing",
"modifier": {
"modifierId": "ranged_weapon:ranged_weapon",
"operation": "ADD_VALUE",
"value": 3.0
}
}
]
}
},
"melee_weapons": {
@@ -327,6 +350,43 @@
"operation": "ADD_VALUE"
}
]
},
"aether_rapier": {
"attack_damage": 6.7,
"attack_speed": -2.0,
"attributes": []
},
"aether_lute": {
"attack_damage": 10.0,
"attack_speed": -3.0,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 5.0,
"operation": "ADD_VALUE"
},
{
"attribute": "spell_power:healing",
"value": 5.0,
"operation": "ADD_VALUE"
}
]
},
"aether_lyre": {
"attack_damage": 3.0,
"attack_speed": -2.2,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 2.5,
"operation": "ADD_VALUE"
},
{
"attribute": "spell_power:healing",
"value": 7.5,
"operation": "ADD_VALUE"
}
]
}
},
"armor_sets": {
+11
View File
@@ -103,6 +103,17 @@
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"aether_berserker_axe": {
"attack_damage": 15.0,
"attack_speed": -3.1,
"attributes": [
{
"attribute": "more_rpg_classes:rage_modifier",
"value": 0.1,
"operation": "ADD_MULTIPLIED_BASE"
}
]
}
},
"armor_sets": {
+8 -8
View File
@@ -16,20 +16,20 @@
"summonMechanic": {
"isEnabled": true,
"entitiesThatCountToSummonCounter": [
"minecraft:zombie",
"minecraft:skeleton",
"minecraft:drowned",
"minecraft:giant",
"minecraft:husk",
"minecraft:phantom",
"minecraft:zoglin",
"minecraft:zombified_piglin",
"minecraft:wither_skeleton",
"minecraft:husk",
"minecraft:skeleton_horse",
"minecraft:stray",
"minecraft:wither",
"minecraft:wither_skeleton",
"minecraft:zoglin",
"minecraft:zombie_horse",
"minecraft:zombie_villager",
"minecraft:zombified_piglin"
"minecraft:zombie",
"minecraft:drowned",
"minecraft:wither",
"minecraft:zombie_villager"
],
"numEntitiesKilledToDropSoulStar": 50
}
@@ -0,0 +1,90 @@
{
"spawn_warped_newts": {
"comment": "Spawn Warped Newts.",
"value": true
},
"spawn_manta_rays": {
"comment": "Spawn Manta Rays.",
"value": true
},
"spawn_crimson_newts": {
"comment": "Spawn Crimson Newts.",
"value": true
},
"spawn_dragonflies": {
"comment": "Spawn Dragonflies.",
"value": true
},
"spawn_mossblooms": {
"comment": "Spawn Mossblooms.",
"value": true
},
"spawn_butterflies": {
"comment": "Spawn Butterflies.",
"value": true
},
"spawn_coatis": {
"comment": "Spawn Coatis.",
"value": true
},
"spawn_red_pandas": {
"comment": "Spawn Red Pandas.",
"value": true
},
"spawn_koi": {
"comment": "Spawn Koi.",
"value": true
},
"spawn_kiwis": {
"comment": "Spawn Kiwis.",
"value": true
},
"spawn_beavers": {
"comment": "Spawn Beavers.",
"value": true
},
"do_trinkets_elytra_flight": {
"comment": "Will the Elytra and it´s variants work while worn in the cape slot provided by Trinkets?",
"value": true
},
"spawn_emperor_penguins": {
"comment": "Spawn Emperor Penguins.",
"value": true
},
"spawn_ember_tortoises": {
"comment": "Spawn Ember Tortoises.",
"value": true
},
"spawn_potion_wasps": {
"comment": "Spawn Potion Wasps.",
"value": true
},
"spawn_capybaras": {
"comment": "Spawn Capybaras.",
"value": true
},
"spawn_seahorses": {
"comment": "Spawn Seahorses.",
"value": true
},
"spawn_river_turtles": {
"comment": "Spawn River Turtles.",
"value": true
},
"spawn_chameleons": {
"comment": "Spawn Chameleons.",
"value": true
},
"spawn_echofins": {
"comment": "Spawn Echofins.",
"value": true
},
"spawn_jellyfishes": {
"comment": "Spawn Jellyfishes.",
"value": true
},
"spawn_booplets": {
"comment": "Spawn Booplets.",
"value": true
}
}
+6
View File
@@ -0,0 +1,6 @@
#General settings
[general]
#Items that should not be transferred to curios slots (format: 'modid:item')
blacklisted_items = []
#Whether cursed items should be transferred back to curios slots (true = transfer cursed items, false = don't transfer)
transfer_cursed_items = false
@@ -0,0 +1,6 @@
{
"particle_alt_color": 16738047,
"particle_spark_count": 20,
"particle_spark_speed": 0.4,
"particle_skull_count": 2
}
+15
View File
@@ -0,0 +1,15 @@
{
"require_weapon_for_critical_strikes": true,
"disable_vanilla_jump_criticals": true,
"enable_melee_criticals": true,
"enable_ranged_criticals": true,
"enable_critical_strike_batching": false,
"sound_melee_crit_volume": 0.6,
"sound_ranged_crit_volume": 0.8,
"attribute_crit_chance_innate_bonus": 0.05,
"attribute_crit_damage_innate_bonus": 0.5,
"effect_crit_chance_per_level": 0.05,
"effect_crit_damage_per_level": 0.1,
"balance_melee_damage_multiplier": 1.0,
"balance_ranged_damage_multiplier": 1.0
}
+21
View File
@@ -0,0 +1,21 @@
[necklace]
# Default: 0.20000000298023224
# Range: 0.0 ~ 1.0
swim_sped = 0.20000000298023224
# Default: 0.10000000149011612
# Range: 0.0 ~ 1.0
drowned_range_debuff = 0.10000000149011612
# Default: 0.10000000149011612
# Range: 0.0 ~ 1.0
guardian_range_debuff = 0.10000000149011612
[grappling_hook]
# Default: 1.0
# Range: 0.0 ~ 10.0
launch_speed = 1.0
# Default: 4.0
# Range: 1.0 ~ 1000.0
max_speed = 4.0
# Default: 32.0
# Range: 4.0 ~ 128.0
max_distance = 32.0
+15
View File
@@ -0,0 +1,15 @@
[Menu]
#Determines whether the Menu API is enabled or not
"Enable Menu API" = true
#Sets the current active menu title screen
"Active Menu" = "cumulus_menus:minecraft"
#Adds a button to the top right of the main menu screen to open a menu selection screen
"Enables menu selection button" = true
["World Preview"]
#Changes the background panorama into a preview of the latest played world
"Enables world preview" = false
#Adds a button to the top right of the main menu screen to toggle between the panorama and world preview
"Enables toggle world button" = true
#Adds a button to the top right of the main menu screen to allow quick loading into a world if the world preview is enabled
"Enables quick load button" = true
+9
View File
@@ -0,0 +1,9 @@
["Dynamic Trees + Terralith Compat Mod Config"]
#If "true", implements fix for terralith's winter skylands.
#Changes ordering of biome features to enable dynamic trees to generate.
#Defaults to "true".
skylands_winter_fix_entry = true
#If "true", implements fixes for failed tree cancellation in terralith biomes.
#Replaces tree features in biomes that tree cancellation has failed.
#Defaults to "true".
replace_tree_features_fix_entry = true
@@ -233,6 +233,27 @@
"operation": "ADD_VALUE"
}
]
},
"staff_aether": {
"attack_damage": 4.0,
"attack_speed": -3.0,
"attributes": [
{
"attribute": "spell_power:earth",
"value": 8.0,
"operation": "ADD_VALUE"
},
{
"attribute": "spell_power:water",
"value": 8.0,
"operation": "ADD_VALUE"
},
{
"attribute": "spell_power:air",
"value": 8.0,
"operation": "ADD_VALUE"
}
]
}
},
"armor_sets": {
-37
View File
@@ -1,37 +0,0 @@
# This file stores configuration options for the Euphoria Patcher mod
# Made for version 1.6.5
# Thank you for using Euphoria Patches - SpacEagle17
# Option for the sodium message popup logging.
# Default = true
doPopUpLogging=false
# Option that enables or disables the update checker, which verifies if a new version of the mod is available.
# More info here: https://github.com/EuphoriaPatches/PatcherUpdateChecker
# Default = true
doUpdateChecking=false
# Option that automatically renames outdated Euphoria Patches folders and config files to a new name.
# This makes it easier for users to identify which ones are outdated.
# Default = true
doRenameOldShaderFiles=true
# Option that automatically deleted outdated Euphoria Patches folders and config files.
# Default = false
doDeleteOldShaderFiles=true
# Option that enables or disables the in-game shader messages, for example an update message made by the shader itself. Only works on Iris
# Default = true
doDisplayShaderInGameMessage=false
# Option that enables or disables debug logging.
# Default = false
doDebugLogging=false
# Here one can set alternative Shader Names which will also be generated alongside the normal one.
# This is useful if you want multiple different settings you can quickly switch between
# Default = Empty String, which means no alternative names will be generated.
# In case of multiple names, separate them with a comma
# You can also use {baseVersion} or {patchVersion} in names to insert the base shader or Euphoria Patches version.
# Example: Euphoria Saturated, Comp_{baseVersion} + EP_{patchVersion} Dark Settings, EP High Performance, etc...
alternativeShaderNames=
+6
View File
@@ -0,0 +1,6 @@
{
"shaderHash": "e2645e79dd7c3d4985a2385dc0f4550947c2bf8a8deff71f3f107d8161c3cdf8",
"EPVersion": "1.8.6",
"styleReimagined": true,
"styleUnbound": true
}
+50
View File
@@ -0,0 +1,50 @@
# This file stores configuration options for the Euphoria Patcher mod
# Made for version 1.8.6
# Thank you for using Euphoria Patches - SpacEagle17
[display]
# Option for the sodium message popup logging.
# Default = true
doPopUpLogging = false
# Option that enables or disables the in-game shader messages, for example an update message made by the shader itself. Only works on Iris or Oculus
# Default = true
doDisplayShaderInGameMessage = false
[updates]
# Option which determines what updates the update checker considers.
# Update checker mode: 'important' (critical or big updates only), 'all' (all updates), 'none' (disabled).
# Uses the Modrinth API to fetch update information.
# Default = important
doUpdateChecking = "none"
[maintenance]
# Option that automatically renames outdated Euphoria Patches folders and config files to a new name.
# This makes it easier for users to identify which ones are outdated.
# Default = true
doRenameOldShaderFiles = true
# Option that automatically deletes outdated Euphoria Patches folders and config files.
# Default = false
doDeleteOldShaderFiles = true
[debug]
# Option that enables or disables debug logging. Alternatively, one can also set the JVM argument -DebugEP=true/false which takes priority over this setting.
# Default = false
doDebugLogging = false
[advanced]
# Here one can set alternative Shader Names which will also be generated alongside the normal one.
# This is useful if you want multiple different settings you can quickly switch between
# Default = Empty String, which means no alternative names will be generated.
# In case of multiple names, separate them with a comma
# You can also use {baseVersion} or {patchVersion} in names to insert the base shader or Euphoria Patches version.
# Example: Euphoria Saturated, Comp_{baseVersion} + EP_{patchVersion} Dark Settings, EP High Performance, etc...
alternativeShaderNames = ""
# Option that enables or disables automatic merging of the fragmented block.properties files into the main block.properties file.
# The properties files inside "Euphoria Patches/shaders/properties/" will be merged into a single block.properties file at the specified interval if any of them have changed.
# This helps organizing the files, reduces the number of entries in a single file and improves speed while editing them.
# Since they are merged automatically into the final block.properties file, the individual files can be edited without worrying about merge conflicts or losing changes.
# Default = false
autoMergeBlockProperties = false
+320
View File
@@ -4,6 +4,9 @@
[types.crystal_type.biomesoplenty]
rose_quartz = true
[types.crystal_type.betterend]
ender = true
[types.metal_type.cataclysm]
witherite = true
enderite = true
@@ -31,6 +34,18 @@
[types.metal_type.born_in_chaos_v1]
dark_metal = true
[types.metal_type.witcher_rpg]
silver = true
steel = true
dark_iron = true
meteorite_silver = true
dark_steel = true
[types.metal_type.betterend]
aeternium = true
terminite = true
thallasium = true
[types.stone_type.create]
limestone = true
asurine = true
@@ -98,6 +113,15 @@
abyssmarine = true
guanostone = true
[types.stone_type.betterend]
azure_jadestone = true
sandy_jadestone = true
virid_jadestone = true
sulphuric_rock = true
flavolite = true
umbralith = true
violecite = true
[types.wood_type.cataclysm]
chorus = true
@@ -156,6 +180,18 @@
[types.wood_type.born_in_chaos_v1]
scorched = true
[types.wood_type.betterend]
dragon_tree = true
end_lotus = true
helix_tree = true
jellyshroom = true
lacugrove = true
lucernia = true
mossy_glowshroom = true
pythadendron = true
tenanea = true
umbrella_tree = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
@@ -314,11 +350,19 @@
[types.leaves_type.crabbersdelight]
palm = true
[types.leaves_type.betterend]
dragon_tree = true
lacugrove = true
lucernia = true
pythadendron = true
tenanea = true
#Disables specific entries
[entries]
[entries.metal_type.minecraft]
nugget = true
bars = true
[entries.metal_type.create]
table_cloth = true
@@ -364,6 +408,17 @@
block_gears = true
block_pipes = true
[entries.metal_type.mcwfences]
cheval_de_frise = true
[entries.metal_type.mcwbridges]
bridge_pier = true
bridge = true
bridge_stair = true
[entries.metal_type.mcwwindows]
shutter = true
[entries.stone_type.create]
small_brick_wall = true
cut_wall = true
@@ -499,6 +554,97 @@
brick_pattern_slab = true
smooth_rotated_bricks_slab = true
[entries.stone_type.mcwroofs]
top_roof = true
lower_roof = true
steep_roof = true
bricks_steep_roof = true
bricks_roof = true
bricks_top_roof = true
upper_steep_roof = true
upper_lower_roof = true
attic_roof = true
bricks_attic_roof = true
roof = true
bricks_lower_roof = true
bricks_upper_steep_roof = true
bricks_upper_lower_roof = true
[entries.stone_type.mcwstairs]
mossy_brick_railing = true
mossy_brick_balcony = true
brick_terrace_stairs = true
brick_railing = true
brick_balcony = true
brick_platform = true
mossy_brick_skyline_stairs = true
brick_loft_stairs = true
mossy_brick_loft_stairs = true
mossy_brick_platform = true
brick_compact_stairs = true
mossy_brick_compact_stairs = true
mossy_brick_bulk_stairs = true
brick_skyline_stairs = true
brick_bulk_stairs = true
mossy_brick_terrace_stairs = true
[entries.stone_type.mcwbridges]
mossy_bridge_pier = true
bridge_pier = true
balustrade_bricks_bridge = true
mossy_bridge_stair = true
balustrade_mossy_bricks_bridge = true
bridge = true
mossy_brick_bridge = true
brick_bridge_stair = true
brick_bridge = true
[entries.stone_type.mcwpaths]
mossy_running_bond = true
mossy_strewn_rocky_path = true
running_bond_path = true
crystal_floor_path = true
strewn_rocky_path = true
mossy_flagstone_slab = true
running_bond_slab = true
mossy_flagstone_path = true
crystal_floor_slab = true
mossy_windmill_weave = true
mossy_crystal_floor_path = true
mossy_flagstone = true
mossy_crystal_floor_slab = true
windmill_weave_path = true
running_bond = true
windmill_weave_slab = true
mossy_running_bond_path = true
mossy_running_bond_slab = true
flagstone = true
mossy_crystal_floor = true
mossy_windmill_weave_slab = true
mossy_windmill_weave_path = true
flagstone_slab = true
crystal_floor = true
flagstone_path = true
windmill_weave = true
[entries.stone_type.mcwfences]
grass_topped_wall = true
railing_wall = true
modern_wall = true
brick_railing_gate = true
modern_brick_wall = true
railing_gate = true
railing_brick_wall = true
pillar_wall = true
[entries.stone_type.mcwwindows]
window2 = true
brick_arrow_slit = true
brick_gothic = true
pane_window = true
four_window = true
window = true
[entries.wood_type.farmersdelight]
cabinet = true
@@ -535,6 +681,177 @@
drawer = true
chair = true
[entries.wood_type.mcwroofs]
planks_upper_steep_roof = true
top_roof = true
lower_roof = true
planks_roof = true
upper_steep_roof = true
steep_roof = true
upper_lower_roof = true
attic_roof = true
planks_upper_lower_roof = true
roof = true
planks_attic_roof = true
planks_top_roof = true
planks_steep_roof = true
planks_lower_roof = true
[entries.wood_type.mcwfurnitures]
stripped_glass_table = true
stripped_desk = true
stripped_double_kitchen_cabinet = true
end_table = true
stool_chair = true
stripped_kitchen_sink = true
stripped_lower_triple_drawer = true
stripped_drawer_counter = true
bookshelf_drawer = true
double_drawer = true
stripped_coffee_table = true
stripped_counter = true
stripped_striped_chair = true
covered_desk = true
stripped_stool_chair = true
stripped_modern_wardrobe = true
cupboard_counter = true
stripped_covered_desk = true
stripped_kitchen_cabinet = true
coffee_table = true
glass_table = true
stripped_cupboard_counter = true
stripped_triple_drawer = true
stripped_chair = true
stripped_double_drawer_counter = true
stripped_modern_desk = true
stripped_bookshelf_cupboard = true
modern_wardrobe = true
lower_bookshelf_drawer = true
striped_chair = true
double_kitchen_cabinet = true
stripped_large_drawer = true
wardrobe = true
kitchen_sink = true
modern_desk = true
stripped_lower_bookshelf_drawer = true
stripped_end_table = true
drawer = true
stripped_bookshelf_drawer = true
stripped_glass_kitchen_cabinet = true
stripped_bookshelf = true
modern_chair = true
chair = true
stripped_table = true
double_drawer_counter = true
drawer_counter = true
kitchen_cabinet = true
counter = true
stripped_modern_chair = true
bookshelf_cupboard = true
table = true
desk = true
stripped_double_wardrobe = true
stripped_double_drawer = true
triple_drawer = true
lower_triple_drawer = true
glass_kitchen_cabinet = true
bookshelf = true
stripped_wardrobe = true
large_drawer = true
double_wardrobe = true
stripped_drawer = true
[entries.wood_type.mcwtrpdoors]
ranch_trapdoor = true
beach_trapdoor = true
swamp_trapdoor = true
glass_trapdoor = true
whispering_trapdoor = true
blossom_trapdoor = true
tropical_trapdoor = true
cottage_trapdoor = true
paper_trapdoor = true
bark_trapdoor = true
classic_trapdoor = true
bamboo_trapdoor = true
barn_trapdoor = true
four_panel_trapdoor = true
barred_trapdoor = true
mystic_trapdoor = true
barrel_trapdoor = true
[entries.wood_type.mcwwindows]
louvered_shutter = true
plank_pane_window = true
plank_four_window = true
stripped_log_window2 = true
log_parapet = true
window2 = true
stripped_log_four_window = true
stripped_log_window = true
plank_window = true
plank_window2 = true
pane_window = true
stripped_pane_window = true
four_window = true
plank_parapet = true
blinds = true
window = true
shutter = true
[entries.wood_type.mcwdoors]
japanese2_door = true
tropical_door = true
barn_glass_door = true
four_panel_door = true
beach_door = true
waffle_door = true
japanese_door = true
stable_door = true
modern_door = true
nether_door = true
stable_head_door = true
cottage_door = true
western_door = true
paper_door = true
bamboo_door = true
swamp_door = true
glass_door = true
barn_door = true
mystic_door = true
whispering_door = true
bark_glass_door = true
classic_door = true
[entries.wood_type.mcwfences]
highley_gate = true
picket_fence = true
stockade_fence = true
wired_fence = true
horse_fence = true
pyramid_gate = true
[entries.wood_type.mcwbridges]
bridge_pier = true
rope_bridge = true
log_bridge_middle = true
rope_bridge_stair = true
log_bridge_stair = true
rail_bridge = true
[entries.wood_type.mcwstairs]
terrace_stairs = true
compact_stairs = true
balcony = true
loft_stairs = true
railing = true
platform = true
skyline_stairs = true
bulk_stairs = true
[entries.wood_type.mcwpaths]
planks_path = true
[entries.mud_type.quark]
carved_bricks = true
pillar = true
@@ -544,6 +861,9 @@
hedge = true
leaf_carpet = true
[entries.leaves_type.mcwfences]
hedge = true
[entries.crystal_type.rechiseled]
block_edged = true
block_pillar_connecting = true
+6
View File
@@ -28,6 +28,9 @@
[types.metal_type.createaddition]
electrum = true
[types.metal_type.born_in_chaos_v1]
dark_metal = true
[types.stone_type.create]
limestone = true
asurine = true
@@ -150,6 +153,9 @@
[types.wood_type.createdieselgenerators]
chip_wood = true
[types.wood_type.born_in_chaos_v1]
scorched = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
+235
View File
@@ -19,6 +19,15 @@
[types.metal_type.aquaculture]
neptunium = true
[types.metal_type.createbigcannons]
cast_iron = true
bronze = true
steel = true
nethersteel = true
[types.metal_type.createaddition]
electrum = true
[types.stone_type.create]
limestone = true
asurine = true
@@ -138,6 +147,9 @@
[types.wood_type.crabbersdelight]
palm = true
[types.wood_type.createdieselgenerators]
chip_wood = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
@@ -318,6 +330,34 @@
tile_stairs = true
casing = true
[entries.metal_type.rechiseled]
block_plated = true
block_sheets = true
block_small_bricks_connecting = true
block_chiseled_connecting = true
block_patterned = true
block_connecting_connecting = true
block_framed = true
block_reinforced = true
block_pipes_connecting = true
block_processed = true
block_gears_connecting = true
block_framed_connecting = true
block_lines_connecting = true
block_processed_connecting = true
block_bordered_connecting = true
block_small_bricks = true
block_pulverized = true
block_bordered = true
block_chiseled = true
block_polished_connecting = true
block_smooth = true
block_patterned_connecting = true
block_lines = true
block_polished = true
block_gears = true
block_pipes = true
[entries.stone_type.create]
small_brick_wall = true
cut_wall = true
@@ -346,6 +386,113 @@
pillar = true
vertical_slab = true
[entries.stone_type.rechiseled]
squares_slab_connecting = true
brick_paving_slab_connecting = true
smooth_tiles_slab = true
brick_paving_slab = true
bordered_slab = true
squares_stairs = true
smooth_rotated_bricks_stairs = true
brick_pattern = true
slated_stairs = true
waves_connecting = true
tiles_stairs_connecting = true
smooth_large_tiles_connecting = true
bordered_slab_connecting = true
small_tiles_slab_connecting = true
path_connecting = true
bordered = true
path_stairs = true
small_bricks_stairs = true
squares_slab = true
bordered_stairs_connecting = true
diagonal_bricks_slab_connecting = true
waves_slab = true
small_tiles_stairs = true
brick_paving_stairs_connecting = true
diagonal_bricks_stairs = true
small_tiles_slab = true
rotated_bricks_slab = true
brick_paving_stairs = true
small_tiles_connecting = true
waves_stairs = true
bordered_connecting = true
waves = true
big_tiles_stairs_connecting = true
small_tiles_stairs_connecting = true
smooth_tiles_stairs = true
tiles = true
small_bricks_stairs_connecting = true
smooth_rotated_bricks_stairs_connecting = true
small_bricks_slab = true
squares_connecting = true
crushed_stairs = true
path = true
slated_slab = true
diagonal_bricks_connecting = true
big_tiles_slab_connecting = true
rotated_bricks_slab_connecting = true
crushed = true
smooth_brick_paving_connecting = true
slated = true
diagonal_bricks_stairs_connecting = true
squares = true
brick_pattern_slab_connecting = true
smooth_large_tiles = true
smooth_large_tiles_slab_connecting = true
brick_paving_connecting = true
brick_pattern_connecting = true
smooth_brick_paving_slab_connecting = true
path_stairs_connecting = true
bordered_stairs = true
waves_stairs_connecting = true
smooth_tiles_stairs_connecting = true
squares_stairs_connecting = true
crushed_slab_connecting = true
small_bricks = true
small_bricks_connecting = true
smooth_large_tiles_stairs_connecting = true
crushed_slab = true
tiles_slab_connecting = true
smooth_brick_paving_slab = true
smooth_rotated_bricks_slab_connecting = true
tiles_stairs = true
rotated_bricks_connecting = true
smooth_large_tiles_slab = true
smooth_tiles_slab_connecting = true
smooth_rotated_bricks = true
waves_slab_connecting = true
smooth_large_tiles_stairs = true
rotated_bricks = true
big_tiles_connecting = true
smooth_brick_paving = true
diagonal_bricks = true
big_tiles = true
smooth_rotated_bricks_connecting = true
smooth_brick_paving_stairs_connecting = true
tiles_connecting = true
crushed_stairs_connecting = true
brick_paving = true
path_slab = true
tiles_slab = true
path_slab_connecting = true
crushed_connecting = true
diagonal_bricks_slab = true
smooth_tiles_connecting = true
small_bricks_slab_connecting = true
big_tiles_slab = true
smooth_brick_paving_stairs = true
big_tiles_stairs = true
smooth_tiles = true
brick_pattern_stairs = true
rotated_bricks_stairs = true
brick_pattern_stairs_connecting = true
rotated_bricks_stairs_connecting = true
small_tiles = true
brick_pattern_slab = true
smooth_rotated_bricks_slab = true
[entries.wood_type.farmersdelight]
cabinet = true
@@ -373,6 +520,15 @@
hollow_log = true
vertical_slab = true
[entries.wood_type.another_furniture]
flower_box = true
shelf = true
shutter = true
bench = true
table = true
drawer = true
chair = true
[entries.mud_type.quark]
carved_bricks = true
pillar = true
@@ -381,3 +537,82 @@
[entries.leaves_type.quark]
hedge = true
leaf_carpet = true
[entries.crystal_type.rechiseled]
block_edged = true
block_pillar_connecting = true
block_cut_connecting = true
block_pillar = true
block_cut = true
block_shiny_connecting = true
block_beams_connecting = true
block_tiles_connecting = true
block_bricks = true
block_bricks_connecting = true
block_edged_connecting = true
block_shiny = true
block_polished_connecting = true
block_bordered_diagonal_tiles = true
block_tiles = true
block_jewel = true
block_diagonal_tiles = true
block_smooth = true
block_beams = true
block_bordered_diagonal_tiles_connecting = true
block_polished = true
[entries.dust_type.rechiseled]
block_pillar = true
block_chiseled_clovers_connecting = true
block_patterned = true
block_bricks = true
block_bricks_connecting = true
block_small_tiles_connecting = true
block_brick_bordered = true
block_compressed = true
block_compressed_connecting = true
block_scales = true
block_paving = true
block_scales_connecting = true
block_paving_connecting = true
block_pillar_connecting = true
block_bordered_connecting = true
block_diagonal_tiles_connecting = true
block_bordered = true
block_small_tiles = true
block_polished_connecting = true
block_diagonal_tiles = true
block_smooth = true
block_crushed = true
block_patterned_connecting = true
block_chiseled_clovers = true
block_polished = true
block_circles_connecting = true
block_circles = true
[entries.gem_type.rechiseled]
block_pillar = true
block_chiseled_connecting = true
block_plating = true
block_patterned = true
block_striped_connecting = true
block_clovers_connecting = true
block_clovers = true
block_bordered_crosses = true
block_crystal = true
block_waxed = true
block_patterned_squares_connecting = true
block_bordered_plating_connecting = true
block_pillar_connecting = true
block_waxed_connecting = true
block_chiseled = true
block_crosses = true
block_polished_connecting = true
block_patterned_squares = true
block_smooth = true
block_bordered_crosses_connecting = true
block_patterned_connecting = true
block_bordered_plating = true
block_polished = true
block_crystal_connecting = true
block_striped = true
+13
View File
@@ -132,6 +132,12 @@
pewen = true
thornwood = true
[types.wood_type.mynethersdelight]
powdery = true
[types.wood_type.crabbersdelight]
palm = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
@@ -283,6 +289,13 @@
[types.leaves_type.alexscaves]
ancient = true
[types.leaves_type.culturaldelights]
avocado = true
fruiting_avocado = true
[types.leaves_type.crabbersdelight]
palm = true
#Disables specific entries
[entries]
+13
View File
@@ -80,6 +80,12 @@
myalite = true
permafrost = true
[types.stone_type.alexscaves]
galena = true
radrock = true
abyssmarine = true
guanostone = true
[types.wood_type.cataclysm]
chorus = true
@@ -122,6 +128,10 @@
ancient = true
blossom = true
[types.wood_type.alexscaves]
pewen = true
thornwood = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
@@ -270,6 +280,9 @@
yellow_blossom = true
red_blossom = true
[types.leaves_type.alexscaves]
ancient = true
#Disables specific entries
[entries]
+85
View File
@@ -7,6 +7,9 @@
[types.crystal_type.betterend]
ender = true
[types.crystal_type.aether]
ambrosium = true
[types.metal_type.cataclysm]
witherite = true
enderite = true
@@ -122,6 +125,9 @@
umbralith = true
violecite = true
[types.stone_type.aether]
holystone = true
[types.wood_type.cataclysm]
chorus = true
@@ -192,6 +198,9 @@
tenanea = true
umbrella_tree = true
[types.wood_type.aether]
skyroot = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
@@ -357,6 +366,82 @@
pythadendron = true
tenanea = true
[types.leaves_type.aether]
skyroot = true
golden_oak = true
crystal = true
crystal_fruit = true
holiday = true
decorated_holiday = true
[types.leaves_type.dtterralith]
tall_dark_oak = true
spruce_twiglet = true
spruce_tall_conifer = true
spruce_sparse = true
spruce_short_conifer = true
spruce_round = true
spruce_poplar = true
spruce_moonlight = true
spruce_bush = true
oak_yellow_conifer = true
oak_twilight = true
oak_twiglet = true
oak_tall_conifer = true
oak_sparse = true
oak_scruffy_tall_conifer = true
oak_scruffy = true
oak_kapok = true
oak_conifer = true
mangrove_sparse = true
mangrove_scruffy = true
jungle_windswept = true
jungle_sparse = true
jungle_sakura = true
jungle_jacaranda = true
flowering_azalea_oasis = true
flowering_azalea_mangrove = true
flowering_azalea_mahogany = true
flowering_azalea_canopy = true
dark_oak_wide = true
dark_oak_sakura_bush = true
dark_oak_sakura = true
dark_oak_red_maple = true
dark_oak_red_conifer = true
dark_oak_red_azalea = true
dark_oak_orange_conifer = true
dark_oak_maple = true
dark_oak_jacaranda = true
dark_oak_canopy_mirage = true
dark_oak_canopy = true
dark_oak_blue_conifer = true
dark_oak_ancient_mirage = true
dark_oak_ancient = true
cherry_bush = true
birch_windswept = true
birch_twilight = true
birch_sparse = true
birch_short_conifer = true
birch_scruffy_conifer = true
birch_scruffy = true
birch_poplar = true
birch_conifer = true
azalea_oasis = true
azalea_mangrove = true
azalea_mahogany = true
azalea_ebony = true
azalea_canopy = true
azalea_bush = true
acacia_windswept = true
acacia_twiglet = true
acacia_sparse = true
acacia_poplar = true
acacia_kapok = true
acacia_deciduous = true
acacia_conifer = true
acacia_bush = true
acacia_amethyst = true
#Disables specific entries
[entries]
+16
View File
@@ -133,6 +133,22 @@
"operation": "ADD_VALUE"
}
]
},
"aether_knuckle": {
"attack_damage": 7.0,
"attack_speed": -2.2,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 5.5,
"operation": "ADD_VALUE"
},
{
"attribute": "generic.armor",
"value": 3.0,
"operation": "ADD_VALUE"
}
]
}
},
"armor_sets": {
+24
View File
@@ -0,0 +1,24 @@
# Auto Generated, do not touch
config_version = 4
# If set to true, the mod creates a new global folder, that is global for your user on your computer.
# The created folders will be:
# <user_home>/.minecraft_global_packs/<version>/required_datapacks
# <user_home>/.minecraft_global_packs/<version>/optional_datapacks
# <user_home>/.minecraft_global_packs/<version>/required_resourcepacks
# <user_home>/.minecraft_global_packs/<version>/optional_resourcepacks
enable_system_global_packs = false
# This prints Pack IDs into the logs, using this you can force enable builtin resourcepacks from mods, further down in the config.
log_pack_ids = false
# This config allows you to add or remove folders or single files as Data-/Resourcepacks
# For that simply specify the file path to the folder/file relative to your <instance> folder
[resourcepacks]
required = ["global_packs/required_resources/"]
# Check game log if log_pack_ids is set to true, you need to add the full IDs listed in there.
# Search for "# Listing Resource Packs #" inside the log
enable_builtin = []
[datapacks]
required = ["datapacks/", "resourcepacks/", "global_packs/required_data/"]
optional = ["global_packs/optional_data/"]
enable_builtin = []
+171
View File
@@ -0,0 +1,171 @@
# If true, prevents the trader from despawning if named
# Valid values: true, false
preventDespawnIfNamed = true
[goblinTrader]
# The chance out of one hundred that the trader will spawn in the over world
# Valid range: 1 to 100 (inclusive)
traderSpawnChance = 25
# The amount of ticks to wait before trying to spawn a trader again if the spawn failed
# Valid range: 1 to 2147483647 (inclusive)
spawnInterval = 12000
# The amount of ticks before the trader will start spawning in a new world
# Valid range: 1 to 2147483647 (inclusive)
traderSpawnDelay = 24000
# The amount of ticks before the trader will despawn
# Valid range: 1 to 2147483647 (inclusive)
traderDespawnDelay = 24000
# The minimum level the trader can spawn
# Valid range: -64 to 320 (inclusive)
traderMinSpawnLevel = -64
# The maximum level the trader can spawn
# Valid range: -64 to 320 (inclusive)
traderMaxSpawnLevel = 50
# The amount of ticks before the trader will replenish it's trades. Set to -1 to disable restocking
# Valid range: -1 to 2147483647 (inclusive)
restockDelay = 48000
# If true, the goblin will try to hit back a player or mob that hit them
# Valid values: true, false
canAttackBack = true
# Goblins will make a grunt noise while walking around. If you find it happening too often, you can increase the interval. Value is represented in ticks.
# Valid range: 1 to 1000 (inclusive)
gruntNoiseInterval = 80
[goblinTrader.trades.common]
# The minimum amount of trades that a golbin will have.
# Valid range: 0 to 2147483647 (inclusive)
minAmount = 5
# The maximum amount of trades that a golbin can have.
# Valid range: 0 to 2147483647 (inclusive)
manAmount = 8
# The chance this trade rarity will be included in the goblin's trades
# Valid range: 0 to 1 (inclusive)
includeChance = 1.0
[goblinTrader.trades.uncommon]
# The minimum amount of trades that a golbin will have.
# Valid range: 0 to 2147483647 (inclusive)
minAmount = 3
# The maximum amount of trades that a golbin can have.
# Valid range: 0 to 2147483647 (inclusive)
manAmount = 5
# The chance this trade rarity will be included in the goblin's trades
# Valid range: 0 to 1 (inclusive)
includeChance = 1.0
[goblinTrader.trades.rare]
# The minimum amount of trades that a golbin will have.
# Valid range: 0 to 2147483647 (inclusive)
minAmount = 2
# The maximum amount of trades that a golbin can have.
# Valid range: 0 to 2147483647 (inclusive)
manAmount = 3
# The chance this trade rarity will be included in the goblin's trades
# Valid range: 0 to 1 (inclusive)
includeChance = 1.0
[goblinTrader.trades.epic]
# The minimum amount of trades that a golbin will have.
# Valid range: 0 to 2147483647 (inclusive)
minAmount = 1
# The maximum amount of trades that a golbin can have.
# Valid range: 0 to 2147483647 (inclusive)
manAmount = 2
# The chance this trade rarity will be included in the goblin's trades
# Valid range: 0 to 1 (inclusive)
includeChance = 1.0
[goblinTrader.trades.legendary]
# The minimum amount of trades that a golbin will have.
# Valid range: 0 to 2147483647 (inclusive)
minAmount = 1
# The maximum amount of trades that a golbin can have.
# Valid range: 0 to 2147483647 (inclusive)
manAmount = 1
# The chance this trade rarity will be included in the goblin's trades
# Valid range: 0 to 1 (inclusive)
includeChance = 0.75
[veinGoblinTrader]
# The chance out of one hundred that the trader will spawn in the over world
# Valid range: 1 to 100 (inclusive)
traderSpawnChance = 25
# The amount of ticks to wait before trying to spawn a trader again if the spawn failed
# Valid range: 1 to 2147483647 (inclusive)
spawnInterval = 12000
# The amount of ticks before the trader will start spawning in a new world
# Valid range: 1 to 2147483647 (inclusive)
traderSpawnDelay = 24000
# The amount of ticks before the trader will despawn
# Valid range: 1 to 2147483647 (inclusive)
traderDespawnDelay = 24000
# The minimum level the trader can spawn
# Valid range: -64 to 320 (inclusive)
traderMinSpawnLevel = 0
# The maximum level the trader can spawn
# Valid range: -64 to 320 (inclusive)
traderMaxSpawnLevel = 128
# The amount of ticks before the trader will replenish it's trades. Set to -1 to disable restocking
# Valid range: -1 to 2147483647 (inclusive)
restockDelay = 48000
# If true, the goblin will try to hit back a player or mob that hit them
# Valid values: true, false
canAttackBack = true
# Goblins will make a grunt noise while walking around. If you find it happening too often, you can increase the interval. Value is represented in ticks.
# Valid range: 1 to 1000 (inclusive)
gruntNoiseInterval = 80
[veinGoblinTrader.trades.common]
# The minimum amount of trades that a golbin will have.
# Valid range: 0 to 2147483647 (inclusive)
minAmount = 5
# The maximum amount of trades that a golbin can have.
# Valid range: 0 to 2147483647 (inclusive)
manAmount = 8
# The chance this trade rarity will be included in the goblin's trades
# Valid range: 0 to 1 (inclusive)
includeChance = 1.0
[veinGoblinTrader.trades.uncommon]
# The minimum amount of trades that a golbin will have.
# Valid range: 0 to 2147483647 (inclusive)
minAmount = 3
# The maximum amount of trades that a golbin can have.
# Valid range: 0 to 2147483647 (inclusive)
manAmount = 5
# The chance this trade rarity will be included in the goblin's trades
# Valid range: 0 to 1 (inclusive)
includeChance = 1.0
[veinGoblinTrader.trades.rare]
# The minimum amount of trades that a golbin will have.
# Valid range: 0 to 2147483647 (inclusive)
minAmount = 2
# The maximum amount of trades that a golbin can have.
# Valid range: 0 to 2147483647 (inclusive)
manAmount = 3
# The chance this trade rarity will be included in the goblin's trades
# Valid range: 0 to 1 (inclusive)
includeChance = 1.0
[veinGoblinTrader.trades.epic]
# The minimum amount of trades that a golbin will have.
# Valid range: 0 to 2147483647 (inclusive)
minAmount = 1
# The maximum amount of trades that a golbin can have.
# Valid range: 0 to 2147483647 (inclusive)
manAmount = 2
# The chance this trade rarity will be included in the goblin's trades
# Valid range: 0 to 1 (inclusive)
includeChance = 1.0
[veinGoblinTrader.trades.legendary]
# The minimum amount of trades that a golbin will have.
# Valid range: 0 to 2147483647 (inclusive)
minAmount = 1
# The maximum amount of trades that a golbin can have.
# Valid range: 0 to 2147483647 (inclusive)
manAmount = 1
# The chance this trade rarity will be included in the goblin's trades
# Valid range: 0 to 1 (inclusive)
includeChance = 0.75
+3
View File
@@ -86,6 +86,9 @@
"waystones": {
"waystone": true
},
"corpse": {
"corpse": true
},
"balm": {
"jade": true
},
+1
View File
@@ -1,6 +1,7 @@
{
"balm:jade": null,
"betterend:plant_growth": null,
"corpse:corpse": null,
"dynamictrees:branch": null,
"dynamictrees:fruit": null,
"dynamictrees:pod": null,
+12
View File
@@ -0,0 +1,12 @@
# Default: 4
# Range: 1 ~ 4
itemsPerColumn = 4
# Default: 4
# Range: 1 ~ 4
itemsPerRow = 4
diyData = true
showDevData = false
enchantsBlacklist = ["flimflam", "soulBound"]
hiddenTabs = []
dimensionsBlacklist = [-11]
disableLootManagerReloading = false
+107
View File
@@ -0,0 +1,107 @@
{
"configVersion": 11,
"animationSmoothingSpeed": 0.2,
"holdingItems": [
"quad-mstv-mtv:pale_oak_torch",
"quad-mstv-mtv:bamboo_torch",
"minecraft:clock",
"minecraft:waxed_oxidized_copper_lantern",
"quad-mstv-mtv:spruce_soul_torch",
"minecraft:compass",
"minecraft:soul_torch",
"minecraft:waxed_weathered_copper_lantern",
"quad-mstv-mtv:jungle_soul_torch",
"quad-mstv-mtv:birch_soul_torch",
"quad-mstv-mtv:warped_soul_torch",
"minecraft:exposed_copper_lantern",
"minecraft:torch",
"quad-mstv-mtv:bamboo_soul_torch",
"minecraft:copper_lantern",
"minecraft:waxed_copper_lantern",
"minecraft:waxed_exposed_copper_lantern",
"quad-mstv-mtv:mangrove_torch",
"quad-mstv-mtv:cherry_soul_torch",
"minecraft:recovery_compass",
"quad-mstv-mtv:jungle_torch",
"quad-mstv-mtv:mangrove_soul_torch",
"minecraft:soul_lantern",
"quad-mstv-mtv:acacia_torch",
"quad-mstv-mtv:cherry_torch",
"quad-mstv-mtv:spruce_torch",
"quad-mstv-mtv:dark_oak_soul_torch",
"quad-mstv-mtv:warped_torch",
"minecraft:lantern",
"quad-mstv-mtv:crimson_soul_torch",
"quad-mstv-mtv:pale_oak_soul_torch",
"quad-mstv-mtv:birch_torch",
"quad-mstv-mtv:acacia_soul_torch",
"quad-mstv-mtv:crimson_torch",
"minecraft:weathered_copper_lantern",
"quad-mstv-mtv:dark_oak_torch"
],
"enableAnimationSmoothing": true,
"enableInWorldMapRendering": true,
"enableOffhandHiding": true,
"enableRotationLocking": true,
"enableLadderAnimation": true,
"ladderAnimationAmplifier": 0.35,
"ladderAnimationArmHeight": 1.7,
"ladderAnimationArmSpeed": 2.0,
"enableRotateToLadder": true,
"enableEatDrinkAnimation": true,
"enableRowBoatAnimation": true,
"enableHorseAnimation": true,
"enableHorseLegAnimation": false,
"dontHoldItemsInBed": true,
"freezeArmsInBed": true,
"rotationLock": "NONE",
"limitRotationLockToFP": true,
"applyRotationLockToEveryone": false,
"showLastUsedSword": false,
"sheathSwords": [
"minecraft:golden_sword",
"minecraft:iron_sword",
"minecraft:wooden_sword",
"minecraft:stone_sword",
"minecraft:diamond_sword",
"minecraft:netherite_sword"
],
"enableCrawlingAnimation": true,
"holdUpItemsMode": "CONFIG",
"holdUpTarget": "CAMERA",
"holdUpCameraOffset": 0.1,
"holdUpOnlySelf": false,
"holdUpItemOffset": 0.0,
"itemSwapAnimation": true,
"tweakElytraAnimation": true,
"petAnimation": true,
"fallingAnimation": false,
"freezingAnimation": true,
"huggingAnimation": false,
"narutoRunning": false,
"disableLegSmoothing": false,
"bowAnimation": "VANILLA",
"customBowRotationLock": false,
"clampCrossbowAnimations": false,
"burningAnimation": true,
"hideItemsForTheseBows": [],
"mapHolding": [
"minecraft:filled_map",
"antiqueatlas:antique_atlas"
],
"animateLanterns": true,
"lanternItems": [
"minecraft:waxed_copper_lantern",
"minecraft:waxed_exposed_copper_lantern",
"minecraft:soul_lantern",
"minecraft:waxed_oxidized_copper_lantern",
"minecraft:exposed_copper_lantern",
"minecraft:lantern",
"minecraft:waxed_weathered_copper_lantern",
"minecraft:weathered_copper_lantern",
"minecraft:oxidized_copper_lantern",
"minecraft:copper_lantern"
],
"maxBlockingAngle": 15.0,
"maxNormalAngle": 50.0
}
+26
View File
@@ -166,6 +166,32 @@
"attack_damage": 11.0,
"attack_speed": -2.8,
"attributes": []
},
"aether_holy_staff": {
"attack_damage": 4.0,
"attack_speed": -3.0,
"attributes": [
{
"attribute": "spell_power:healing",
"value": 8.0,
"operation": "ADD_VALUE"
}
]
},
"aether_claymore": {
"attack_damage": 13.0,
"attack_speed": -3.0,
"attributes": []
},
"aether_great_hammer": {
"attack_damage": 16.0,
"attack_speed": -3.2,
"attributes": []
},
"aether_mace": {
"attack_damage": 11.0,
"attack_speed": -2.8,
"attributes": []
}
},
"armor_sets": {
+15
View File
@@ -63,6 +63,21 @@
"operation": "ADD_VALUE"
}
]
},
"paladins:aether_kite_shield": {
"durability": 2688,
"attributes": [
{
"attribute": "minecraft:generic.armor_toughness",
"value": 1.0,
"operation": "ADD_VALUE"
},
{
"attribute": "generic.max_health",
"value": 6.0,
"operation": "ADD_VALUE"
}
]
}
}
}
+20
View File
@@ -109,6 +109,26 @@
"attack_damage": 9.3,
"attack_speed": -2.6,
"attributes": []
},
"aether_dagger": {
"attack_damage": 5.5,
"attack_speed": -1.6,
"attributes": []
},
"aether_sickle": {
"attack_damage": 6.8,
"attack_speed": -2.0,
"attributes": []
},
"aether_double_axe": {
"attack_damage": 11.0,
"attack_speed": -2.8,
"attributes": []
},
"aether_glaive": {
"attack_damage": 9.3,
"attack_speed": -2.6,
"attributes": []
}
},
"armor_sets": {
@@ -26,6 +26,135 @@ aeronautics\:music.glide=true
aeronautics\:music.mammatus=true
aeronautics\:music.rain=true
aeronautics\:music_disc.cloud_skipper=true
aether\:block.aercloud.blue_aercloud_bounce=true
aether\:block.aether_portal.ambient=true
aether\:block.aether_portal.travel=true
aether\:block.aether_portal.trigger=true
aether\:block.altar.crackle=true
aether\:block.chest_mimic.open=true
aether\:block.dungeon_trap.trigger=true
aether\:block.freezer.crackle=true
aether\:block.incubator.crackle=true
aether\:block.water.evaporate=true
aether\:entity.aechor_plant.death=true
aether\:entity.aechor_plant.hurt=true
aether\:entity.aechor_plant.shoot=true
aether\:entity.aerbunny.death=true
aether\:entity.aerbunny.hurt=true
aether\:entity.aerbunny.lift=true
aether\:entity.aerwhale.ambient=true
aether\:entity.aerwhale.death=true
aether\:entity.aerwhale.hurt=true
aether\:entity.cloud_crystal.explode=true
aether\:entity.cloud_minion.shoot=true
aether\:entity.cockatrice.ambient=true
aether\:entity.cockatrice.death=true
aether\:entity.cockatrice.flap=true
aether\:entity.cockatrice.hurt=true
aether\:entity.cockatrice.shoot=true
aether\:entity.dart.hit=true
aether\:entity.fire_crystal.explode=true
aether\:entity.fire_minion.death=true
aether\:entity.fire_minion.hurt=true
aether\:entity.flying_cow.ambient=true
aether\:entity.flying_cow.death=true
aether\:entity.flying_cow.hurt=true
aether\:entity.flying_cow.milk=true
aether\:entity.flying_cow.saddle=true
aether\:entity.flying_cow.step=true
aether\:entity.ice_crystal.explode=true
aether\:entity.mimic.attack=true
aether\:entity.mimic.death=true
aether\:entity.mimic.hurt=true
aether\:entity.mimic.kill=true
aether\:entity.moa.ambient=true
aether\:entity.moa.death=true
aether\:entity.moa.egg=true
aether\:entity.moa.flap=true
aether\:entity.moa.hurt=true
aether\:entity.moa.saddle=true
aether\:entity.moa.step=true
aether\:entity.phyg.ambient=true
aether\:entity.phyg.death=true
aether\:entity.phyg.hurt=true
aether\:entity.phyg.saddle=true
aether\:entity.phyg.step=true
aether\:entity.sentry.ambient=true
aether\:entity.sentry.death=true
aether\:entity.sentry.hurt=true
aether\:entity.sentry.jump=true
aether\:entity.sentry.squish=true
aether\:entity.sheepuff.ambient=true
aether\:entity.sheepuff.death=true
aether\:entity.sheepuff.hurt=true
aether\:entity.sheepuff.shear=true
aether\:entity.sheepuff.step=true
aether\:entity.slider.ambient=true
aether\:entity.slider.awaken=true
aether\:entity.slider.collide=true
aether\:entity.slider.death=true
aether\:entity.slider.hurt=true
aether\:entity.slider.move=true
aether\:entity.sun_spirit.activate=true
aether\:entity.sun_spirit.death=true
aether\:entity.sun_spirit.hurt=true
aether\:entity.sun_spirit.interact=true
aether\:entity.sun_spirit.shoot_fire=true
aether\:entity.sun_spirit.shoot_ice=true
aether\:entity.swet.attack=true
aether\:entity.swet.death=true
aether\:entity.swet.hurt=true
aether\:entity.swet.jump=true
aether\:entity.swet.squish=true
aether\:entity.thunder_crystal.explode=true
aether\:entity.valkyrie.death=true
aether\:entity.valkyrie.hurt=true
aether\:entity.valkyrie.interact=true
aether\:entity.valkyrie_queen.death=true
aether\:entity.valkyrie_queen.hurt=true
aether\:entity.valkyrie_queen.interact=true
aether\:entity.whirlwind.drop=true
aether\:entity.zephyr.ambient=true
aether\:entity.zephyr.death=true
aether\:entity.zephyr.hurt=true
aether\:entity.zephyr.shoot=true
aether\:item.accessory.equip_cape=true
aether\:item.accessory.equip_generic=true
aether\:item.accessory.equip_gold_pendant=true
aether\:item.accessory.equip_gold_ring=true
aether\:item.accessory.equip_ice_pendant=true
aether\:item.accessory.equip_ice_ring=true
aether\:item.accessory.equip_iron_pendant=true
aether\:item.accessory.equip_iron_ring=true
aether\:item.accessory.equip_zanite_pendant=true
aether\:item.accessory.equip_zanite_ring=true
aether\:item.ambrosium_shard.use=true
aether\:item.armor.equip_gravitite=true
aether\:item.armor.equip_neptune=true
aether\:item.armor.equip_obsidian=true
aether\:item.armor.equip_phoenix=true
aether\:item.armor.equip_sentry=true
aether\:item.armor.equip_valkyrie=true
aether\:item.armor.equip_zanite=true
aether\:item.dart_shooter.shoot=true
aether\:item.hammer_of_kingbdogz.shoot=true
aether\:item.lightning_knife.shoot=true
aether\:item.music_disc.aether_tune=true
aether\:item.music_disc.ascending_dawn=true
aether\:item.music_disc.chinchilla=true
aether\:item.music_disc.high=true
aether\:item.music_disc.klepto=true
aether\:item.music_disc.sliders_wrath=true
aether\:item.swet_ball.use=true
aether\:music.aether=true
aether\:music.boss.slider=true
aether\:music.boss.sun_spirit=true
aether\:music.boss.valkyrie_queen=true
aether\:music.menu=true
aether\:ui.toast.aether_bronze=true
aether\:ui.toast.aether_general=true
aether\:ui.toast.aether_gold=true
aether\:ui.toast.aether_silver=true
alexscaves\:abyssal_chasm_ambience=true
alexscaves\:abyssal_chasm_ambience_additions=true
alexscaves\:abyssal_chasm_ambience_mood=true
@@ -1233,6 +1362,18 @@ cataclysm\:wadjet_death=true
cataclysm\:wadjet_hurt=true
cataclysm\:watcher_death=true
cataclysm\:watcher_hurt=true
clutterbestiary\:entity_beaver_chainsaw=true
clutterbestiary\:entity_booplet_squeak=true
clutterbestiary\:entity_coati_ambient=true
clutterbestiary\:entity_ember_tortoise_hurt=true
clutterbestiary\:entity_emperor_penguin_ambient=true
clutterbestiary\:entity_kiwi_call=true
clutterbestiary\:entity_mossbloom_hurt=true
clutterbestiary\:entity_nether_newt_ambient=true
clutterbestiary\:entity_nether_newt_hurt=true
clutterbestiary\:entity_potion_wasp_fly=true
clutterbestiary\:entity_river_turtle_ambient=true
clutterbestiary\:entity_river_turtle_hurt=true
create\:blaze_munch=true
create\:cardboard_bonk=true
create\:chiff=true
@@ -1344,6 +1485,28 @@ createbigcannons\:smoke_shell_detonate=true
createbigcannons\:water_fluid_release=true
createbigcannons\:wood_splinters=true
createdieselgenerators\:engine_normal=true
critical_strike\:critical_hit=true
crittersandcompanions\:entity.bite_attack=true
crittersandcompanions\:entity.bubble_pop=true
crittersandcompanions\:entity.dragonfly.ambient=true
crittersandcompanions\:entity.ferret.ambient=true
crittersandcompanions\:entity.ferret.death=true
crittersandcompanions\:entity.ferret.hurt=true
crittersandcompanions\:entity.leaf_insect.death=true
crittersandcompanions\:entity.leaf_insect.hurt=true
crittersandcompanions\:entity.otter.ambient=true
crittersandcompanions\:entity.otter.clam_break=true
crittersandcompanions\:entity.otter.clam_break_land=true
crittersandcompanions\:entity.otter.death=true
crittersandcompanions\:entity.otter.eat=true
crittersandcompanions\:entity.otter.hurt=true
crittersandcompanions\:entity.otter.swim=true
crittersandcompanions\:entity.red_panda.ambient=true
crittersandcompanions\:entity.red_panda.death=true
crittersandcompanions\:entity.red_panda.hurt=true
crittersandcompanions\:entity.sea_bunny.death=true
crittersandcompanions\:entity.sea_bunny.hurt=true
crittersandcompanions\:entity.shima_enaga.ambient=true
druids\:dart_impact=true
druids\:dart_release=true
dtnatures_spirit\:falling_fruit.bonk=true
@@ -1396,6 +1559,8 @@ forcemaster_rpg\:knuckle_spell_cast=true
forcemaster_rpg\:knuckle_spell_impact=true
forcemaster_rpg\:sonic_hand=true
forcemaster_rpg\:stonehand_cast=true
goblintraders\:entity.goblin_trader.annoyed_grunt=true
goblintraders\:entity.goblin_trader.idle_grunt=true
guardvillagers\:entity.guard.ambient=true
guardvillagers\:entity.guard.death=true
guardvillagers\:entity.guard.hurt=true
+16
View File
@@ -301,6 +301,22 @@
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"aether_witcher_sword": {
"attack_damage": 7.0,
"attack_speed": -2.4,
"attributes": [
{
"attribute": "witcher_rpg:sign_intensity",
"value": 4.0,
"operation": "ADD_VALUE"
},
{
"attribute": "witcher_rpg:adrenaline_modifier",
"value": 0.1,
"operation": "ADD_MULTIPLIED_BASE"
}
]
}
},
"armor_sets": {
+21
View File
@@ -185,6 +185,27 @@
"operation": "ADD_VALUE"
}
]
},
"aether_wizard_staff": {
"attack_damage": 4.0,
"attack_speed": -3.0,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 8.0,
"operation": "ADD_VALUE"
},
{
"attribute": "spell_power:fire",
"value": 8.0,
"operation": "ADD_VALUE"
},
{
"attribute": "spell_power:frost",
"value": 8.0,
"operation": "ADD_VALUE"
}
]
}
},
"armor_sets": {