changed florian

This commit is contained in:
Ryan
2025-01-23 17:01:17 +02:00
parent f2e2ae2bf9
commit 32ac0711e4
5 changed files with 6 additions and 5 deletions

View File

@@ -6,4 +6,5 @@
- Added Item "Ghostly Cloth". - Added Item "Ghostly Cloth".
- Renamed java class "sun_totem" to "sunTotem" to fit convention. - Renamed java class "sun_totem" to "sunTotem" to fit convention.
- added robes - added robes
- added the munch - added the munch
- mobs are now passive to florian

View File

@@ -204,6 +204,8 @@
"power.terraoriginum.florian-powers/small.description": "You are quite small and have 5 hearts because of it.", "power.terraoriginum.florian-powers/small.description": "You are quite small and have 5 hearts because of it.",
"power.terraoriginum.florian-powers/weak.name": "Weak", "power.terraoriginum.florian-powers/weak.name": "Weak",
"power.terraoriginum.florian-powers/weak.description": "Because you are a creature of nature, you cannot do much damage.", "power.terraoriginum.florian-powers/weak.description": "Because you are a creature of nature, you cannot do much damage.",
"power.terraoriginum.munch-powers/passivemobs.name": "Passive Mobs",
"power.terraoriginum.munch-powers/passivemobs.description": "Mobs just don't care enough to attack you.",
//-----Muckunde-----// //-----Muckunde-----//
"origin.terraoriginum.muckunde.name": "Muckunde", "origin.terraoriginum.muckunde.name": "Muckunde",
@@ -268,8 +270,6 @@
"power.terraoriginum.munch-powers/nimble.description": "You are immune to thorns and velocity based damage. You are not slowed by blocks such as sweet berry bushes or cobwebs. You can walk on powder snow.", "power.terraoriginum.munch-powers/nimble.description": "You are immune to thorns and velocity based damage. You are not slowed by blocks such as sweet berry bushes or cobwebs. You can walk on powder snow.",
"power.terraoriginum.munch-powers/better_health.name": "Better Healing", "power.terraoriginum.munch-powers/better_health.name": "Better Healing",
"power.terraoriginum.munch-powers/better_health.description": "You heal twice as fast as the average joe, must be compensating for something.", "power.terraoriginum.munch-powers/better_health.description": "You heal twice as fast as the average joe, must be compensating for something.",
"power.terraoriginum.munch-powers/too_tiny.name": "Too Tiny",
"power.terraoriginum.munch-powers/too_tiny.description": "You are so small, most mobs don't even feel threatened by you, and as such, they don't attack you.",
"power.terraoriginum.munch-powers/short_arms.name": "Short Arms", "power.terraoriginum.munch-powers/short_arms.name": "Short Arms",
"power.terraoriginum.munch-powers/short_arms.description": "You are small, therefore you can't reach as far as the average joe.", "power.terraoriginum.munch-powers/short_arms.description": "You are small, therefore you can't reach as far as the average joe.",
"power.terraoriginum.munch-powers/tiny_motion.name": "Sized Speed", "power.terraoriginum.munch-powers/tiny_motion.name": "Sized Speed",

View File

@@ -13,7 +13,8 @@
"terraoriginum:florian-powers/aura_of_growth", "terraoriginum:florian-powers/aura_of_growth",
"terraoriginum:florian-powers/pocket_sand", "terraoriginum:florian-powers/pocket_sand",
"terraoriginum:florian-powers/weak", "terraoriginum:florian-powers/weak",
"terraoriginum:florian-powers/five_hearts" "terraoriginum:florian-powers/five_hearts",
"terraoriginum:florian-powers/passivemobs"
], ],
"icon": "minecraft:rose_bush", "icon": "minecraft:rose_bush",
"order": 1000, "order": 1000,

View File

@@ -7,7 +7,6 @@
"terraoriginum:munch-powers/little_health", "terraoriginum:munch-powers/little_health",
"terraoriginum:munch-powers/better_health", "terraoriginum:munch-powers/better_health",
"terraoriginum:munch-powers/tiny_appetite", "terraoriginum:munch-powers/tiny_appetite",
"terraoriginum:munch-powers/too_tiny",
"terraoriginum:munch-powers/nimble", "terraoriginum:munch-powers/nimble",
"terraoriginum:munch-powers/quiet", "terraoriginum:munch-powers/quiet",
"terraoriginum:munch-powers/climbing", "terraoriginum:munch-powers/climbing",