Skip to content

Commit

Permalink
Tidy up and create packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian1971 committed May 23, 2022
1 parent c29d892 commit 4db4364
Show file tree
Hide file tree
Showing 426 changed files with 16 additions and 281,464 deletions.
8 changes: 4 additions & 4 deletions src/behavior_packs/builderwandpack/manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"format_version": 2,
"header": {
"description": "Builder wand pack 0.10",
"description": "Builder wand pack 1.0",
"name": "Builder wand pack",
"uuid": "d7d9205c-a64b-4335-aa1b-8dbb55c1fd78",
"version": [ 0, 10, 0 ],
"version": [ 1, 0, 0 ],
"min_engine_version": [ 1, 16, 200 ]
},
"modules": [
{
"description": "Builder wand pack",
"type": "data",
"uuid": "92b41d51-6aef-427f-ab3c-44d2da19f1a9",
"version": [0, 10, 0]
"version": [1, 0, 0]
},
{
"description": "Script resources",
Expand All @@ -25,7 +25,7 @@
"dependencies": [
{
"uuid": "a7e165f0-a812-441e-a2bd-2fcf95a6cef7",
"version": [0, 9, 0]
"version": [1, 0, 0]
} ,
{
"uuid": "b26a4d4c-afdf-4690-88f8-931846312678",
Expand Down
8 changes: 4 additions & 4 deletions src/build/behavior_packs/builderwandpack/manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"format_version": 2,
"header": {
"description": "Builder wand pack 0.10",
"description": "Builder wand pack 1.0",
"name": "Builder wand pack",
"uuid": "d7d9205c-a64b-4335-aa1b-8dbb55c1fd78",
"version": [ 0, 10, 0 ],
"version": [ 1, 0, 0 ],
"min_engine_version": [ 1, 16, 200 ]
},
"modules": [
{
"description": "Builder wand pack",
"type": "data",
"uuid": "92b41d51-6aef-427f-ab3c-44d2da19f1a9",
"version": [0, 10, 0]
"version": [1, 0, 0]
},
{
"description": "Script resources",
Expand All @@ -25,7 +25,7 @@
"dependencies": [
{
"uuid": "a7e165f0-a812-441e-a2bd-2fcf95a6cef7",
"version": [0, 9, 0]
"version": [1, 0, 0]
} ,
{
"uuid": "b26a4d4c-afdf-4690-88f8-931846312678",
Expand Down
2 changes: 1 addition & 1 deletion src/build/behavior_packs/builderwandpack/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function draw(map, player, wandState) {
//create undo buffer for this action
let thisUndo = new Array();
undoMap.set(player.id, thisUndo);
logging.log(`map size ${map.map.length}`);
// logging.log(`map size ${map.map.length}`)
map.map.forEach(element => {
//log(element);
//get coords of block
Expand Down
Binary file added src/build/builderwandpack-behaviour-1.0.mcpack
Binary file not shown.
Binary file added src/build/builderwandpack-resources-1.0.mcpack
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"format_version": 2,
"header": {
"description": "Builder wand resource pack 0.10",
"description": "Builder wand resource pack 1.0",
"name": "Builder wand pack",
"uuid": "a7e165f0-a812-441e-a2bd-2fcf95a6cef7",
"version": [0, 10, 0],
"version": [1, 0, 0],
"min_engine_version": [ 1, 16, 200 ]
},
"modules": [
{
"description": "Builder wand resource pack",
"type": "resources",
"uuid": "02b4b25d-e19b-4676-8516-29f864ab7661",
"version": [0, 9, 0]
"version": [1, 0, 0]
}
]
}
Loading

0 comments on commit 4db4364

Please sign in to comment.