Skip to content

Commit

Permalink
DP & RP | Add new map
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik0-0 committed Aug 23, 2024
1 parent 627e488 commit c46cb91
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions main/assets/minecraft/font/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,17 @@
]
},

{
"type": "bitmap",
"file": "vibecraft:gui/voting/pillars.png",
"ascent": 13,
"height": 138,
"chars": [
""
]
},


{
"type": "bitmap",
"file": "vibecraft:gui/voting/notfound.png",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
function nnb_spawnsystem:call_bots {"sel_map":"nn_pillars"}
2 changes: 2 additions & 0 deletions nnb_spawnsystem/main.jmc
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ switch(nn_map:map) {
call_bots(sel_map="nn_abandonedoffice");
case 16:
call_bots(sel_map="nn_flatgrass_arcade");
case 17:
call_bots(sel_map="nn_pillars");
// default:
// say "Unable to find anything";
}
Expand Down
10 changes: 8 additions & 2 deletions nnb_vote_system/data/nnb_vote/functions/assign.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,18 @@ execute if entity @e[name=nn_abandonedoffice,tag=map_2] run scoreboard objective
execute if entity @e[name=nn_abandonedoffice,tag=map_3] run scoreboard objectives add sel_map_3 dummy {"text":""}



execute if entity @e[name=nn_pillars,tag=map_1] run scoreboard objectives add sel_map_1 dummy {"text":""}
execute if entity @e[name=nn_pillars,tag=map_2] run scoreboard objectives add sel_map_2 dummy {"text":""}
execute if entity @e[name=nn_pillars,tag=map_3] run scoreboard objectives add sel_map_3 dummy {"text":""}




# If we failed to detect map icon - use temp placeholder image
scoreboard objectives add sel_map_1 dummy {"text":""}
scoreboard objectives add sel_map_2 dummy {"text":""}
scoreboard objectives add sel_map_3 dummy {"text":""}
scoreboard objectives add sel_map_3 dummy {"text":""}



#> https://unicode.bayashi.net/?page=1801 <-- EUGHHHH STUPID UNICODEEEEEEEEEEEEEEEEEEEEEEE
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ execute at @e[type=minecraft:armor_stand,tag=nn_hauntedmansion] run summon item_
execute at @e[type=minecraft:armor_stand,tag=nn_habitablezone] run summon item_display ~ ~ ~ {Tags:["spawn_marker"],transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[0f,1f,0f],scale:[2f,2f,2f]},item:{id:"minecraft:beacon",Count:1b,tag:{CustomModelData:1}}}
execute at @e[type=minecraft:armor_stand,tag=nn_doomspire] run summon item_display ~ ~ ~ {Tags:["spawn_marker"],transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[0f,1f,0f],scale:[2f,2f,2f]},item:{id:"minecraft:beacon",Count:1b,tag:{CustomModelData:1}}}
execute at @e[type=minecraft:armor_stand,tag=nn_topmodernhouse] run summon item_display ~ ~ ~ {Tags:["spawn_marker"],transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[0f,1f,0f],scale:[2f,2f,2f]},item:{id:"minecraft:beacon",Count:1b,tag:{CustomModelData:1}}}
execute at @e[type=minecraft:armor_stand,tag=nn_abandonedoffice] run summon item_display ~ ~ ~ {Tags:["spawn_marker"],transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[0f,1f,0f],scale:[2f,2f,2f]},item:{id:"minecraft:beacon",Count:1b,tag:{CustomModelData:1}}}
execute at @e[type=minecraft:armor_stand,tag=nn_abandonedoffice] run summon item_display ~ ~ ~ {Tags:["spawn_marker"],transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[0f,1f,0f],scale:[2f,2f,2f]},item:{id:"minecraft:beacon",Count:1b,tag:{CustomModelData:1}}}
execute at @e[type=minecraft:armor_stand,tag=nn_flatgrass_a] run summon item_display ~ ~ ~ {Tags:["spawn_marker"],transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[0f,1f,0f],scale:[2f,2f,2f]},item:{id:"minecraft:beacon",Count:1b,tag:{CustomModelData:1}}}
execute at @e[type=minecraft:armor_stand,tag=nn_pillars] run summon item_display ~ ~ ~ {Tags:["spawn_marker"],transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[0f,1f,0f],scale:[2f,2f,2f]},item:{id:"minecraft:beacon",Count:1b,tag:{CustomModelData:1}}}

0 comments on commit c46cb91

Please sign in to comment.