-
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.
注意:该版本更改了虚空维度以及抽屉,在3.0.0版本中使用过相关模组的请搬迁后再迁移到该版本。 - 更换虚空维度以及抽屉的实现,以解决相关bug并定制化提供虚空维度
- Loading branch information
1 parent
54d02fe
commit 6eb2b61
Showing
16 changed files
with
78 additions
and
21 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 |
---|---|---|
@@ -1 +1 @@ | ||
{"projectID":0,"modpackName":"Create Origin","modpackVersion":"3.0.0","useMetadata":false} | ||
{"projectID":0,"modpackName":"Create Origin","modpackVersion":"3.0.1","useMetadata":false} |
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,10 @@ | ||
{ | ||
"renderVoid": true, | ||
"voidDynamicHeight": false, | ||
"voidType": "MODERN", | ||
"voidThreshold": 0, | ||
"voidTranslateHeight": 0, | ||
"voidCustomRed": 60, | ||
"voidCustomGreen": 90, | ||
"voidCustomBlue": 140 | ||
} |
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 3.0.0' | ||
title = 'Create Origin 3.0.1' | ||
icon16 = 'customwindowtitle/icon16.png' | ||
icon32 = 'customwindowtitle/icon32.png' |
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,10 @@ | ||
triggerAtDistanceBelow = 32 | ||
damageOnFall = 19 | ||
fallingHeight = 400 | ||
preventDeath = false | ||
triggerInOverworld = true | ||
triggerInNether = true | ||
triggerInEnd = true | ||
disableVanillaAntiCheatWhileFalling = true | ||
dimensionAllowList = [] | ||
dimensionDenyList = [] |
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
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
16 changes: 16 additions & 0 deletions
16
config/openloader/data/CreateOriginModify/data/createorigin/dimension/void.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,16 @@ | ||
{ | ||
"type": "createorigin:void_type", | ||
"generator": { | ||
"type": "minecraft:flat", | ||
"settings": { | ||
"biome": "minecraft:the_void", | ||
"layers": [ | ||
{ | ||
"block": "minecraft:air", | ||
"height": 1 | ||
} | ||
], | ||
"structure_overrides": [] | ||
} | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
config/openloader/data/CreateOriginModify/data/createorigin/dimension_type/void_type.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,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 | ||
} |
10 changes: 10 additions & 0 deletions
10
config/openloader/data/CreateOriginModify/data/createorigin/portals/voidportal.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,10 @@ | ||
{ | ||
"block": "minecraft:glass", | ||
"dim": "createorigin:void", | ||
"ignitionType": "BLOCK", | ||
"ignitionSource": "minecraft:fire", | ||
"r": 51, | ||
"g": 204, | ||
"b": 255 | ||
} | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.