Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ICY105 committed Jun 27, 2023
1 parent 976ac63 commit d8fe1ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/mechanization/functions/load.mcfunction
Expand Up @@ -49,7 +49,7 @@ scoreboard players set #cons.rng_a mechanization.data 1103515245
# mark version
scoreboard players set #mech.ver.major load.status 4
scoreboard players set #mech.ver.minor load.status 1
scoreboard players set #mech.ver.fix load.status 0
scoreboard players set #mech.ver.fix load.status 1

# configure storage
data merge storage mechanization:temp {obj:{}, list:[], var:""}
Expand Down
2 changes: 1 addition & 1 deletion data/smithed_u.chunk/functions/setup_chunk.mcfunction
Expand Up @@ -5,7 +5,7 @@ forceload add -30000000 3200
execute positioned -30000000 0 3200 unless block ~ ~ ~ minecraft:jukebox run setblock ~ ~ ~ minecraft:jukebox
execute positioned -30000000 0 3201 unless block ~ ~ ~ minecraft:yellow_shulker_box run setblock ~ ~ ~ minecraft:yellow_shulker_box
execute positioned -30000000 0 3202 unless block ~ ~ ~ minecraft:oak_wall_sign run setblock ~ ~ ~ minecraft:oak_wall_sign[facing=south]
execute positioned -30000000 0 3203 unless block ~ ~ ~ minecraft:repeating_command_block run setblock ~ ~ ~ minecraft:repeating_command_block{auto:1b, Command:"function #smithed_u.chunk:command_block_tick"}
execute positioned -30000000 0 3203 unless block ~ ~ ~ minecraft:repeating_command_block run setblock ~ ~ ~ minecraft:repeating_command_block{auto:1b, Command:"function #smithed_u.chunk:command_block_tick"}

execute positioned -30000000 0 3200 run kill @e[tag=smithed_u.chunk,distance=..16]
summon minecraft:marker -30000000 0 3200 {Tags:["smithed_u.chunk","smithed.ignore","smithed.strict"]}
Expand Down

0 comments on commit d8fe1ad

Please sign in to comment.