Skip to content

Commit

Permalink
1.20.4 Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
VForiel committed Mar 14, 2024
1 parent bde9531 commit 785eeca
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Bookshelf/data/bs.core/tags/blocks/vegetals/grass.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"replace": false,
"values": [
"minecraft:grass",
"minecraft:short_grass",
"minecraft:seagrass",
"minecraft:tall_seagrass",
"minecraft:kelp",
Expand Down
3 changes: 0 additions & 3 deletions GLOBAL/data/coc/functions/reset.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ scoreboard players set * closing 0

tellraw @a[team=0config] ["",{"text":"COC : Reseted\n\nSetup "},{"text":"opening","clickEvent":{"action":"run_command","value":"/scoreboard players set setup setup 1"}},{"text":" / "},{"text":"closing","clickEvent":{"action":"run_command","value":"/scoreboard players set setup setup 2"}}]


team

team add 1staff
team modify 1staff color gray
team modify 1staff prefix {"text":"[Staff] ","color":"blue"}
Expand Down
2 changes: 1 addition & 1 deletion GLOBAL/data/lib/tags/blocks/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@
"minecraft:granite_slab",
"minecraft:granite_stairs",
"minecraft:granite_wall",
"minecraft:grass",
"minecraft:grass_block",
"minecraft:gravel",
"minecraft:gray_banner",
Expand Down Expand Up @@ -720,6 +719,7 @@
"minecraft:sea_lantern",
"minecraft:sea_pickle",
"minecraft:seagrass",
"minecraft:short_grass",
"minecraft:shroomlight",
"minecraft:shulker_box",
"minecraft:skeleton_skull",
Expand Down
2 changes: 1 addition & 1 deletion GLOBAL/data/lobby/functions/maps/__main__.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ execute as @e[type=interaction,tag=lobby.map.interaction,nbt={interaction:{}}] a
execute as @a[tag=lobby.map.hover,predicate=!lobby:maps/hover] run title @s actionbar {"text":" "}
tag @a[tag=lobby.map.hover,predicate=!lobby:maps/hover] remove lobby.map.hover
tag @a[team=lobby,predicate=lobby:maps/hover] add lobby.map.hover
execute as @a[tag=lobby.map.hover,predicate=lobby:maps/hover] run title @s actionbar [{"text":"Use ","color":"white"},{"keybind":"key.use","color":"aqua"},{"text":" to fast travel","color":"white"}]
execute as @a[tag=lobby.map.hover,predicate=lobby:maps/hover] at @s if entity @e[tag=lobby.map.interaction,distance=..5] run title @s actionbar [{"text":"Use ","color":"white"},{"keybind":"key.use","color":"aqua"},{"text":" to fast travel","color":"white"}]

# execute at @e[tag=lobby.map.current_loc_marker] run particle minecraft:electric_spark ~ ~ ~ 0.01 0.01 0.01 1 0 normal
# execute at @e[type=marker,tag=lobby.map.current_loc_marker] run particle dust 0.016 0 1 0.5 ~ ~ ~ 0 0 0 1 0 normal
2 changes: 1 addition & 1 deletion minigames/data/prophunt/tags/blocks/cant_climb_on.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"minecraft:void_air",
"minecraft:light",
"minecraft:moving_piston",
"grass",
"short_grass",
"tall_grass",
"fern",
"large_fern"
Expand Down

0 comments on commit 785eeca

Please sign in to comment.