-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
15 changed files
with
457 additions
and
2 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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
title = 'Create Origin 2.0.0' | ||
title = 'Create Origin 2.0.1' | ||
icon16 = 'customwindowtitle/icon16.png' | ||
icon32 = 'customwindowtitle/icon32.png' |
Binary file not shown.
26 changes: 26 additions & 0 deletions
26
...openloader/data/CreateOriginModify/data/createorigin/advancements/createorigin/chest.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,26 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "reinfchest:copper_chest" | ||
}, | ||
"title": "镀铜箱子", | ||
"description": "给一个箱子镀铜,看看它会发生什么变化", | ||
"background": "minecraft:textures/block/stripped_oak_log.png", | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"parent": "createorigin:createorigin/root", | ||
"criteria": { | ||
"chest": { | ||
"trigger": "minecraft:placed_block", | ||
"conditions": { | ||
"block": "reinfchest:copper_chest", | ||
"item": { | ||
"item": "reinfchest:copper_chest" | ||
} | ||
} | ||
} | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
...loader/data/CreateOriginModify/data/createorigin/advancements/createorigin/connector.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,29 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "toms_storage:ts.inventory_connector" | ||
}, | ||
"title": "我不想分类", | ||
"description": "制造一个存储驱动器,然后将存储方块贴着驱动器放置", | ||
"background": "minecraft:textures/block/stripped_oak_log.png", | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"parent": "createorigin:createorigin/chest", | ||
"criteria": { | ||
"connector": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"toms_storage:ts.inventory_connector" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
...ata/CreateOriginModify/data/createorigin/advancements/createorigin/crafting_terminal.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,29 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "toms_storage:ts.crafting_terminal" | ||
}, | ||
"title": "工作台Plus", | ||
"description": "制造一个合成终端来快速合成物品", | ||
"background": "minecraft:textures/block/stripped_oak_log.png", | ||
"frame": "goal", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"parent": "createorigin:createorigin/storage_terminal", | ||
"criteria": { | ||
"crafting_terminal": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"toms_storage:ts.crafting_terminal" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
...r/data/CreateOriginModify/data/createorigin/advancements/createorigin/feeding_trough.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,29 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "animal_feeding_trough:feeding_trough" | ||
}, | ||
"title": "现代化养殖的基础", | ||
"description": "解放双手,放置一个喂养槽", | ||
"background": "minecraft:textures/block/stripped_oak_log.png", | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"parent": "createorigin:createorigin/pokeball", | ||
"criteria": { | ||
"feeding_trough": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"animal_feeding_trough:feeding_trough" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
...er/data/CreateOriginModify/data/createorigin/advancements/createorigin/level_emitter.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,29 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "toms_storage:ts.level_emitter" | ||
}, | ||
"title": "按需供给", | ||
"description": "制作一个存储发信器", | ||
"background": "minecraft:textures/block/stripped_oak_log.png", | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"parent": "createorigin:createorigin/connector", | ||
"criteria": { | ||
"level_emitter": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"toms_storage:ts.level_emitter" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
45 changes: 45 additions & 0 deletions
45
...ata/CreateOriginModify/data/createorigin/advancements/createorigin/netherite_shulker.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,45 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "reinfshulker:netherite_shulker_box" | ||
}, | ||
"title": "最强存储", | ||
"description": "这就是个大点的三防潜影盒嘛。", | ||
"background": "minecraft:textures/block/stripped_oak_log.png", | ||
"frame": "challenge", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": true | ||
}, | ||
"parent": "createorigin:createorigin/chest", | ||
"criteria": { | ||
"netherite_shulker": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"reinfshulker:netherite_shulker_box", | ||
"reinfshulker:black_netherite_shulker_box", | ||
"reinfshulker:blue_netherite_shulker_box", | ||
"reinfshulker:brown_netherite_shulker_box", | ||
"reinfshulker:cyan_netherite_shulker_box", | ||
"reinfshulker:gray_netherite_shulker_box", | ||
"reinfshulker:green_netherite_shulker_box", | ||
"reinfshulker:light_blue_netherite_shulker_box", | ||
"reinfshulker:light_gray_netherite_shulker_box", | ||
"reinfshulker:lime_netherite_shulker_box", | ||
"reinfshulker:magenta_netherite_shulker_box", | ||
"reinfshulker:orange_netherite_shulker_box", | ||
"reinfshulker:pink_netherite_shulker_box", | ||
"reinfshulker:purple_netherite_shulker_box", | ||
"reinfshulker:red_netherite_shulker_box", | ||
"reinfshulker:white_netherite_shulker_box", | ||
"reinfshulker:yellow_netherite_shulker_box" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
...data/CreateOriginModify/data/createorigin/advancements/createorigin/storage_terminal.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,29 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "toms_storage:ts.storage_terminal" | ||
}, | ||
"title": "浏览器", | ||
"description": "制造一个存储终端访问你的网络", | ||
"background": "minecraft:textures/block/stripped_oak_log.png", | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"parent": "createorigin:createorigin/connector", | ||
"criteria": { | ||
"storage_terminal": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"toms_storage:ts.storage_terminal" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
...ata/CreateOriginModify/data/createorigin/advancements/createorigin/wireless_terminal.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,29 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "toms_storage:ts.adv_wireless_terminal" | ||
}, | ||
"title": "这大概也算个背包", | ||
"description": "制造一个真无限终端,别忘了制作地狱门加载器哦。", | ||
"background": "minecraft:textures/block/stripped_oak_log.png", | ||
"frame": "challenge", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": true | ||
}, | ||
"parent": "createorigin:createorigin/crafting_terminal", | ||
"criteria": { | ||
"wireless_terminal": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"toms_storage:ts.adv_wireless_terminal" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.