all update
This commit is contained in:
parent
159e2cf8ad
commit
92c14aca89
7 changed files with 33 additions and 19 deletions
|
|
@ -150,7 +150,7 @@
|
|||
"stripTranslationColors": false,
|
||||
"stripExtraGuiElements": false,
|
||||
"renderTooltips": true,
|
||||
"configKeyCode": 0
|
||||
"configKeyCode": -1
|
||||
},
|
||||
"displaySettings": {
|
||||
"presenceData": {
|
||||
|
|
|
|||
|
|
@ -207,10 +207,6 @@
|
|||
"tfc:ocelot": null,
|
||||
"tfc:rabbit": null,
|
||||
"tfc:fishing_hook": null,
|
||||
"gtceu:electric_container_provider": null,
|
||||
"gtceu:workable_provider": null,
|
||||
"gtceu:controllable_provider": null,
|
||||
"gtceu:recipe_logic_provider": null,
|
||||
"minecraft:brewing_stand": null,
|
||||
"minecraft:beehive": null,
|
||||
"minecraft:command_block": null,
|
||||
|
|
@ -267,6 +263,10 @@
|
|||
"ae2:part_icon": null,
|
||||
"ae2:part_tooltip": null,
|
||||
"ae2:part_mod_name": null,
|
||||
"gtceu:electric_container_provider": null,
|
||||
"gtceu:workable_provider": null,
|
||||
"gtceu:controllable_provider": null,
|
||||
"gtceu:recipe_logic_provider": null,
|
||||
"treetap:tap": null,
|
||||
"firmalife:drying_mat": null,
|
||||
"firmalife:solar_drier": null,
|
||||
|
|
|
|||
1
config/moonlight-common.toml
Normal file
1
config/moonlight-common.toml
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -23,7 +23,8 @@
|
|||
"disableOtherDamage": false,
|
||||
"hasShaderEffect": true,
|
||||
"changePermissionLevel": false,
|
||||
"permissionLevel": 0
|
||||
"permissionLevel": 0,
|
||||
"canBePushed": true
|
||||
},
|
||||
"revive": {
|
||||
"requiredReviveProgress": 100.0,
|
||||
|
|
|
|||
|
|
@ -14,4 +14,17 @@
|
|||
#
|
||||
# Can the animal cart pick up water animals?
|
||||
canCarryWaterEntities = true
|
||||
#
|
||||
# A very heavy huge item has a combined weight/size factor of 35, thus if a threshold is 140, then the player can carry 4 items.
|
||||
# Threshold at which the player carrying a cart will get exhausted. Higher => can carry more.
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
exhaustedThreshold = 140.0
|
||||
#
|
||||
# Threshold at which the player carrying a cart will get overburdened. Higher => can carry more.
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
overburdenedThreshold = 280.0
|
||||
#
|
||||
# Threshold at which the player carrying a cart will get pinned. Higher => can carry more.
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
pinnedThreshold = 420.0
|
||||
|
||||
|
|
|
|||
|
|
@ -1,14 +1,13 @@
|
|||
{
|
||||
"firstLoad": false,
|
||||
"noAggressiveProbing": true,
|
||||
"docsTimestamp": 1704370339573,
|
||||
"allowRegistryObjectDumps": true,
|
||||
"allowRegistryLiteralDumps": true,
|
||||
"requireSingleAndPerm": true,
|
||||
"enabled": true,
|
||||
"modChanged": false,
|
||||
"disableRecipeJsonDump": true,
|
||||
"dumpJSONIntermediates": false,
|
||||
"pullSchema": false,
|
||||
"version": 1
|
||||
"version": 2,
|
||||
"Is ProbeJS Loaded for First Time in the Modpack - Configured by ProbeJS Itself": false,
|
||||
"The Timestamp of ProbeJS Remote Documents - Configured by ProbeJS Itself": 1704370339573,
|
||||
"Disable Aggressive Mode for ProbeJS Dumps": true,
|
||||
"Allow ProbeJS to Resolve Classes from Registries Like Item Classes or Block Classes": true,
|
||||
"Allow ProbeJS to Generate Literal Types for Item/Block/etc. IDs": true,
|
||||
"Should ProbeJS Only Show Command in Single Player and with Cheat Enabled": true,
|
||||
"Should ProbeJS be Generally Enabled": true,
|
||||
"Disable the Recipe JSON Snippet Generation for ProbeJS triggered by `#`": true,
|
||||
"Should ProbeJS Generate Intermediate JSON Representation of Documents - Mostly for Debugging": false,
|
||||
"Should ProbeJS Download Schema Scripts from Github for Mods without Addon Supports": false
|
||||
}
|
||||
2
mods
2
mods
|
|
@ -1 +1 @@
|
|||
Subproject commit 03fa8df176689e9c74d670d127fab6be6fd467c6
|
||||
Subproject commit 5df7c751df9a1389d93e3ebe0b178c2e12216179
|
||||
Loading…
Add table
Add a link
Reference in a new issue