Update mods
This commit is contained in:
parent
1c535252eb
commit
e7d41e3848
9 changed files with 35 additions and 12 deletions
|
|
@ -20,22 +20,30 @@
|
|||
"void": 1
|
||||
},
|
||||
"regions": {
|
||||
"dark": {
|
||||
"abyssalcraft_dark": {
|
||||
"overall": 1,
|
||||
"suspense.suspense": 1
|
||||
},
|
||||
"unknown": {
|
||||
"end_unknown": {
|
||||
"overall": 1,
|
||||
"suspense.suspense": 1
|
||||
},
|
||||
"wind": {
|
||||
"galacticraft_planets_wind": {
|
||||
"overall": 1,
|
||||
"wind.light-wind": 1
|
||||
},
|
||||
"suspense": {
|
||||
"nether_suspense": {
|
||||
"overall": 1,
|
||||
"nether": 1
|
||||
},
|
||||
"twilightforest_unknown": {
|
||||
"overall": 1,
|
||||
"suspense.suspense": 1
|
||||
},
|
||||
"void_dark": {
|
||||
"overall": 1,
|
||||
"suspense.suspense": 1
|
||||
},
|
||||
"beach": {
|
||||
"overall": 1,
|
||||
"beach": 1,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"_README": "https://gitlab.com/CDAGaming/CraftPresence/-/wikis/home",
|
||||
"_SOURCE": "https://gitlab.com/CDAGaming/CraftPresence",
|
||||
"_schemaVersion": 6,
|
||||
"_lastMCVersionId": 763,
|
||||
"generalSettings": {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
/**
|
||||
* Whether cheating in items is enabled.
|
||||
*/
|
||||
cheat-mode: false;
|
||||
cheat-mode: true;
|
||||
|
||||
/**
|
||||
* How much EMI should use tooltips and popups to show controls and information.
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
[Capture]
|
||||
#Delay in ticks before capturing an image when shooting with flash.
|
||||
#If you experience flash synchronization issues (Flash having no effect on the image) - try increasing the value.
|
||||
#Range: 1 ~ 6
|
||||
#Range: 1 ~ 7
|
||||
FlashCaptureDelayTicks = 3
|
||||
#Delay in frames before capturing an image.
|
||||
#Set to higher value when leftovers of GUI elements (such as nameplates) are visible on the images
|
||||
|
|
@ -55,3 +55,13 @@
|
|||
#Allowed Values: X1, X2, X3, X4
|
||||
Size = "X2"
|
||||
|
||||
[Render]
|
||||
#Distance from the player beyond which Photograph Frame would not be rendered. Default: 64
|
||||
#Note: this number may not relate to distance in blocks exactly. It's influenced by onRender distance and entity distance settings.
|
||||
#Range: 8 ~ 128
|
||||
PhotographFrameCullingDistance = 64
|
||||
|
||||
[Integration]
|
||||
#Useful information about some items will be shown in JEI description category. Default: true
|
||||
JeiInformation = true
|
||||
|
||||
|
|
|
|||
|
|
@ -52,3 +52,9 @@
|
|||
#Range: 2 ~ 64
|
||||
StackedPhotographsMaxSize = 16
|
||||
|
||||
[Misc]
|
||||
#Film rolls can be renamed by using the item. Default: true
|
||||
FilmRollRenaming = true
|
||||
#Generate items in loot chests. Default: true
|
||||
AddItemsToLootChests = true
|
||||
|
||||
|
|
|
|||
|
|
@ -127,7 +127,6 @@
|
|||
"sheet_pile": true,
|
||||
"quern": true,
|
||||
"pit_kiln_above": true,
|
||||
"hot_poured_glass": true,
|
||||
"gearbox": true,
|
||||
"axle": true,
|
||||
"chested_horse": true,
|
||||
|
|
@ -154,7 +153,8 @@
|
|||
"equipment_requirement": ""
|
||||
},
|
||||
"exposure": {
|
||||
"lightroom": true
|
||||
"lightroom": true,
|
||||
"photograph_frame": true
|
||||
},
|
||||
"create": {
|
||||
"filter": true,
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
"expatternprovider:jade_wireless": null,
|
||||
"expatternprovider:tile_data": null,
|
||||
"exposure:lightroom": null,
|
||||
"exposure:photograph_frame": null,
|
||||
"extendedcrafting:advanced_auto_table": null,
|
||||
"extendedcrafting:advanced_table": null,
|
||||
"extendedcrafting:auto_ender_crafter": null,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#Packet Fixer config file.
|
||||
#Default values (minecraft default): nbtMaxSize 2097152, packetSize 1048576, decoderSize 2097152 and varInt21Size 3.
|
||||
#Max values are 2147483647 for packetSize/decoderSize/varInt21 and 9223372036854775807 for nbtMaxSize.
|
||||
#Tue Jun 25 03:00:39 YEKT 2024
|
||||
#Fri Jul 05 04:36:29 YEKT 2024
|
||||
nbtMaxSize=209715200
|
||||
decoderSize=838860800
|
||||
packetSize=104857600
|
||||
|
|
|
|||
2
mods
2
mods
|
|
@ -1 +1 @@
|
|||
Subproject commit 1e54c9763cb47eeeaef459c135944a188ef7cc2d
|
||||
Subproject commit 4ff27f15af76a01d1df9b4efac75d01eb830c453
|
||||
Loading…
Add table
Add a link
Reference in a new issue