Skip to content

Commit

Permalink
rename modifier amount field
Browse files Browse the repository at this point in the history
  • Loading branch information
SiverDX committed Nov 23, 2024
1 parent bca0368 commit f89b85c
Show file tree
Hide file tree
Showing 10 changed files with 164 additions and 164 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21.1 2024-11-23T01:22:15.2725671 Registries
// 1.21.1 2024-11-23T01:56:35.4828766 Registries
011b2ee382ec961722c100bbf059b4aa460f44b0 data/dragonsurvival/damage_type/anti_dragon.json
afb20257741b4a8be55ecf8e013125f113a9d486 data/dragonsurvival/damage_type/cave_dragon_breath.json
7a732909707be826e322901b5c204e548e48a12b data/dragonsurvival/damage_type/cave_dragon_burn.json
Expand All @@ -13,12 +13,12 @@ deed90b4724d21cdbf6bcc3d547ce88b8ebf220c data/dragonsurvival/damage_type/forest_
9324d2a244a05eb4c3b5e1569cf72db6a0dad382 data/dragonsurvival/damage_type/sea_dragon_breath.json
8742553c9323837e23002ce815536f5ce4a86427 data/dragonsurvival/damage_type/spectral_impact.json
3f23f53780e47cb3f324226b6427baef314125d5 data/dragonsurvival/damage_type/water_burn.json
aab3f6fb6bacf03ac245334051014d2fe685a08c data/dragonsurvival/dragonsurvival/dragon_bodies/center.json
9ce907d9c8c2384dbed3d2d7f3cd9859bb45d385 data/dragonsurvival/dragonsurvival/dragon_bodies/east.json
1ecc0b2c25431da73c88c800840eb9b924c71e66 data/dragonsurvival/dragonsurvival/dragon_bodies/north.json
eb07a753db9df98454afc2e7f6af73805eb46bba data/dragonsurvival/dragonsurvival/dragon_bodies/south.json
821fbb3045118eeb3664c1994cbc9aaeffb4bcc8 data/dragonsurvival/dragonsurvival/dragon_bodies/west.json
be4973b49b9d539e506cbe605cc0b159a77a263f data/dragonsurvival/dragonsurvival/dragon_stages/adult.json
affbf652093f94aae3b520ee2150a71d5b458175 data/dragonsurvival/dragonsurvival/dragon_stages/newborn.json
e36ea752a368712662a38ef118f6009a957a4d55 data/dragonsurvival/dragonsurvival/dragon_stages/young.json
100daa7db0f5f2122af1450576b1166e9e08eb11 data/dragonsurvival/dragonsurvival/dragon_bodies/center.json
eeab3afea73f45ef35f3b87ce73a041142a79756 data/dragonsurvival/dragonsurvival/dragon_bodies/east.json
b621c6c9646592704a8c0c92001789869ce99ad1 data/dragonsurvival/dragonsurvival/dragon_bodies/north.json
e9aa519f424a7ef590936f4a7b8c1c5c05674683 data/dragonsurvival/dragonsurvival/dragon_bodies/south.json
b72de04db2cefddacf6a82869b4b88bac3f96672 data/dragonsurvival/dragonsurvival/dragon_bodies/west.json
a8e597c9909cf828af4572261438a88780170adf data/dragonsurvival/dragonsurvival/dragon_stages/adult.json
973f6e502b217a6daef271c39277c6839caba853 data/dragonsurvival/dragonsurvival/dragon_stages/newborn.json
9fb684ef0e3e9aa37dd1890d2717df1742440e66 data/dragonsurvival/dragonsurvival/dragon_stages/young.json
af16c6fd6045f7a95654506a3b0c0bef505e6c33 data/dragonsurvival/enchantment/bolas.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"modifiers": [
{
"type": "dragonsurvival/body/",
"amount": 0.2,
"attribute": "dragonsurvival:flight_speed",
"operation": "add_value",
"per_size": 0.2
"operation": "add_value"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,63 +2,63 @@
"modifiers": [
{
"type": "dragonsurvival/body/",
"amount": 2.0,
"attribute": "minecraft:generic.armor",
"operation": "add_value",
"per_size": 2.0
"operation": "add_value"
},
{
"type": "dragonsurvival/body/",
"amount": -1.0,
"attribute": "minecraft:generic.attack_damage",
"operation": "add_value",
"per_size": -1.0
"operation": "add_value"
},
{
"type": "dragonsurvival/body/",
"amount": -1.0,
"attribute": "minecraft:generic.attack_knockback",
"operation": "add_value",
"per_size": -1.0
"operation": "add_value"
},
{
"type": "dragonsurvival/body/",
"amount": 0.1,
"attribute": "minecraft:generic.gravity",
"operation": "add_multiplied_total",
"per_size": 0.1
"operation": "add_multiplied_total"
},
{
"type": "dragonsurvival/body/",
"amount": 0.1,
"attribute": "minecraft:generic.jump_strength",
"operation": "add_value",
"per_size": 0.1
"operation": "add_value"
},
{
"type": "dragonsurvival/body/",
"amount": 0.1,
"attribute": "minecraft:generic.movement_speed",
"operation": "add_multiplied_total",
"per_size": 0.1
"operation": "add_multiplied_total"
},
{
"type": "dragonsurvival/body/",
"amount": 1.0,
"attribute": "neoforge:swim_speed",
"operation": "add_value",
"per_size": 1.0
"operation": "add_value"
},
{
"type": "dragonsurvival/body/",
"amount": 2.0,
"attribute": "dragonsurvival:mana",
"operation": "add_value",
"per_size": 2.0
"operation": "add_value"
},
{
"type": "dragonsurvival/body/",
"amount": 0.2,
"attribute": "dragonsurvival:flight_speed",
"operation": "add_value",
"per_size": 0.2
"operation": "add_value"
},
{
"type": "dragonsurvival/body/",
"amount": -0.2,
"attribute": "dragonsurvival:flight_stamina_cost",
"operation": "add_multiplied_total",
"per_size": -0.2
"operation": "add_multiplied_total"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,39 @@
"modifiers": [
{
"type": "dragonsurvival/body/",
"amount": -0.2,
"attribute": "minecraft:generic.attack_damage",
"operation": "add_multiplied_total",
"per_size": -0.2
"operation": "add_multiplied_total"
},
{
"type": "dragonsurvival/body/",
"amount": -0.5,
"attribute": "minecraft:generic.attack_knockback",
"operation": "add_value",
"per_size": -0.5
"operation": "add_value"
},
{
"type": "dragonsurvival/body/",
"amount": -0.3,
"attribute": "minecraft:generic.movement_speed",
"operation": "add_multiplied_total",
"per_size": -0.3
"operation": "add_multiplied_total"
},
{
"type": "dragonsurvival/body/",
"amount": 0.5,
"attribute": "neoforge:swim_speed",
"operation": "add_value",
"per_size": 0.5
"operation": "add_value"
},
{
"type": "dragonsurvival/body/",
"amount": 2.0,
"attribute": "dragonsurvival:mana",
"operation": "add_value",
"per_size": 2.0
"operation": "add_value"
},
{
"type": "dragonsurvival/body/",
"amount": -0.1,
"attribute": "dragonsurvival:flight_stamina_cost",
"operation": "add_multiplied_total",
"per_size": -0.1
"operation": "add_multiplied_total"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,45 @@
"modifiers": [
{
"type": "dragonsurvival/body/",
"amount": 0.5,
"attribute": "minecraft:generic.attack_damage",
"operation": "add_value",
"per_size": 0.5
"operation": "add_value"
},
{
"type": "dragonsurvival/body/",
"amount": 0.2,
"attribute": "minecraft:generic.gravity",
"operation": "add_multiplied_total",
"per_size": 0.2
"operation": "add_multiplied_total"
},
{
"type": "dragonsurvival/body/",
"amount": 0.2,
"attribute": "minecraft:generic.jump_strength",
"operation": "add_value",
"per_size": 0.2
"operation": "add_value"
},
{
"type": "dragonsurvival/body/",
"amount": 0.2,
"attribute": "minecraft:generic.movement_speed",
"operation": "add_multiplied_total",
"per_size": 0.2
"operation": "add_multiplied_total"
},
{
"type": "dragonsurvival/body/",
"amount": -0.2,
"attribute": "neoforge:swim_speed",
"operation": "add_value",
"per_size": -0.2
"operation": "add_value"
},
{
"type": "dragonsurvival/body/",
"amount": -0.2,
"attribute": "dragonsurvival:flight_speed",
"operation": "add_value",
"per_size": -0.2
"operation": "add_value"
},
{
"type": "dragonsurvival/body/",
"amount": -0.5,
"attribute": "dragonsurvival:flight_stamina_cost",
"operation": "add_multiplied_total",
"per_size": -0.5
"operation": "add_multiplied_total"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,39 @@
"modifiers": [
{
"type": "dragonsurvival/body/",
"amount": 0.5,
"attribute": "minecraft:generic.attack_knockback",
"operation": "add_value",
"per_size": 0.5
"operation": "add_value"
},
{
"type": "dragonsurvival/body/",
"amount": -0.3,
"attribute": "minecraft:generic.movement_speed",
"operation": "add_multiplied_total",
"per_size": -0.3
"operation": "add_multiplied_total"
},
{
"type": "dragonsurvival/body/",
"amount": 1.0,
"attribute": "minecraft:generic.step_height",
"operation": "add_value",
"per_size": 1.0
"operation": "add_value"
},
{
"type": "dragonsurvival/body/",
"amount": -0.3,
"attribute": "neoforge:swim_speed",
"operation": "add_value",
"per_size": -0.3
"operation": "add_value"
},
{
"type": "dragonsurvival/body/",
"amount": 0.2,
"attribute": "dragonsurvival:flight_speed",
"operation": "add_value",
"per_size": 0.2
"operation": "add_value"
},
{
"type": "dragonsurvival/body/",
"amount": 1.0,
"attribute": "dragonsurvival:flight_stamina_cost",
"operation": "add_multiplied_total",
"per_size": 1.0
"operation": "add_multiplied_total"
}
]
}
Loading

0 comments on commit f89b85c

Please sign in to comment.