-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
LTHCTheMaster
committed
Sep 23, 2021
1 parent
4b710de
commit 10cd4dc
Showing
9 changed files
with
25 additions
and
12 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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
give @s glow_item_frame{display:{Name:'{"translate":"Air Fisher","color":"#2BE3FF","bold":false,"italic":false,"underlined":false}'},CustomModelData:27102,EntityTag:{Tags:["lthc.utils.air_fisher"],Silent:1b,Item:{id:"minecraft:glow_item_frame",Count:1b,tag:{CustomModelData:27102}},Invulnerable:1b,Invisible:1b,Fixed:1b}} 1 |
1 change: 1 addition & 0 deletions
1
data/lthc.giver/functions/lthc.utils/lthc_guide_book.mcfunction
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
give @s book{display:{Name:'{"text":"LTHC Guide Book","color":"#B663FF","bold":false,"italic":false,"underlined":false}'},CustomModelData:27103,lthc.utils.guide_book:true} 1 |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
give @s glow_item_frame{display:{Name:'{"translate":"LTHC Table","color":"#03FF35","bold":false,"italic":false,"underlined":false}'},CustomModelData:27101,EntityTag:{Tags:["lthc.utils.crafter"],Silent:1b,Item:{id:"minecraft:glow_item_frame",Count:1b,tag:{CustomModelData:27101}},Invulnerable:1b,Invisible:1b,Fixed:1b}} 1 |
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
2 changes: 0 additions & 2 deletions
2
data/lthc.utils/functions/custom_blocks/air_fisher/place.mcfunction
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,3 +1 @@ | ||
setblock ~ ~ ~ dropper{CustomName:'{"translate":"Air Fisher","color":"#2DE3FF","bold":false,"italic":false,"underlined":false}'} replace | ||
execute positioned ^ ^ ^0.5 align xyz run summon armor_stand ~ ~ ~ {Fire:1000000,Small:1b,Marker:1b,Invisible:1b,NoBasePlate:1b,Tags:["lthc.utils.air_fisher"],ArmorItems:[{},{},{},{id:"minecraft:glow_item_frame",Count:1b,tag:{CustomModelData:27102}}]} | ||
kill @s |
2 changes: 0 additions & 2 deletions
2
data/lthc.utils/functions/custom_blocks/lthc_table/place.mcfunction
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,3 +1 @@ | ||
setblock ~ ~ ~ dropper{CustomName:'{"translate":"LTHC Table","color":"#03FF35","bold":false,"italic":false,"underlined":false}'} replace | ||
execute positioned ^ ^ ^0.5 align xyz run summon armor_stand ~ ~ ~ {Fire:1000000,Small:1b,Marker:1b,Invisible:1b,NoBasePlate:1b,Tags:["lthc.utils.crafter"],ArmorItems:[{},{},{},{id:"minecraft:glow_item_frame",Count:1b,tag:{CustomModelData:27101}}]} | ||
kill @s |
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,7 +1,7 @@ | ||
# LTHC Table | ||
execute as @e[type=glow_item_frame,tag=lthc.utils.crafter] at @s run function lthc.utils:custom_blocks/lthc_table/place | ||
execute as @e[type=armor_stand,tag=lthc.utils.crafter] at @s unless block ~ ~ ~ dropper run function lthc.utils:custom_blocks/lthc_table/remove | ||
execute as @e[type=glow_item_frame,tag=lthc.utils.crafter] at @s unless block ~ ~ ~ dropper run function lthc.utils:custom_blocks/lthc_table/remove | ||
|
||
# Air Fisher | ||
execute as @e[type=glow_item_frame,tag=lthc.utils.air_fisher] at @s run function lthc.utils:custom_blocks/air_fisher/place | ||
execute as @e[type=armor_stand,tag=lthc.utils.air_fisher] at @s unless block ~ ~ ~ dropper run function lthc.utils:custom_blocks/air_fisher/remove | ||
execute as @e[type=glow_item_frame,tag=lthc.utils.air_fisher] at @s unless block ~ ~ ~ dropper run function lthc.utils:custom_blocks/air_fisher/remove |
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