Update mods

This commit is contained in:
Xikaro 2024-07-05 04:37:29 +05:00
parent 1c535252eb
commit e7d41e3848
9 changed files with 35 additions and 12 deletions

View file

@ -20,22 +20,30 @@
"void": 1 "void": 1
}, },
"regions": { "regions": {
"dark": { "abyssalcraft_dark": {
"overall": 1, "overall": 1,
"suspense.suspense": 1 "suspense.suspense": 1
}, },
"unknown": { "end_unknown": {
"overall": 1, "overall": 1,
"suspense.suspense": 1 "suspense.suspense": 1
}, },
"wind": { "galacticraft_planets_wind": {
"overall": 1, "overall": 1,
"wind.light-wind": 1 "wind.light-wind": 1
}, },
"suspense": { "nether_suspense": {
"overall": 1, "overall": 1,
"nether": 1 "nether": 1
}, },
"twilightforest_unknown": {
"overall": 1,
"suspense.suspense": 1
},
"void_dark": {
"overall": 1,
"suspense.suspense": 1
},
"beach": { "beach": {
"overall": 1, "overall": 1,
"beach": 1, "beach": 1,

View file

@ -1,6 +1,4 @@
{ {
"_README": "https://gitlab.com/CDAGaming/CraftPresence/-/wikis/home",
"_SOURCE": "https://gitlab.com/CDAGaming/CraftPresence",
"_schemaVersion": 6, "_schemaVersion": 6,
"_lastMCVersionId": 763, "_lastMCVersionId": 763,
"generalSettings": { "generalSettings": {

View file

@ -9,7 +9,7 @@
/** /**
* Whether cheating in items is enabled. * 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. * How much EMI should use tooltips and popups to show controls and information.

View file

@ -35,7 +35,7 @@
[Capture] [Capture]
#Delay in ticks before capturing an image when shooting with flash. #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. #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 FlashCaptureDelayTicks = 3
#Delay in frames before capturing an image. #Delay in frames before capturing an image.
#Set to higher value when leftovers of GUI elements (such as nameplates) are visible on the images #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 #Allowed Values: X1, X2, X3, X4
Size = "X2" 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

View file

@ -52,3 +52,9 @@
#Range: 2 ~ 64 #Range: 2 ~ 64
StackedPhotographsMaxSize = 16 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

View file

@ -127,7 +127,6 @@
"sheet_pile": true, "sheet_pile": true,
"quern": true, "quern": true,
"pit_kiln_above": true, "pit_kiln_above": true,
"hot_poured_glass": true,
"gearbox": true, "gearbox": true,
"axle": true, "axle": true,
"chested_horse": true, "chested_horse": true,
@ -154,7 +153,8 @@
"equipment_requirement": "" "equipment_requirement": ""
}, },
"exposure": { "exposure": {
"lightroom": true "lightroom": true,
"photograph_frame": true
}, },
"create": { "create": {
"filter": true, "filter": true,

View file

@ -25,6 +25,7 @@
"expatternprovider:jade_wireless": null, "expatternprovider:jade_wireless": null,
"expatternprovider:tile_data": null, "expatternprovider:tile_data": null,
"exposure:lightroom": null, "exposure:lightroom": null,
"exposure:photograph_frame": null,
"extendedcrafting:advanced_auto_table": null, "extendedcrafting:advanced_auto_table": null,
"extendedcrafting:advanced_table": null, "extendedcrafting:advanced_table": null,
"extendedcrafting:auto_ender_crafter": null, "extendedcrafting:auto_ender_crafter": null,

View file

@ -1,7 +1,7 @@
#Packet Fixer config file. #Packet Fixer config file.
#Default values (minecraft default): nbtMaxSize 2097152, packetSize 1048576, decoderSize 2097152 and varInt21Size 3. #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. #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 nbtMaxSize=209715200
decoderSize=838860800 decoderSize=838860800
packetSize=104857600 packetSize=104857600

2
mods

@ -1 +1 @@
Subproject commit 1e54c9763cb47eeeaef459c135944a188ef7cc2d Subproject commit 4ff27f15af76a01d1df9b4efac75d01eb830c453