Compare commits
No commits in common. "22552442128dad6a19cb895bb13b8f26d88ca3b7" and "1835c1d10e0a8c972189e38bf0762bbfe981c31c" have entirely different histories.
2255244212
...
1835c1d10e
@ -12,7 +12,7 @@
|
|||||||
// Falling logs break glass and other fragile blocks.
|
// Falling logs break glass and other fragile blocks.
|
||||||
"fallingLogsBreakFragile": false,
|
"fallingLogsBreakFragile": false,
|
||||||
// Players can sneak (or not sneak) to disable mod for building. (SNEAKING, NOT_SNEAKING, or ALWAYS)
|
// Players can sneak (or not sneak) to disable mod for building. (SNEAKING, NOT_SNEAKING, or ALWAYS)
|
||||||
"activeWhen": "SNEAKING",
|
"activeWhen": "NOT_SNEAKING",
|
||||||
// Break large fungal wart blocks and Shroomlamps
|
// Break large fungal wart blocks and Shroomlamps
|
||||||
"breakFungalLeaves": true,
|
"breakFungalLeaves": true,
|
||||||
// Place dropped items directly into player inventory. (Good for skyblock)
|
// Place dropped items directly into player inventory. (Good for skyblock)
|
||||||
@ -36,7 +36,7 @@
|
|||||||
// Logs that can be broken by a player without using a tool.
|
// Logs that can be broken by a player without using a tool.
|
||||||
"playerBaseLogLimit": 8,
|
"playerBaseLogLimit": 8,
|
||||||
// Additional logs that can be broken when player uses a tool, per tier of tool. Set zero to disable.
|
// Additional logs that can be broken when player uses a tool, per tier of tool. Set zero to disable.
|
||||||
"toolTierLogBonus": 0,
|
"toolTierLogBonus": 8,
|
||||||
// When true, log breaking limit is multiplied by Efficency enchantment level.
|
// When true, log breaking limit is multiplied by Efficency enchantment level.
|
||||||
"enableEfficiencyLogMultiplier": true,
|
"enableEfficiencyLogMultiplier": true,
|
||||||
// Consolidate item drops into stacks to prevent lag.
|
// Consolidate item drops into stacks to prevent lag.
|
||||||
@ -46,7 +46,7 @@
|
|||||||
// Maximum number of concurrent breaking tasks in each world. 1-256
|
// Maximum number of concurrent breaking tasks in each world. 1-256
|
||||||
"maxJobsPerWorld": 16,
|
"maxJobsPerWorld": 16,
|
||||||
// Max log/leaf blocks to break per second, per tree. 1 - 2560
|
// Max log/leaf blocks to break per second, per tree. 1 - 2560
|
||||||
"maxBreaksPerSecond": 2560,
|
"maxBreaksPerSecond": 640,
|
||||||
// Max percentage of each server tick that can be used by TDNF in each world. 1 - 5
|
// Max percentage of each server tick that can be used by TDNF in each world. 1 - 5
|
||||||
"tickBudget": 1,
|
"tickBudget": 1,
|
||||||
// Max number of active falling block entities. 1 - 64
|
// Max number of active falling block entities. 1 - 64
|
||||||
|
BIN
mods/corpse-forge-1.19.2-1.0.12.jar
Normal file
BIN
mods/corpse-forge-1.19.2-1.0.12.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user