-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c455b4
commit 3fb8f62
Showing
238 changed files
with
15,297 additions
and
711 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,4 @@ src/test | |
|
||
# Files from Forge MDK | ||
forge*changelog.txt | ||
/src/generated/resources/.cache/ |
35 changes: 35 additions & 0 deletions
35
src/generated/resources/data/touhou_little_maid/advancement/base/build_altar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"parent": "touhou_little_maid:base/craft_gohei", | ||
"criteria": { | ||
"maid_event": { | ||
"conditions": { | ||
"event": "build_altar" | ||
}, | ||
"trigger": "touhou_little_maid:maid_event" | ||
} | ||
}, | ||
"display": { | ||
"background": "touhou_little_maid:textures/advancements/backgrounds/stone.png", | ||
"description": { | ||
"translate": "advancements.touhou_little_maid.base.build_altar.description" | ||
}, | ||
"icon": { | ||
"count": 1, | ||
"id": "minecraft:red_wool" | ||
}, | ||
"title": { | ||
"translate": "advancements.touhou_little_maid.base.build_altar.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"maid_event" | ||
] | ||
], | ||
"rewards": { | ||
"loot": [ | ||
"touhou_little_maid:advancement/power_point" | ||
] | ||
}, | ||
"sends_telemetry_event": true | ||
} |
30 changes: 30 additions & 0 deletions
30
src/generated/resources/data/touhou_little_maid/advancement/base/change_chair_model.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"parent": "touhou_little_maid:base/craft_chair", | ||
"criteria": { | ||
"maid_event": { | ||
"conditions": { | ||
"event": "change_chair_model" | ||
}, | ||
"trigger": "touhou_little_maid:maid_event" | ||
} | ||
}, | ||
"display": { | ||
"background": "touhou_little_maid:textures/advancements/backgrounds/stone.png", | ||
"description": { | ||
"translate": "advancements.touhou_little_maid.base.change_chair_model.description" | ||
}, | ||
"icon": { | ||
"count": 1, | ||
"id": "touhou_little_maid:change_chair_model" | ||
}, | ||
"title": { | ||
"translate": "advancements.touhou_little_maid.base.change_chair_model.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"maid_event" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
30 changes: 30 additions & 0 deletions
30
src/generated/resources/data/touhou_little_maid/advancement/base/change_maid_model.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"parent": "touhou_little_maid:base/spawn_maid", | ||
"criteria": { | ||
"maid_event": { | ||
"conditions": { | ||
"event": "change_maid_model" | ||
}, | ||
"trigger": "touhou_little_maid:maid_event" | ||
} | ||
}, | ||
"display": { | ||
"background": "touhou_little_maid:textures/advancements/backgrounds/stone.png", | ||
"description": { | ||
"translate": "advancements.touhou_little_maid.base.change_maid_model.description" | ||
}, | ||
"icon": { | ||
"count": 1, | ||
"id": "touhou_little_maid:change_maid_model" | ||
}, | ||
"title": { | ||
"translate": "advancements.touhou_little_maid.base.change_maid_model.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"maid_event" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
30 changes: 30 additions & 0 deletions
30
src/generated/resources/data/touhou_little_maid/advancement/base/change_maid_sound.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"parent": "touhou_little_maid:base/spawn_maid", | ||
"criteria": { | ||
"maid_event": { | ||
"conditions": { | ||
"event": "change_maid_sound" | ||
}, | ||
"trigger": "touhou_little_maid:maid_event" | ||
} | ||
}, | ||
"display": { | ||
"background": "touhou_little_maid:textures/advancements/backgrounds/stone.png", | ||
"description": { | ||
"translate": "advancements.touhou_little_maid.base.change_maid_sound.description" | ||
}, | ||
"icon": { | ||
"count": 1, | ||
"id": "minecraft:jukebox" | ||
}, | ||
"title": { | ||
"translate": "advancements.touhou_little_maid.base.change_maid_sound.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"maid_event" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
30 changes: 30 additions & 0 deletions
30
src/generated/resources/data/touhou_little_maid/advancement/base/craft_chair.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"parent": "touhou_little_maid:base/craft_gohei", | ||
"criteria": { | ||
"craft_chair": { | ||
"conditions": { | ||
"recipe_id": "touhou_little_maid:chair" | ||
}, | ||
"trigger": "minecraft:recipe_crafted" | ||
} | ||
}, | ||
"display": { | ||
"background": "touhou_little_maid:textures/advancements/backgrounds/stone.png", | ||
"description": { | ||
"translate": "advancements.touhou_little_maid.base.craft_chair.description" | ||
}, | ||
"icon": { | ||
"count": 1, | ||
"id": "touhou_little_maid:chair" | ||
}, | ||
"title": { | ||
"translate": "advancements.touhou_little_maid.base.craft_chair.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"craft_chair" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
39 changes: 39 additions & 0 deletions
39
src/generated/resources/data/touhou_little_maid/advancement/base/craft_gohei.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"criteria": { | ||
"craft_hakurei_gohei": { | ||
"conditions": { | ||
"recipe_id": "touhou_little_maid:hakurei_gohei" | ||
}, | ||
"trigger": "minecraft:recipe_crafted" | ||
}, | ||
"craft_sanae_gohei": { | ||
"conditions": { | ||
"recipe_id": "touhou_little_maid:sanae_gohei" | ||
}, | ||
"trigger": "minecraft:recipe_crafted" | ||
} | ||
}, | ||
"display": { | ||
"background": "touhou_little_maid:textures/advancements/backgrounds/stone.png", | ||
"description": { | ||
"translate": "advancements.touhou_little_maid.base.craft_gohei.description" | ||
}, | ||
"icon": { | ||
"count": 1, | ||
"id": "touhou_little_maid:hakurei_gohei" | ||
}, | ||
"title": { | ||
"translate": "advancements.touhou_little_maid.base.craft_gohei.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"craft_hakurei_gohei", | ||
"craft_sanae_gohei" | ||
] | ||
], | ||
"rewards": { | ||
"experience": 50 | ||
}, | ||
"sends_telemetry_event": true | ||
} |
38 changes: 38 additions & 0 deletions
38
src/generated/resources/data/touhou_little_maid/advancement/base/kill_maid_fairy.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"parent": "touhou_little_maid:base/build_altar", | ||
"criteria": { | ||
"killed_entity": { | ||
"conditions": { | ||
"entity": [ | ||
{ | ||
"condition": "minecraft:entity_properties", | ||
"entity": "this", | ||
"predicate": { | ||
"type": "touhou_little_maid:fairy" | ||
} | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:player_killed_entity" | ||
} | ||
}, | ||
"display": { | ||
"background": "touhou_little_maid:textures/advancements/backgrounds/stone.png", | ||
"description": { | ||
"translate": "advancements.touhou_little_maid.base.kill_maid_fairy.description" | ||
}, | ||
"icon": { | ||
"count": 1, | ||
"id": "touhou_little_maid:fairy_spawn_egg" | ||
}, | ||
"title": { | ||
"translate": "advancements.touhou_little_maid.base.kill_maid_fairy.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"killed_entity" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
30 changes: 30 additions & 0 deletions
30
src/generated/resources/data/touhou_little_maid/advancement/base/pickup_power_point.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"parent": "touhou_little_maid:base/build_altar", | ||
"criteria": { | ||
"maid_event": { | ||
"conditions": { | ||
"event": "pickup_power_point" | ||
}, | ||
"trigger": "touhou_little_maid:maid_event" | ||
} | ||
}, | ||
"display": { | ||
"background": "touhou_little_maid:textures/advancements/backgrounds/stone.png", | ||
"description": { | ||
"translate": "advancements.touhou_little_maid.base.pickup_power_point.description" | ||
}, | ||
"icon": { | ||
"count": 1, | ||
"id": "touhou_little_maid:power_point" | ||
}, | ||
"title": { | ||
"translate": "advancements.touhou_little_maid.base.pickup_power_point.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"maid_event" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
38 changes: 38 additions & 0 deletions
38
src/generated/resources/data/touhou_little_maid/advancement/base/spawn_maid.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"parent": "touhou_little_maid:base/craft_gohei", | ||
"criteria": { | ||
"altar_craft": { | ||
"conditions": { | ||
"recipe_id": "touhou_little_maid:altar_recipe/spawn_box" | ||
}, | ||
"trigger": "touhou_little_maid:altar_craft" | ||
} | ||
}, | ||
"display": { | ||
"background": "touhou_little_maid:textures/advancements/backgrounds/stone.png", | ||
"description": { | ||
"translate": "advancements.touhou_little_maid.base.spawn_maid.description" | ||
}, | ||
"icon": { | ||
"components": { | ||
"touhou_little_maid:recipe_id": "spawn_box" | ||
}, | ||
"count": 1, | ||
"id": "touhou_little_maid:entity_placeholder" | ||
}, | ||
"title": { | ||
"translate": "advancements.touhou_little_maid.base.spawn_maid.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"altar_craft" | ||
] | ||
], | ||
"rewards": { | ||
"loot": [ | ||
"touhou_little_maid:advancement/cake" | ||
] | ||
}, | ||
"sends_telemetry_event": true | ||
} |
31 changes: 31 additions & 0 deletions
31
src/generated/resources/data/touhou_little_maid/advancement/base/tamed_maid.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"parent": "touhou_little_maid:base/spawn_maid", | ||
"criteria": { | ||
"maid_event": { | ||
"conditions": { | ||
"event": "tamed_maid" | ||
}, | ||
"trigger": "touhou_little_maid:maid_event" | ||
} | ||
}, | ||
"display": { | ||
"background": "touhou_little_maid:textures/advancements/backgrounds/stone.png", | ||
"description": { | ||
"translate": "advancements.touhou_little_maid.base.tamed_maid.description" | ||
}, | ||
"frame": "goal", | ||
"icon": { | ||
"count": 1, | ||
"id": "minecraft:cake" | ||
}, | ||
"title": { | ||
"translate": "advancements.touhou_little_maid.base.tamed_maid.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"maid_event" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
34 changes: 34 additions & 0 deletions
34
...ated/resources/data/touhou_little_maid/advancement/challenge/all_netherite_equipment.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"parent": "touhou_little_maid:challenge/eat_enchanted_golden_apple", | ||
"criteria": { | ||
"maid_event": { | ||
"conditions": { | ||
"event": "all_netherite_equipment" | ||
}, | ||
"trigger": "touhou_little_maid:maid_event" | ||
} | ||
}, | ||
"display": { | ||
"background": "touhou_little_maid:textures/advancements/backgrounds/stone.png", | ||
"description": { | ||
"translate": "advancements.touhou_little_maid.challenge.all_netherite_equipment.description" | ||
}, | ||
"frame": "challenge", | ||
"icon": { | ||
"count": 1, | ||
"id": "touhou_little_maid:all_netherite_equipment" | ||
}, | ||
"title": { | ||
"translate": "advancements.touhou_little_maid.challenge.all_netherite_equipment.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"maid_event" | ||
] | ||
], | ||
"rewards": { | ||
"experience": 50 | ||
}, | ||
"sends_telemetry_event": true | ||
} |
Oops, something went wrong.