Skip to content

Commit

Permalink
Set BP and RP versions to 1.0.2
Browse files Browse the repository at this point in the history
- Set version number to 1.0.2 in both the RP and BP manifest.json file
- Set min_engine_version to 1.16.210 in both manifest files
  • Loading branch information
jasonjgardner committed Jun 5, 2021
1 parent 85bbd64 commit e97c607
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions BP/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"header": {
"name": "RAINBOW!",
"description": "Glowing rainbow blocks",
"min_engine_version": [ 1, 16, 220 ],
"min_engine_version": [ 1, 16, 210 ],
"uuid": "81aca67d-f714-43aa-a378-6f6e1d758373",
"version": [ 1, 0, 2 ]
},
"modules": [{ "description": "Custom blocks and functions", "type": "data", "uuid": "fd593fd3-6f1d-46b8-bad1-161804fd5d75", "version": [ 1, 0, 2 ]}],
"dependencies": [{ "uuid": "8fa62ba1-8320-44ed-ad06-f5789b506f21", "version": [ 1, 0, 1 ]}]
"dependencies": [{ "uuid": "8fa62ba1-8320-44ed-ad06-f5789b506f21", "version": [ 1, 0, 2 ]}]
}
6 changes: 3 additions & 3 deletions RP/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"header": {
"name": "RAINBOW!",
"description": "Glowing rainbow blocks",
"min_engine_version": [ 1, 16, 220 ],
"min_engine_version": [ 1, 16, 210 ],
"uuid": "8fa62ba1-8320-44ed-ad06-f5789b506f21",
"version": [ 1, 0, 1 ]
"version": [ 1, 0, 2 ]
},
"modules": [{ "description": "Custom block textures", "type": "resources", "uuid": "7a027e15-58d0-4a9d-bd73-284d09fdd1f1", "version": [ 1, 0, 1 ]}],
"modules": [{ "description": "Custom block textures", "type": "resources", "uuid": "7a027e15-58d0-4a9d-bd73-284d09fdd1f1", "version": [ 1, 0, 2 ]}],
"capabilities": [ "raytraced" ],
"subpacks": [
{ "folder_name": "16px", "name": "16px", "memory_tier": 0 },
Expand Down

0 comments on commit e97c607

Please sign in to comment.