Skip to content

Commit b4e3df6

Browse files
committed
Some fixes
1 parent 60d5f5b commit b4e3df6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/main/resources/datapack-1.18.x/mappings/damagesources.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ _mcreator_map_template:
77
_bypass_prefix: "#"
88
IN_FIRE:
99
- DamageSource.IN_FIRE
10-
- in_fire
10+
- inFire
1111
LIGHTNING_BOLT:
1212
- DamageSource.LIGHTNING_BOLT
13-
- lightning_bolt
13+
- lightningBolt
1414
ON_FIRE:
1515
- DamageSource.ON_FIRE
16-
- on_fire
16+
- onFire
1717
LAVA:
1818
- DamageSource.LAVA
1919
- lava
2020
HOT_FLOOR:
2121
- DamageSource.HOT_FLOOR
22-
- hot_floor
22+
- hotFloor
2323
IN_WALL:
2424
- DamageSource.IN_WALL
25-
- in_wall
25+
- inWall
2626
CRAMMING:
2727
- DamageSource.CRAMMING
2828
- cramming
@@ -40,10 +40,10 @@ FALL:
4040
- fall
4141
FLY_INTO_WALL:
4242
- DamageSource.FLY_INTO_WALL
43-
- fly_into_wall
43+
- flyIntoWall
4444
OUT_OF_WORLD:
4545
- DamageSource.OUT_OF_WORLD
46-
- out_of_world
46+
- outOfWorld
4747
GENERIC:
4848
- DamageSource.GENERIC
4949
- generic
@@ -55,13 +55,13 @@ WITHER:
5555
- wither
5656
DRAGON_BREATH:
5757
- DamageSource.DRAGON_BREATH
58-
- dragon_breath
58+
- dragonBreath
5959
DRYOUT:
6060
- DamageSource.DRY_OUT
61-
- dry_out
61+
- dryout
6262
SWEET_BERRY_BUSH:
6363
- DamageSource.SWEET_BERRY_BUSH
64-
- sweet_berry_bush
64+
- sweetBerryBush
6565
FREEZE:
6666
- DamageSource.FREEZE
6767
- freeze
@@ -70,10 +70,10 @@ STALAGMITE:
7070
- stalagmite
7171
FALLING_BLOCK:
7272
- DamageSource.FALLING_BLOCK
73-
- falling_block
73+
- fallingBlock
7474
ANVIL:
75-
- DamageSource.FALLING_ANVIL
76-
- falling_anvil
75+
- DamageSource.FALLING_BLOCK
76+
- fallingBlock
7777
FALLING_STALACTITE:
7878
- DamageSource.FALLING_STALACTITE
79-
- falling_stalactite
79+
- fallingStalactite

0 commit comments

Comments
 (0)