-
Notifications
You must be signed in to change notification settings - Fork 2
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
Finn
committed
Nov 24, 2024
1 parent
8a5986f
commit 8d64065
Showing
6 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,6 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "ltextras:item/energy_star_certification" | ||
} | ||
} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,4 @@ | ||
|
||
|
||
execute in tropicraft:tropics run tp @a[tag=snlt.to_ship] 609.59 128.52 51.86 -90.06 0.75 | ||
execute in tropicraft:tropics run tp @a[tag=snlt.to_ship_boat] 624.76 127.09 26.83 0.99 86.55 |
20 changes: 20 additions & 0 deletions
20
data/lt/ltextras/collectible/utility/energy_star_certification.json
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,20 @@ | ||
{ | ||
"components": { | ||
"minecraft:custom_name": "{\"text\":\"Energy Star Certification\",\"color\":\"#E5B106\",\"italic\":false}", | ||
"minecraft:enchantment_glint_override": true, | ||
"minecraft:lore": [ | ||
"{\"translate\":\"lt.quest.cents_item.cents_badge.description\",\"color\":\"gray\",\"italic\":true}", | ||
"{\"translate\":\"lt.quest.cents_item.cents_badge.description.2\",\"color\":\"gray\",\"italic\":true}", | ||
"{\"text\":\" \"}", | ||
"{\"translate\":\"lt.collectible.unicode.quest\",\"color\":\"white\",\"italic\":false}" | ||
], | ||
"minecraft:hide_additional_tooltip": {}, | ||
"minecraft:custom_model_data": 8, | ||
"ltextras:image": { | ||
"texture":"lt:textures/item/icon/energy_star_certification.png", | ||
"width": 347.0, | ||
"height": 356.0 | ||
} | ||
}, | ||
"item": "ltextras:invite" | ||
} |