Skip to content

Commit

Permalink
Fix ore gen
Browse files Browse the repository at this point in the history
  • Loading branch information
ICY105 committed Oct 12, 2023
1 parent 45e2151 commit a8a2a2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

# load values
execute store result score #gen.id chunk_scan.ores.data run data get storage chunk_scan.ores:generation chunk.list[0].id
execute store result score #gen.biome_blacklist chunk_scan.ores.data run data get storage chunk_scan.ores:generation chunk.list[0].biome_blacklist
execute store result score #gen.ignore_restrictions chunk_scan.ores.data run data get storage chunk_scan.ores:generation chunk.list[0].ignore_restrictions

Expand Down
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 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 pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 15,
"pack_format": 18,
"description": "Mechanization, by ImCoolYeah105"
}
}

0 comments on commit a8a2a2d

Please sign in to comment.