Skip to content

Commit

Permalink
Merge pull request #269 from Cereal-Sam/main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 10, 2025
2 parents 98737c8 + 496a5a9 commit 4e172df
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion blueprints/128² Production/Fulgora.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion blueprints/128² Production/Megamall-in-one v8.0.0.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion blueprints/128² Production/Trainmall.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions blueprints/128² Production/bp_from_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def new_blueprint(cls):
bp_json["blueprint"]["item"] = "blueprint"
# bp_json['blueprint']['label'] = str()
# bp_json['blueprint']['label_color']
bp_json["blueprint"]["version"] = 281479275937792
bp_json["blueprint"]["version"] = 562949955256321

return cls(bp_json)

Expand All @@ -496,7 +496,7 @@ def new_blueprint_book(cls):
bp_json["blueprint_book"]["item"] = "blueprint-book"
# bp_json["blueprint_book"]["label"] = "new book"
# bp_json['blueprint_book']['label_color']
bp_json["blueprint_book"]["version"] = 281479275937792
bp_json["blueprint_book"]["version"] = 562949955256321

return cls(bp_json)

Expand Down
2 changes: 1 addition & 1 deletion blueprints/128² Production/makefile_bps.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"active_index": 0,
"version": 281479278231552
"version": 562949955256321
},
"indexes": {
"0": {
Expand Down

0 comments on commit 4e172df

Please sign in to comment.