Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
注意:该版本更改了虚空维度以及抽屉,在3.0.0版本中使用过相关模组的请搬迁后再迁移到该版本。
- 更换虚空维度以及抽屉的实现,以解决相关bug并定制化提供虚空维度
  • Loading branch information
Chikage0o0 committed Aug 26, 2022
1 parent 54d02fe commit 6eb2b61
Show file tree
Hide file tree
Showing 16 changed files with 78 additions and 21 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":"3.0.0","useMetadata":false}
{"projectID":0,"modpackName":"Create Origin","modpackVersion":"3.0.1","useMetadata":false}
10 changes: 10 additions & 0 deletions config/customvoid.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"renderVoid": true,
"voidDynamicHeight": false,
"voidType": "MODERN",
"voidThreshold": 0,
"voidTranslateHeight": 0,
"voidCustomRed": 60,
"voidCustomGreen": 90,
"voidCustomBlue": 140
}
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 3.0.0'
title = 'Create Origin 3.0.1'
icon16 = 'customwindowtitle/icon16.png'
icon32 = 'customwindowtitle/icon32.png'
10 changes: 10 additions & 0 deletions config/forgivingvoid.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
triggerAtDistanceBelow = 32
damageOnFall = 19
fallingHeight = 400
preventDeath = false
triggerInOverworld = true
triggerInNether = true
triggerInEnd = true
disableVanillaAntiCheatWhileFalling = true
dimensionAllowList = []
dimensionDenyList = []
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"display": {
"icon": {
"item": "extended_drawers:controller"
"item": "simpledrawers:drawer_controller"
},
"title": "组建网络",
"description": "将抽屉连成一个网络",
"description": "制造抽屉控制器,将抽屉控制器背后3x3的抽屉连成一个网络",
"background": "minecraft:textures/block/stripped_oak_log.png",
"frame": "task",
"show_toast": true,
Expand All @@ -19,7 +19,7 @@
"items": [
{
"items": [
"extended_drawers:controller"
"simpledrawers:drawer_controller"
]
}
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display": {
"icon": {
"item": "extended_drawers:single_drawer"
"item": "simpledrawers:oak_drawer"
},
"title": "归纳整理",
"description": "制造一个抽屉,将物品分类存放",
Expand All @@ -18,9 +18,7 @@
"conditions": {
"items": [
{
"items": [
"extended_drawers:single_drawer"
]
"tag": "simpledrawers:drawers"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"display": {
"icon": {
"item": "simplevoidworld:void_portal"
"item": "minecraft:glass"
},
"title": "创意空间",
"description": "制造一个虚空传送门,将你的大型机械建在那里吧",
"description": "用玻璃作为框架制作一个通向虚空的传送门,将你的大型机械建在那里吧",
"background": "minecraft:textures/block/stripped_oak_log.png",
"frame": "task",
"show_toast": true,
Expand All @@ -13,17 +13,12 @@
},
"parent": "createorigin:createorigin/spyglass",
"criteria": {
"void_portal": {
"trigger": "minecraft:inventory_changed",
"void": {
"trigger": "minecraft:changed_dimension",
"conditions": {
"items": [
{
"items": [
"simplevoidworld:void_portal"
]
}
]
}
"from": "minecraft:overworld",
"to": "createorigin:void"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"type": "createorigin:void_type",
"generator": {
"type": "minecraft:flat",
"settings": {
"biome": "minecraft:the_void",
"layers": [
{
"block": "minecraft:air",
"height": 1
}
],
"structure_overrides": []
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"ultrawarm": false,
"natural": false,
"coordinate_scale": 0.1,
"has_skylight": true,
"has_ceiling": false,
"ambient_light": 0.0,
"fixed_time": 6000,
"monster_spawn_light_level": 0,
"infiniburn": "#minecraft:infiniburn_overworld",
"logical_height" : 384,
"has_raids" : true,
"respawn_anchor_works": false,
"bed_works" : false,
"piglin_safe" : false,
"min_y": -64,
"height": 384
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"block": "minecraft:glass",
"dim": "createorigin:void",
"ignitionType": "BLOCK",
"ignitionSource": "minecraft:fire",
"r": 51,
"g": 204,
"b": 255
}

Binary file removed mods/ExtendedDrawers-1.3.3+mc.1.18.2.jar
Binary file not shown.
Binary file removed mods/SimpleVoidWorld-6.0.0.jar
Binary file not shown.
Binary file added mods/[C]custom-void-0.6+1.18.2.jar
Binary file not shown.
Binary file added mods/[C]inventorytabs-0.8.1-1.18.x.jar
Binary file not shown.
Binary file added mods/datapackportals-1.1.1-1.18.jar
Binary file not shown.
Binary file added mods/simpledrawers-1.8.3-1.18.2.jar
Binary file not shown.

0 comments on commit 6eb2b61

Please sign in to comment.