Skip to content

Commit

Permalink
+ energy star certification
Browse files Browse the repository at this point in the history
  • Loading branch information
Finn committed Nov 24, 2024
1 parent 8a5986f commit 8d64065
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/ltextras/models/item/energy_star_certification.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "ltextras:item/energy_star_certification"
}
}
3 changes: 2 additions & 1 deletion assets/ltextras/models/item/invite.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
{ "predicate": { "custom_model_data": 4}, "model": "ltextras:item/paper_white" },
{ "predicate": { "custom_model_data": 5}, "model": "ltextras:item/paper_white_half" },
{ "predicate": { "custom_model_data": 6}, "model": "ltextras:item/team_no_cents_badge" },
{ "predicate": { "custom_model_data": 7}, "model": "ltextras:item/team_cents_badge" }
{ "predicate": { "custom_model_data": 7}, "model": "ltextras:item/team_cents_badge" },
{ "predicate": { "custom_model_data": 8}, "model": "ltextras:item/energy_star_certification" }
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions data/lt/function/stage/action/ship_bit.mcfunction
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
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"
}

0 comments on commit 8d64065

Please sign in to comment.