Skip to content

Commit

Permalink
更新模组 Mgiclib
Browse files Browse the repository at this point in the history
完善进度引导
补全部分模组进度汉化
  • Loading branch information
Chikage0o0 committed Aug 4, 2022
1 parent 9f8ac27 commit 43c009e
Show file tree
Hide file tree
Showing 15 changed files with 457 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ carpet 地毯模组相关指令
对于视频创作者来说你也可以安装Replay模组来简化视频制作。

主要Mod:
Origin、Create、农夫乐事、Go Fish、自然主义、丰富的生态结构变体汤姆的简易存储
Origin、Create、农夫乐事、Go Fish、自然主义、丰富的生态结构变体、墓园、汤姆的简易存储

QQ交流群:790503003
2 changes: 1 addition & 1 deletion config/customwindowtitle-client.toml
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 added config/defaultoptions/servers.dat
Binary file not shown.
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"
}
}
}
}
}
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"
]
}
]
}
}
}
}
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"
]
}
]
}
}
}
}
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"
]
}
]
}
}
}
}
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"
]
}
]
}
}
}
}
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"
]
}
]
}
}
}
}
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"
]
}
]
}
}
}
}
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"
]
}
]
}
}
}
}
Loading

0 comments on commit 43c009e

Please sign in to comment.