Skip to content

Commit 202e4eb

Browse files
author
LTHCTheMaster
committed
Some utils
1 parent 69f7039 commit 202e4eb

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
give @s stick{display:{Name:'{"text":"[Giga Spell Component] Giga Component","color":"#5A09B0","bold":false,"italic":false,"underlined":false}'},CustomModelData:2201,lmasu_addon_giga:true} 1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
give @s stick{display:{Name:'{"text":"[Giga Spell] Healthy Guard","color":"#FF2222","bold":false,"italic":false,"underlined":false}',Lore:['{"text":"Mana Cost: 1555 mana","color":"white"}']},CustomModelData:2202,healthy_guard:true} 1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
give @s stick{display:{Name:'{"text":"[Giga Spell] Meteor","color":"#EE1111","bold":false,"italic":false,"underlined":false}',Lore:['{"text":"Mana Cost: 3500 mana","color":"white"}']},CustomModelData:2203,meteor:true} 1

data/lthc.global/advancements/big/lmasu/giga/giga.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"item": "minecraft:beacon"
55
},
66
"title": "Lmasu GIGA Addon",
7-
"description": "1.0 version",
7+
"description": "1.1 version",
88
"show_toast": false,
99
"announce_to_chat": false,
1010
"hidden": false

data/lthc.lmasu_addon.giga/functions/spells/meteor/effect.mcfunction

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ execute if score @s lmasu_mglvl matches ..9 run scoreboard players add @s lmasu_
55
clear @s stick{meteor:true} 1
66
execute unless score @s lmasu_manalvl matches 4.. run scoreboard players add @s lmasu_manalvlxp 35
77
effect give @s resistance 3 5 true
8-
execute at @s at @e[type=!#lthc.lmasu:lthc.lmasu/not_touched,distance=..29,sort=random,limit=3] run function lthc.lmasu_addon.giga:spells/meteor/out_effect
8+
execute at @s at @e[type=!#lthc.lmasu:lthc.lmasu/not_touched,distance=..29,tag=!lmasu_ntb,tag=!lmasu_ovb,sort=random,limit=3] run function lthc.lmasu_addon.giga:spells/meteor/out_effect
99
execute at @s at @e[type=player,distance=0.3..18,sort=random,limit=1] run function lthc.lmasu_addon.giga:spells/meteor/out_effect
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
scoreboard objectives remove lmasadn.giga.sp0
22

3-
datapack disable "file/lmasu_giga_addon_1.0v"
4-
datapack disable "file/lmasu_giga_addon_1.0v.zip"
3+
datapack disable "file/lmasu_giga_addon_1.1v"
4+
datapack disable "file/lmasu_giga_addon_1.1v.zip"
55
datapack disable "file/lmasu_giga_addon"
66
datapack disable "file/lmasu_giga_addon.zip"

0 commit comments

Comments
 (0)