-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add aliases needed by EvtClick. Fix a ton of bugs on 1.13.
- Loading branch information
Showing
6 changed files
with
190 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,99 +1,100 @@ | ||
potions: | ||
[(glass|empty)] bottle¦s = minecraft:glass_bottle | ||
water bottle¦s = minecraft:potion {"Potion": "minecraft:water"} | ||
[(glass|empty)] bottle¦s = minecraft:glass_bottle | ||
water bottle¦s = minecraft:potion {"Potion": "minecraft:water"} | ||
|
||
{potion types}: | ||
water = - {"Potion": "minecraft:water"} | ||
thick = - {"Potion": "minecraft:thick"} | ||
mundane = - {"Potion": "minecraft:mundane"} | ||
awkward = - {"Potion": "minecraft:awkward"} | ||
{potion types}: | ||
{default} = - # Match all potions | ||
water = - {"Potion": "minecraft:water"} | ||
thick = - {"Potion": "minecraft:thick"} | ||
mundane = - {"Potion": "minecraft:mundane"} | ||
awkward = - {"Potion": "minecraft:awkward"} | ||
|
||
night vision = - {"Potion": "minecraft:night_vision"} | ||
(extended|long) night vision = - {"Potion": "minecraft:long_night_vision"} | ||
night vision = - {"Potion": "minecraft:night_vision"} | ||
(extended|long) night vision = - {"Potion": "minecraft:long_night_vision"} | ||
|
||
invisibility = - {"Potion": "minecraft:invisibility"} | ||
(extended|long) invisibility = - {"Potion": "minecraft:long_invisibility"} | ||
invisibility = - {"Potion": "minecraft:invisibility"} | ||
(extended|long) invisibility = - {"Potion": "minecraft:long_invisibility"} | ||
|
||
(leaping|jumping) = - {"Potion": "minecraft:leaping"} | ||
(extended|long) (leaping|jumping) = - {"Potion": "minecraft:long_leaping"} | ||
(strong|upgraded|level 2) (leaping|jumping) = - {"Potion": "minecraft:strong_leaping"} | ||
(leaping|jumping) = - {"Potion": "minecraft:leaping"} | ||
(extended|long) (leaping|jumping) = - {"Potion": "minecraft:long_leaping"} | ||
(strong|upgraded|level 2) (leaping|jumping) = - {"Potion": "minecraft:strong_leaping"} | ||
|
||
fire resistance = - {"Potion": "minecraft:fire_resistance"} | ||
(extended|long) fire resistance = - {"Potion": "minecraft:long_fire_resistance"} | ||
fire resistance = - {"Potion": "minecraft:fire_resistance"} | ||
(extended|long) fire resistance = - {"Potion": "minecraft:long_fire_resistance"} | ||
|
||
(speed|swiftness) = - {"Potion": "minecraft:swiftness"} | ||
(extended|long) (speed|swiftness) = - {"Potion": "minecraft:long_swiftness"} | ||
(strong|upgraded|level 2) (speed|swiftness) = - {"Potion": "minecraft:strong_swiftness"} | ||
(speed|swiftness) = - {"Potion": "minecraft:swiftness"} | ||
(extended|long) (speed|swiftness) = - {"Potion": "minecraft:long_swiftness"} | ||
(strong|upgraded|level 2) (speed|swiftness) = - {"Potion": "minecraft:strong_swiftness"} | ||
|
||
slow[ness] = - {"Potion": "minecraft:slowness"} | ||
(extended|long) slow[ness] = - {"Potion": "minecraft:long_slowness"} | ||
(strong|upgraded|level 2) slow[ness] = - {"Potion": "minecraft:strong_slowness"} | ||
slow[ness] = - {"Potion": "minecraft:slowness"} | ||
(extended|long) slow[ness] = - {"Potion": "minecraft:long_slowness"} | ||
(strong|upgraded|level 2) slow[ness] = - {"Potion": "minecraft:strong_slowness"} | ||
|
||
turtle master = - {"Potion": "minecraft:turtle_master"} | ||
(extended|long) turtle master = - {"Potion": "minecraft:long_turtle_master"} | ||
(strong|upgraded|level 2) turtle master = - {"Potion": "minecraft:strong_turtle_master"} | ||
turtle master = - {"Potion": "minecraft:turtle_master"} | ||
(extended|long) turtle master = - {"Potion": "minecraft:long_turtle_master"} | ||
(strong|upgraded|level 2) turtle master = - {"Potion": "minecraft:strong_turtle_master"} | ||
|
||
water breathing = - {"Potion": "minecraft:water_breathing"} | ||
(extended|long) water breathing = - {"Potion": "minecraft:long_water_breathing"} | ||
water breathing = - {"Potion": "minecraft:water_breathing"} | ||
(extended|long) water breathing = - {"Potion": "minecraft:long_water_breathing"} | ||
|
||
heal(th|ing) = - {"Potion": "minecraft:healing"} | ||
(strong|upgraded|level 2) heal(th|ing) = - {"Potion": "minecraft:strong_healing"} | ||
heal(th|ing) = - {"Potion": "minecraft:healing"} | ||
(strong|upgraded|level 2) heal(th|ing) = - {"Potion": "minecraft:strong_healing"} | ||
|
||
harming = - {"Potion": "minecraft:harming"} | ||
(strong|upgraded|level 2) harming = - {"Potion": "minecraft:strong_harming"} | ||
harming = - {"Potion": "minecraft:harming"} | ||
(strong|upgraded|level 2) harming = - {"Potion": "minecraft:strong_harming"} | ||
|
||
poison[ing] = - {"Potion": "minecraft:poison"} | ||
(extended|long) poison[ing] = - {"Potion": "minecraft:long_poison"} | ||
(strong|upgraded|level 2) poison[ing] = - {"Potion": "minecraft:strong_poison"} | ||
poison[ing] = - {"Potion": "minecraft:poison"} | ||
(extended|long) poison[ing] = - {"Potion": "minecraft:long_poison"} | ||
(strong|upgraded|level 2) poison[ing] = - {"Potion": "minecraft:strong_poison"} | ||
|
||
regen[eration] = - {"Potion": "minecraft:regeneration"} | ||
(extended|long) regen[eration] = - {"Potion": "minecraft:long_regeneration"} | ||
(strong|upgraded|level 2) regen[eration] = - {"Potion": "minecraft:strong_regeneration"} | ||
regen[eration] = - {"Potion": "minecraft:regeneration"} | ||
(extended|long) regen[eration] = - {"Potion": "minecraft:long_regeneration"} | ||
(strong|upgraded|level 2) regen[eration] = - {"Potion": "minecraft:strong_regeneration"} | ||
|
||
strength = - {"Potion": "minecraft:strength"} | ||
(extended|long) strength = - {"Potion": "minecraft:long_strength"} | ||
(strong|upgraded|level 2) strength = - {"Potion": "minecraft:strong_strength"} | ||
strength = - {"Potion": "minecraft:strength"} | ||
(extended|long) strength = - {"Potion": "minecraft:long_strength"} | ||
(strong|upgraded|level 2) strength = - {"Potion": "minecraft:strong_strength"} | ||
|
||
weak(ness|ening) = - {"Potion": "minecraft:weakness"} | ||
(extended|long) weak(ness|ening) = - {"Potion": "minecraft:long_weakness"} | ||
weak(ness|ening) = - {"Potion": "minecraft:weakness"} | ||
(extended|long) weak(ness|ening) = - {"Potion": "minecraft:long_weakness"} | ||
|
||
slow fall[ing] = - {"Potion": "minecraft:slow_falling"} | ||
(extended|long) slow fall[ing] = - {"Potion": "minecraft:long_slow_falling"} | ||
slow fall[ing] = - {"Potion": "minecraft:slow_falling"} | ||
(extended|long) slow fall[ing] = - {"Potion": "minecraft:long_slow_falling"} | ||
|
||
(potion[s] of {potion types}|{potion types} potion¦s) = minecraft:potion | ||
(splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion | ||
(splash potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion | ||
(potion[s] of {potion types}|{potion types} potion¦s) = minecraft:potion | ||
(splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion | ||
(splash potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion | ||
|
||
blocks: | ||
brewing stand¦s = minecraft:brewing_stand | ||
cauldron¦s = minecraft:cauldron | ||
brewing stand¦s = minecraft:brewing_stand | ||
cauldron¦s = minecraft:cauldron | ||
|
||
combat update brewing: | ||
minecraft version = 1.9 or newer | ||
dragon['s] breath = minecraft:dragon_breath | ||
minecraft version = 1.9 or newer | ||
dragon['s] breath = minecraft:dragon_breath | ||
|
||
{combat update potions}: | ||
luck = - {"Potion": "minecraft:luck"} | ||
{combat update potions}: | ||
luck = - {"Potion": "minecraft:luck"} | ||
|
||
(potion[s] of {combat update potions}|{combat update potions} potion¦s) = minecraft:potion | ||
(splash potion[s] of {combat update potions}|{combat update potions} splash potion¦s) = minecraft:splash_potion | ||
(splash potion[s] of {combat update potions}|{combat update potions} lingering potion¦s) = minecraft:lingering_potion | ||
(potion[s] of {combat update potions}|{combat update potions} potion¦s) = minecraft:potion | ||
(splash potion[s] of {combat update potions}|{combat update potions} splash potion¦s) = minecraft:splash_potion | ||
(splash potion[s] of {combat update potions}|{combat update potions} lingering potion¦s) = minecraft:lingering_potion | ||
|
||
unchanged ingredients: | ||
ghast tear¦s = minecraft:ghast_tear | ||
fermented spider eye¦s = minecraft:fermented_spider_eye | ||
blaze powder¦s = minecraft:blaze_powder | ||
magma cream¦s = minecraft:magma_cream | ||
gold[en] carrot¦s = minecraft:golden_carrot | ||
rabbit['s] (foot|feet) = minecraft:rabbit_foot | ||
ghast tear¦s = minecraft:ghast_tear | ||
fermented spider eye¦s = minecraft:fermented_spider_eye | ||
blaze powder¦s = minecraft:blaze_powder | ||
magma cream¦s = minecraft:magma_cream | ||
gold[en] carrot¦s = minecraft:golden_carrot | ||
rabbit['s] (foot|feet) = minecraft:rabbit_foot | ||
|
||
ingredients before flattening: | ||
minecraft version = 1.12.2 or older | ||
(glistering|gold[en]) melon[ slice]¦s = minecraft:speckled_melon | ||
minecraft version = 1.12.2 or older | ||
(glistering|gold[en]) melon[ slice]¦s = minecraft:speckled_melon | ||
|
||
ingredients after flattening: | ||
(glistering|gold[en]) melon[ slice]¦s = minecraft:glistering_melon_slice | ||
(glistering|gold[en]) melon[ slice]¦s = minecraft:glistering_melon_slice | ||
|
||
update aquatic ingredients: | ||
minecraft version = 1.13 or newer | ||
phantom membrane¦s = minecraft:phantom_membrane | ||
minecraft version = 1.13 or newer | ||
phantom membrane¦s = minecraft:phantom_membrane |
Oops, something went wrong.