Skip to content

Commit c3fc829

Browse files
committed
🧪 Add test pack for 1.20.4
1 parent a4f9612 commit c3fc829

File tree

8 files changed

+4839
-0
lines changed

8 files changed

+4839
-0
lines changed

test-packs/1.20.4/blueprints/ajbooth_witch_broom.ajblueprint

Lines changed: 2728 additions & 0 deletions
Large diffs are not rendered by default.

test-packs/1.20.4/blueprints/armor_stand.ajblueprint

Lines changed: 2073 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"pack": {
3+
"pack_format": 26,
4+
"description": "AJ Testing DP"
5+
}
6+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
libDir: null, // default: "null", determine where mcb looks for libraries, default is the bundled install location
3+
generatedDirName: 'zzz', // default: "zzz", the name of the directory where mcb will put generated files
4+
internalScoreboardName: 'aj.i', // default: "mcb.internal", the name of the internal scoreboard
5+
header: null, // default: "#This file was generated by mcb\n", the header to put at the top of supported generated files
6+
ioThreadCount: 1, // default: 1, the number of threads to use for IO operations, 1 is syncronous.
7+
setup: null, // default: null, a function that will be called to allow binding to mcb events.
8+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"pack":{
3+
"pack_format": 74,
4+
"description": ". Made with MC-Build!"
5+
}
6+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"type": "commonjs"
3+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
function on_load minecraft:load {
2+
tellraw @a {text:'Test Framework loaded!', color:green}
3+
}
4+
5+
function summon {
6+
#ARGS: {args:{...}}
7+
function animated_java:armor_stand/remove/all
8+
$execute positioned 0 -63 0 rotated 0 0 run function animated_java:armor_stand/summon {args:$(args)}
9+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"pack": {
3+
"pack_format": 22,
4+
"description": "AJ Testing RP"
5+
}
6+
}

0 commit comments

Comments
 (0)