File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
src/main/resources/datapack-1.19.2/mappings Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,22 @@ _mcreator_map_template:
77_bypass_prefix : " #"
88IN_FIRE :
99 - DamageSource.IN_FIRE
10- - in_fire
10+ - inFire
1111LIGHTNING_BOLT :
1212 - DamageSource.LIGHTNING_BOLT
13- - lightning_bolt
13+ - lightningBolt
1414ON_FIRE :
1515 - DamageSource.ON_FIRE
16- - on_fire
16+ - onFire
1717LAVA :
1818 - DamageSource.LAVA
1919 - lava
2020HOT_FLOOR :
2121 - DamageSource.HOT_FLOOR
22- - hot_floor
22+ - hotFloor
2323IN_WALL :
2424 - DamageSource.IN_WALL
25- - in_wall
25+ - inWall
2626CRAMMING :
2727 - DamageSource.CRAMMING
2828 - cramming
@@ -40,10 +40,10 @@ FALL:
4040 - fall
4141FLY_INTO_WALL :
4242 - DamageSource.FLY_INTO_WALL
43- - fly_into_wall
43+ - flyIntoWall
4444OUT_OF_WORLD :
4545 - DamageSource.OUT_OF_WORLD
46- - out_of_world
46+ - outOfWorld
4747GENERIC :
4848 - DamageSource.GENERIC
4949 - generic
@@ -55,13 +55,13 @@ WITHER:
5555 - wither
5656DRAGON_BREATH :
5757 - DamageSource.DRAGON_BREATH
58- - dragon_breath
58+ - dragonBreath
5959DRYOUT :
6060 - DamageSource.DRY_OUT
61- - dry_out
61+ - dryout
6262SWEET_BERRY_BUSH :
6363 - DamageSource.SWEET_BERRY_BUSH
64- - sweet_berry_bush
64+ - sweetBerryBush
6565FREEZE :
6666 - DamageSource.FREEZE
6767 - freeze
@@ -70,10 +70,10 @@ STALAGMITE:
7070 - stalagmite
7171FALLING_BLOCK :
7272 - DamageSource.FALLING_BLOCK
73- - falling_block
73+ - fallingBlock
7474ANVIL :
75- - DamageSource.FALLING_ANVIL
76- - falling_anvil
75+ - DamageSource.FALLING_BLOCK
76+ - fallingBlock
7777FALLING_STALACTITE :
7878 - DamageSource.FALLING_STALACTITE
79- - falling_stalactite
79+ - fallingStalactite
You can’t perform that action at this time.
0 commit comments