Skip to content

Commit

Permalink
v1.0 Prerelease 1
Browse files Browse the repository at this point in the history
v1.0 Prerelease 1
  • Loading branch information
hazelcode committed Jan 4, 2023
2 parents ef61d59 + ccb4105 commit 0f9ad76
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 31 deletions.
2 changes: 0 additions & 2 deletions LezaH/data/lezah/functions/loading/load.mcfunction
@@ -1,6 +1,4 @@
# TRIGGERS
function #lezah:add_triggers
function #lezah:enable_triggers

# FUNCIONES
function lezah:config
Expand Down
1 change: 0 additions & 1 deletion LezaH/data/lezah/functions/loading/main.mcfunction
@@ -1,5 +1,4 @@
function lezah:loading/api/main
function #lezah:tick_triggers
function lezah:old_content_folder/ticks
function lezah:old_content_folder/logros
function lezah:old_content_folder/itemstuff/main
Expand Down
@@ -1,3 +1,3 @@
execute as @a[predicate=lezah:armor_check/accesories/ice_skates] at @a[predicate=lezah:armor_check/accesories/ice_skates] if block ~ ~-1 ~ #lezah:cold_blocks run effect give @s speed 2 3 true
execute as @a[predicate=lezah:armor_check/accesories/ice_skates] at @a[predicate=lezah:armor_check/accesories/ice_skates] if block ~ ~-1 ~ #lezah:cold_blocks run effect give @s slow_falling 2 2 true
execute as @a[predicate=lezah:armor_check/accesories/ice_skates] at @a[predicate=lezah:armor_check/accesories/ice_skates] if block ~ ~-1 ~ #lezah:cold_blocks run effect give @s speed 2 4 true
execute as @a[predicate=lezah:armor_check/accesories/ice_skates] at @a[predicate=lezah:armor_check/accesories/ice_skates] if block ~ ~-1 ~ #lezah:cold_blocks run effect give @s slow_falling 3 2 true
execute as @a[predicate=lezah:armor_check/accesories/ice_skates] at @a[predicate=lezah:armor_check/accesories/ice_skates] if block ~ ~-1 ~ #lezah:cold_blocks run effect give @s jump_boost 2 2 true
@@ -1,4 +1,4 @@
effect give @a[predicate=lezah:armor_check/warrior/helmet] resistance 1 2 true
effect give @a[predicate=lezah:armor_check/warrior/chestplate] resistance 1 1 true
effect give @a[predicate=lezah:armor_check/warrior/leggings] resistance 1 1 true
effect give @a[predicate=lezah:armor_check/warrior/boots] resistance 1 1 true
effect give @a[predicate=lezah:armor_check/warrior/helmet] resistance 1 3 true
effect give @a[predicate=lezah:armor_check/warrior/chestplate] resistance 1 3 true
effect give @a[predicate=lezah:armor_check/warrior/leggings] resistance 1 3 true
effect give @a[predicate=lezah:armor_check/warrior/boots] resistance 1 3 true
@@ -1,2 +1,2 @@
effect give @a[predicate=lezah:hand_items/mainhand/netherite_axe] haste 1 2 true
effect give @a[predicate=lezah:hand_items/mainhand/netherite_axe] slowness 1 0 true
effect give @a[predicate=lezah:hand_items/mainhand/netherite_axe] slowness 1 1 true

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions LezaH/data/lezah/tags/functions/add_triggers.json

This file was deleted.

5 changes: 0 additions & 5 deletions LezaH/data/lezah/tags/functions/enable_triggers.json

This file was deleted.

6 changes: 0 additions & 6 deletions LezaH/data/lezah/tags/functions/tick_triggers.json

This file was deleted.

0 comments on commit 0f9ad76

Please sign in to comment.