Skip to content

Commit

Permalink
DP | Typo 💀
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik0-0 committed Aug 31, 2024
1 parent 854c905 commit 48681c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nnb_main/data/nnb_main/function/create_marker.mcfunction
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
$tellraw @s "<gray> \u2139 | Generated $(Tag)"
$tellraw @s "<grey> \u2139 | Generated $(Tag)"
$give @s minecraft:armor_stand[minecraft:entity_data={Invisible:true,Invulnerable:true,NoBasePlate:true,NoGravity:true,Small:true,CustomNameVisible:false,DisabledSlots:4128768,Tags:["$(Tag)"],id:"minecraft:armor_stand"},minecraft:custom_name='{"text":"$(Tag) Marker"}'] 1
6 changes: 3 additions & 3 deletions nnb_main/main.jmc
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function lobby_music() {

// Simple function to create marker
function create_marker() {
$Text.tellraw(@s, "<gray> ℹ | Generated $(Tag)");
$Text.tellraw(@s, "<grey> ℹ | Generated $(Tag)");
$give @s minecraft:armor_stand[minecraft:entity_data={Invisible:true,Invulnerable:true,NoBasePlate:true,NoGravity:true,Small:true,CustomNameVisible:false,DisabledSlots:4128768,Tags:["$(Tag)"],id:"minecraft:armor_stand"},minecraft:custom_name='{"text":"$(Tag) Marker"}'] 1;
}

Expand All @@ -135,10 +135,10 @@ function create_marker() {



// $Text.tellraw(@s, "<gray> ℹ | $(text)");
// $Text.tellraw(@s, "<grey> ℹ | $(text)");

// $Text.tellraw(@s, "<yellow> ⚠ | $(text)");

// $Text.tellraw(@s, "<red> 🛑 | $(text)");

// $Text.tellraw(@s, "<dark_gray> ❔ | $(text)");
// $Text.tellraw(@s, "<dark_grey> ❔ | $(text)");

0 comments on commit 48681c8

Please sign in to comment.