Skip to content

Commit

Permalink
feat: World template
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjgardner committed Feb 10, 2024
1 parent f3779bd commit d0d9aae
Show file tree
Hide file tree
Showing 17 changed files with 97 additions and 1 deletion.
51 changes: 51 additions & 0 deletions v3/bedrock/WP/resource_packs/RAINBOW World/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"format_version": 2,
"header": {
"name": "RAINBOW III!!! World Resources",
"description": "RAINBOW world resources",
"version": [
1,
0,
0
],
"min_engine_version": [
1,
20,
20
],
"uuid": "19b35b50-6c13-42df-87cd-1bc29528cb0e"
},
"modules": [
{
"type": "resources",
"uuid": "42749d17-7c72-4db7-962c-24394b6fe28c",
"version": [
3,
0,
0
]
}
],
"dependencies": [
{
"uuid": "5bd99162-b504-4904-a9af-66ba27c96f19",
"version": [
3,
0,
0
]
},
{
"uuid": "cc095f90-d2c1-474a-a03f-df0c53f3ca44",
"version": [
3,
0,
0
]
}
],
"capabilities": [
"raytraced",
"pbr"
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"format_version": "1.16.100",
"minecraft:texture_set": {
"color": "#ffffff",
"metalness_emissive_roughness": [255, 0, 0]
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"format_version": "1.16.100",
"minecraft:texture_set": {
"color": "hardened_clay_stained_brown",
"metalness_emissive_roughness": "hardened_clay_stained_brown_mer",
"normal": "hardened_clay_stained_brown_normal"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions v3/bedrock/WP/world/db/CURRENT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MANIFEST-000028
Empty file added v3/bedrock/WP/world/db/LOCK
Empty file.
5 changes: 5 additions & 0 deletions v3/bedrock/WP/world/db/LOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
2022/04/19-21:31:05.286 a53c Recovering log #27
2022/04/19-21:31:05.286 a53c Level-0 table #29: started
2022/04/19-21:31:05.286 a53c Level-0 table #29: 0 bytes OK
2022/04/19-21:31:05.289 a53c Delete type=0 #27
2022/04/19-21:31:05.289 a53c Delete type=3 #26
3 changes: 3 additions & 0 deletions v3/bedrock/WP/world/db/LOG.old
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
2022/04/19-21:31:05.282 a53c Recovering log #25
2022/04/19-21:31:05.283 a53c Delete type=0 #25
2022/04/19-21:31:05.283 a53c Delete type=3 #24
Binary file added v3/bedrock/WP/world/db/MANIFEST-000028
Binary file not shown.
Binary file added v3/bedrock/WP/world/level.dat
Binary file not shown.
1 change: 1 addition & 0 deletions v3/bedrock/WP/world/levelname.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
RAINBOW_III
16 changes: 16 additions & 0 deletions v3/bedrock/WP/world/world_behavior_packs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"pack_id": "19b35b50-6c13-42df-87cd-1bc29528cb0e",
"version": [1, 0, 0]
},

{
"pack_id": "e5add75c-baf9-474b-92f0-7cad5f38baa4",
"version": [3, 0, 0]
},

{
"pack_id": "5bd99162-b504-4904-a9af-66ba27c96f19",
"version": [3, 0, 0]
}
]
Binary file added v3/bedrock/WP/world/world_icon.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion v3/scripts/builder/deps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
export { basename, join } from "https://deno.land/std@0.212.0/path/mod.ts";
export {
basename,
extname,
join,
} from "https://deno.land/std@0.212.0/path/mod.ts";
export { copy, ensureDir } from "https://deno.land/std@0.212.0/fs/mod.ts";
export { hex2rgb } from "https://crux.land/api/get/3RdawE.ts";
export {
Expand Down

0 comments on commit d0d9aae

Please sign in to comment.