diff --git a/config/customwindowtitle-client.toml b/config/customwindowtitle-client.toml index 62d42af..3fa2305 100644 --- a/config/customwindowtitle-client.toml +++ b/config/customwindowtitle-client.toml @@ -1,3 +1,3 @@ -title = 'Create Origin 2.1.0' +title = 'Create Origin 2.2.0' icon16 = 'customwindowtitle/icon16.png' icon32 = 'customwindowtitle/icon32.png' diff --git a/config/openloader/resources/Chikage Chinese/assets/createchunkloading/lang/zh_cn.json b/config/openloader/resources/Chikage Chinese/assets/createchunkloading/lang/zh_cn.json new file mode 100644 index 0000000..cffac4f --- /dev/null +++ b/config/openloader/resources/Chikage Chinese/assets/createchunkloading/lang/zh_cn.json @@ -0,0 +1,14 @@ +{ + "block.createchunkloading.dynamo": "应力发电机", + "block.createchunkloading.motor": "应力马达", + "block.createchunkloading.rolling_machine": "卷板机", + "block.createchunkloading.chunk_loader": "区块加载器", + "block.createchunkloading.ender_crate": "可移动末影板条箱", + "block.createchunkloading.brass_pressure_plate": "黄铜压力板", + "block.createchunkloading.copper_pressure_plate": "铜压力板", + "block.createchunkloading.zinc_pressure_plate": "锌压力板", + "death.attack.createchunkloading.dynamo": "%1$s被应力发电机电死了", + "death.attack.createchunkloading.motor": "%1$s被应力马达电死了", + "createchunkloading.category.rolling": "卷板", + "createchunkloading.generic.ender_id": "末影 ID" +} \ No newline at end of file diff --git a/config/roughlyenoughitems/changelog.txt b/config/roughlyenoughitems/changelog.txt deleted file mode 100644 index 51d3747..0000000 --- a/config/roughlyenoughitems/changelog.txt +++ /dev/null @@ -1 +0,0 @@ -2022.1 \ No newline at end of file diff --git a/config/spiceoffabric.hjson b/config/spiceoffabric.hjson new file mode 100644 index 0000000..ec3068d --- /dev/null +++ b/config/spiceoffabric.hjson @@ -0,0 +1,71 @@ +{ + // Must be set on the server! + // Whether the players will be able to see how many foods ago they ate an item directly on the item. + // When set to SIMPLE, just this information will be shown. + // If set to EXTENDED, there'll also be information on how many other foods the player needs to eat to restore the nutrition value. + // With NONE this tooltip is hidden. + // default: NONE + show-last-eaten-tips: NONE + // Edit the expressions that are used for calculating the player stats after respawning. + // Expressions are mathematical terms with the following variables: + // hunger is the amount of hunger the player had when dying + // saturation is the amount of hunger the player had when dying + respawn: { + // Expression that determines the hunger level after a fresh respawn + // default: max(14, hunger) + // Must be a valid expression + hunger: max(14, hunger) + // Expression that determines the saturation level after a fresh respawn + // default: saturation + // Must be a valid expression + saturation: saturation + // Sets whether the food history should be cleaned at death + // default: false + reset-history: true + // Sets whether the player's maximum hearts should be reset in carrot mode after death + // default: false + reset-carrot-mode: true + } + // Change the expressions used for calculating the various food properties. + // Expressions are mathematical terms with the following variables: + // timesEaten is the number of times the current food + // hungerValue is the game defined hunger value for the current item + // saturationValue is the saturation modifier defined for the current item + // consumeDuration is the time in ticks it takes the player to consume the current item + food: { + // Expression that determines the food level to restore when eating a food item + // default: hungerValue * 0.7 ^ timesEaten + // Must be a valid expression + hunger: hungerValue * 0.7 ^ timesEaten + // Expression that determines the saturation modifier for a food item + // default: saturationValue + // Must be a valid expression + saturation: saturationValue + // Expression that determines the time requited to consume an item, given in ticks + // default: consumeDuration * 1.3 ^ timesEaten + // Must be a valid expression + consume-duration: consumeDuration * 1.3 ^ timesEaten + // Sets the amount of last eaten foods to use for the calculations in this category + // default: 20 + // Must be greater or equal to 0 + history-length: 20 + } + // The good ol' carrot style. + // Carrot style means, that you start with a certain amount of hearts and gain more by eating unique foods. + carrot: { + // Enables the carrot style module. + // default: false + enable: true + // Specifies an offset in health points (half hearts) from default health. + // Default health in vanilla is 20 but that may change through mods like Origins. + // The resulting value will be floored before use. + // default: (0.6 * baseHealth) + max(2 * log2(uniqueFoodsEaten), 0) + health-formula: (0.6 * baseHealth) + max(2 * log2(uniqueFoodsEaten), 0) + // Specifies the maximum number of health points (half hearts) a player can get to through carrot mode. + // When 0, carrot mode is effectively disabled. (Why would you do this? :P) + // When -1, you can gain a basically infinite amount of hearts. + // default: -1 + // Must be inclusively between -1 and 200 + max-health: -1 + } +} \ No newline at end of file diff --git a/mods/RoughlyEnoughItems-8.3.525.jar b/mods/RoughlyEnoughItems-8.3.527.jar similarity index 76% rename from mods/RoughlyEnoughItems-8.3.525.jar rename to mods/RoughlyEnoughItems-8.3.527.jar index 73b0758..ecb9a4b 100644 Binary files a/mods/RoughlyEnoughItems-8.3.525.jar and b/mods/RoughlyEnoughItems-8.3.527.jar differ diff --git a/mods/[C]InventoryProfilesNext-fabric-1.18.2-1.6.3.jar b/mods/[C]InventoryProfilesNext-fabric-1.18.2-1.6.4.jar similarity index 65% rename from mods/[C]InventoryProfilesNext-fabric-1.18.2-1.6.3.jar rename to mods/[C]InventoryProfilesNext-fabric-1.18.2-1.6.4.jar index dab9026..c2580b0 100644 Binary files a/mods/[C]InventoryProfilesNext-fabric-1.18.2-1.6.3.jar and b/mods/[C]InventoryProfilesNext-fabric-1.18.2-1.6.4.jar differ diff --git a/mods/[C]resolution-control-plus-1.18.x-3.0.0.jar b/mods/[C]resolution-control-plus-1.18.x-3.0.0.jar new file mode 100644 index 0000000..cd9320d Binary files /dev/null and b/mods/[C]resolution-control-plus-1.18.x-3.0.0.jar differ diff --git a/mods/[C]resolution-control-plus-3.0.0.jar b/mods/[C]resolution-control-plus-3.0.0.jar deleted file mode 100644 index 15158b3..0000000 Binary files a/mods/[C]resolution-control-plus-3.0.0.jar and /dev/null differ diff --git a/mods/farmers-delight-fabric-0.2.1.jar b/mods/farmers-delight-fabric-0.2.1.jar deleted file mode 100644 index c1a1200..0000000 Binary files a/mods/farmers-delight-fabric-0.2.1.jar and /dev/null differ diff --git a/mods/farmers-delight-fabric-1.18.2-1.2.0.jar b/mods/farmers-delight-fabric-1.18.2-1.2.0.jar new file mode 100644 index 0000000..388fe73 Binary files /dev/null and b/mods/farmers-delight-fabric-1.18.2-1.2.0.jar differ diff --git a/mods/geckolib-fabric-1.18-3.0.55.jar b/mods/geckolib-fabric-1.18-3.0.56.jar similarity index 86% rename from mods/geckolib-fabric-1.18-3.0.55.jar rename to mods/geckolib-fabric-1.18-3.0.56.jar index 6fb3be2..a10b641 100644 Binary files a/mods/geckolib-fabric-1.18-3.0.55.jar and b/mods/geckolib-fabric-1.18-3.0.56.jar differ diff --git a/mods/magiclib-0.5.34.jar b/mods/magiclib-0.5.34.jar deleted file mode 100644 index 0da7a47..0000000 Binary files a/mods/magiclib-0.5.34.jar and /dev/null differ diff --git a/mods/magiclib-0.5.37.jar b/mods/magiclib-0.5.37.jar new file mode 100644 index 0000000..b9a7940 Binary files /dev/null and b/mods/magiclib-0.5.37.jar differ diff --git a/mods/naturalist-fabric-1.1.0-1.18.2.jar b/mods/naturalist-fabric-1.1.1-1.18.2.jar similarity index 93% rename from mods/naturalist-fabric-1.1.0-1.18.2.jar rename to mods/naturalist-fabric-1.1.1-1.18.2.jar index 4dbe7a3..73fc71c 100644 Binary files a/mods/naturalist-fabric-1.1.0-1.18.2.jar and b/mods/naturalist-fabric-1.1.1-1.18.2.jar differ diff --git a/mods/[C]reeses_sodium_options-1.4.5+mc1.18.2-build.50.jar b/mods/reeses_sodium_options-1.4.6+mc1.18.2-build.54.jar similarity index 64% rename from mods/[C]reeses_sodium_options-1.4.5+mc1.18.2-build.50.jar rename to mods/reeses_sodium_options-1.4.6+mc1.18.2-build.54.jar index d66af8d..d5ec08e 100644 Binary files a/mods/[C]reeses_sodium_options-1.4.5+mc1.18.2-build.50.jar and b/mods/reeses_sodium_options-1.4.6+mc1.18.2-build.54.jar differ diff --git a/mods/rightclickharvest-2.2.1+1.18.jar b/mods/rightclickharvest-3.0.0+1.18.jar similarity index 71% rename from mods/rightclickharvest-2.2.1+1.18.jar rename to mods/rightclickharvest-3.0.0+1.18.jar index 01669ce..b7aa086 100644 Binary files a/mods/rightclickharvest-2.2.1+1.18.jar and b/mods/rightclickharvest-3.0.0+1.18.jar differ diff --git a/mods/spiceoffabric-1.5.3+1.18.2.jar b/mods/spiceoffabric-1.5.3+1.18.2.jar new file mode 100644 index 0000000..94f13b1 Binary files /dev/null and b/mods/spiceoffabric-1.5.3+1.18.2.jar differ