Skip to content

Commit

Permalink
ready updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
RavinMaddHatter committed Jun 14, 2024
1 parent b90e4ec commit b3dcc1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Make Lambda Deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
with open("lookups/lookup_version.json","r") as file:
old_update=json.load(file)
old_update["version"]=update_package_name
old_update["notes"]="Fixed 1.20.72 blocks"
old_update["notes"]="Added 1.21.0 blocks fixed issues with old blocks"
with open("lookups/lookup_version.json","w+") as file:
json.dump(old_update,file,indent=2)
try:
Expand Down
6 changes: 3 additions & 3 deletions lookups/lookup_version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "update_package_31-3-2024",
"version": "update_package_14-6-2024",
"author": "RavinMaddHatter",
"update_url": "https://update.structuralab.com/structuraUpdate",
"notes": "Fixed 1.20.72 blocks"
}
"notes": "Added 1.21.0 blocks fixed issues with old blocks"
}
Binary file modified test_structures/All Blocks World/Stones.mcstructure
Binary file not shown.
Binary file added test_structures/bed.mcstructure
Binary file not shown.

0 comments on commit b3dcc1c

Please sign in to comment.