Skip to content

Commit

Permalink
Small fixes to end_suppress_berries (0.13.38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bavadin authored Jan 4, 2025
1 parent 295304d commit 0bee346
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ setblock -514 38 1986 minecraft:light[level=12]
setblock -512 40 1989 minecraft:air
# Piston
setblock -512 40 1995 minecraft:air

# Piston from above with datapack reset
setblock -586 53 2009 minecraft:air
fill -586 50 2008 -586 53 2008 minecraft:air
setblock -586 53 2008 minecraft:sticky_piston[facing=down]
fill -586 49 2008 -586 52 2008 minecraft:air
setblock -586 52 2008 minecraft:snow_block
setblock -586 51 2008 minecraft:snow_block
setblock -586 50 2008 minecraft:stone
Expand Down Expand Up @@ -50,8 +51,8 @@ setblock -657 -3 1903 minecraft:air
setblock -589 6 1897 minecraft:air
# Piston from far above
setblock -646 16 1905 minecraft:air
fill -645 16 1905 -645 4 1905 air
setblock -645 16 1905 minecraft:sticky_piston[facing=down]
fill -645 15 1905 -645 4 1905 air
setblock -645 15 1905 minecraft:smooth_basalt
setblock -645 14 1905 minecraft:deepslate[axis=y]
setblock -645 13 1905 minecraft:deepslate[axis=y]
Expand Down
4 changes: 2 additions & 2 deletions Brilliance Datapack/data/do2/functions/version.mcfunction
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# DATAPACK VERSION NUMBER: 0.13.37
# DATAPACK VERSION NUMBER: 0.13.38

tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.13.37§r] Check latest version "},{"text":"§o§b§nhere§r","clickEvent":{"action":"open_url","value":"https://github.com/trackedout/Brilliance/blob/main/Brilliance%20Datapack/data/do2/functions/version.mcfunction"}},{"text":"."}]
tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.13.38§r] Check latest version "},{"text":"§o§b§nhere§r","clickEvent":{"action":"open_url","value":"https://github.com/trackedout/Brilliance/blob/main/Brilliance%20Datapack/data/do2/functions/version.mcfunction"}},{"text":"."}]

0 comments on commit 0bee346

Please sign in to comment.