Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
升级前请先备份世界
- 删除Tom’s简单存储
- 新增抽屉、AE2
- 添加一些辅助模组
- 添加虚空维度
  • Loading branch information
Chikage0o0 committed Aug 26, 2022
1 parent ed2a718 commit 54d02fe
Show file tree
Hide file tree
Showing 41 changed files with 44 additions and 198 deletions.
2 changes: 1 addition & 1 deletion config/bcc.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"projectID":0,"modpackName":"Create Origin","modpackVersion":"2.3.2","useMetadata":false}
{"projectID":0,"modpackName":"Create Origin","modpackVersion":"3.0.0","useMetadata":false}
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.3.2'
title = 'Create Origin 3.0.0'
icon16 = 'customwindowtitle/icon16.png'
icon32 = 'customwindowtitle/icon32.png'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"display": {
"icon": {
"item": "toms_storage:ts.level_emitter"
"item": "extended_drawers:controller"
},
"title": "按需供给",
"description": "制作一个存储发信器",
"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",
"parent": "createorigin:createorigin/drawer",
"criteria": {
"level_emitter": {
"controller": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"toms_storage:ts.level_emitter"
"extended_drawers:controller"
]
}
]
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"display": {
"icon": {
"item": "toms_storage:ts.inventory_connector"
"item": "extended_drawers:single_drawer"
},
"title": "我不想分类",
"description": "制造一个存储驱动器,然后将存储方块贴着驱动器放置",
"title": "归纳整理",
"description": "制造一个抽屉,将物品分类存放",
"background": "minecraft:textures/block/stripped_oak_log.png",
"frame": "task",
"show_toast": true,
Expand All @@ -13,13 +13,13 @@
},
"parent": "createorigin:createorigin/chest",
"criteria": {
"connector": {
"drawer": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"toms_storage:ts.inventory_connector"
"extended_drawers:single_drawer"
]
}
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"display": {
"icon": {
"item": "toms_storage:ts.storage_terminal"
"item": "simplevoidworld:void_portal"
},
"title": "浏览器",
"description": "制造一个存储终端访问你的网络",
"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",
"parent": "createorigin:createorigin/spyglass",
"criteria": {
"storage_terminal": {
"void_portal": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"toms_storage:ts.storage_terminal"
"simplevoidworld:void_portal"
]
}
]
Expand Down

This file was deleted.

Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"block.extended_drawers.double_drawer": "双层抽屉",
"block.extended_drawers.quad_drawer": "四格抽屉",
"block.extended_drawers.single_drawer": "抽屉",
"block.extended_drawers.shadow_drawer": "影子抽屉",
"block.extended_drawers.controller": "抽屉访问节点",
"block.extended_drawers.connector": "抽屉连接器",

"item.extended_drawers.t1_upgrade": "抽屉升级I",
"item.extended_drawers.t2_upgrade": "抽屉升级II",
"item.extended_drawers.t3_upgrade": "抽屉升级III",
"item.extended_drawers.t4_upgrade": "抽屉升级IV",
"item.extended_drawers.downgrade": "抽屉降级",
"item.extended_drawers.creative_upgrade": "创造抽屉升级",
"item.extended_drawers.upgrade_frame": "升级框架",
"item.extended_drawers.lock": "抽屉锁",

"tooltip.extended_drawers.drawer_contents": "Contains:",
"itemGroup.extended_drawers.main": "Extended Drawers",
"extended_drawer.drawer.upgrade_fail": "Can't change upgrade; too many items.",

"book.extended_drawers.guide.name": "Extending Drawers",
"book.extended_drawers.guide.landing_text": "This guide will take you through all the steps of setting up great storage systems using drawers, as well as how each item and block in the mod work.",
"book.extended_drawers.guide.subtitle": "Version ${version}"
}

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed config/openloader/resources/XeKr redstone.zip
Binary file not shown.
Binary file not shown.
13 changes: 0 additions & 13 deletions config/toms_storage.json

This file was deleted.

Binary file added mods/AE2WTLib-11.1.4.jar
Binary file not shown.
Binary file not shown.
Binary file added mods/DungeonsArise-1.18.2-2.1.50-fabric-beta.jar
Binary file not shown.
Binary file added mods/ExtendedDrawers-1.3.3+mc.1.18.2.jar
Binary file not shown.
Binary file removed mods/Pehkui-3.4.0+1.14.4-1.19.2.jar
Binary file not shown.
Binary file added mods/Pehkui-3.4.1+1.14.4-1.19.2.jar
Binary file not shown.
Binary file added mods/SimpleVoidWorld-6.0.0.jar
Binary file not shown.
Binary file added mods/[C]autoreconnect-2.0.0.jar
Binary file not shown.
Binary file added mods/[C]chat_heads-0.6.0-fabric-1.18.1.jar
Binary file not shown.
Binary file added mods/[C]chesttracker-1.18.2-1.1.16.jar
Binary file not shown.
Binary file added mods/[S]observable-2.2.3-fabric.jar
Binary file not shown.
Binary file added mods/appliedenergistics2-11.1.6.jar
Binary file not shown.
Binary file not shown.
Binary file added mods/createaddition+1.18.2-1.18.2-20220813a.jar
Binary file not shown.
Binary file not shown.
Binary file removed mods/toms_storage_fabric-1.18.2-1.3.4.jar
Binary file not shown.
Binary file added shaderpacks/BSL_v8.1.03.zip
Binary file not shown.
Binary file added shaderpacks/ComplementaryReimagined_r1.2.2.zip
Binary file not shown.
Binary file added shaderpacks/ComplementaryShaders_v4.6.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 54d02fe

Please sign in to comment.