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.
|
||||
"fallingLogsBreakFragile": false,
|
||||
// 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
|
||||
"breakFungalLeaves": true,
|
||||
// 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.
|
||||
"playerBaseLogLimit": 8,
|
||||
// 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.
|
||||
"enableEfficiencyLogMultiplier": true,
|
||||
// Consolidate item drops into stacks to prevent lag.
|
||||
@ -46,7 +46,7 @@
|
||||
// Maximum number of concurrent breaking tasks in each world. 1-256
|
||||
"maxJobsPerWorld": 16,
|
||||
// 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
|
||||
"tickBudget": 1,
|
||||
// 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