Skip to content

Commit

Permalink
Fix ore gen (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
ICY105 committed Nov 12, 2023
1 parent a8a2a2d commit 75e99c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $execute if score #gen.veins chunk_scan.ores.data matches 0 run scoreboard playe
execute if score #gen.veins chunk_scan.ores.data matches 1.. run function chunk_scan.ores:v1.3/generation/generate_veins with storage chunk_scan.ores:generation chunk.list[0]

### remove entry, then repeat until temp is empty
#data remove storage chunk_scan.ores:generation chunk.list[0]
data remove storage chunk_scan.ores:generation chunk.list[0]
execute if data storage chunk_scan.ores:generation chunk.list[0] run data modify storage chunk_scan.ores:generation chunk.list[0].x set from storage chunk_scan.ores:generation chunk.x
execute if data storage chunk_scan.ores:generation chunk.list[0] run data modify storage chunk_scan.ores:generation chunk.list[0].z set from storage chunk_scan.ores:generation chunk.z
#execute if data storage chunk_scan.ores:generation chunk.list[0] run function chunk_scan.ores:v1.3/generation/process_ore_list with storage chunk_scan.ores:generation chunk.list[0]
execute if data storage chunk_scan.ores:generation chunk.list[0] run function chunk_scan.ores:v1.3/generation/process_ore_list with storage chunk_scan.ores:generation chunk.list[0]
2 changes: 1 addition & 1 deletion data/mechanization/functions/load.mcfunction
Original file line number Diff line number Diff line change
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 2
scoreboard players set #mech.ver.fix load.status 1
scoreboard players set #mech.ver.fix load.status 2

# configure storage
data merge storage mechanization:temp {obj:{}, list:[], var:""}
Expand Down

0 comments on commit 75e99c2

Please sign in to comment.