Enhance everycomp-entries configuration files by adding new types and entries for various materials, including metals, woods, and leaves, to improve compatibility and functionality across resource packs. Update minecraftinstance.json to refine mod loader configurations.

This commit is contained in:
Leonid Pershin
2026-05-08 21:38:04 +03:00
parent 9adb82932e
commit 23ece092f3
89 changed files with 3294 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
#.
#(This block is in development, and disabled in feature flags by default) Determines whether the flywheel bearing should be able to function as kinetic storage, setting this to false this means it will be purely decorative.
flywheelBearingStorageCapability = false
#.
#(This block is in development, and disabled in feature flags by default) Multiplier for the kinetic storage capacity of flywheels mounted on flywheel bearings (if enabled). Values higher than one increase capacity. It is not recommended to set the value to 0, as you should disable the storage feature entirely.
# Default: 1.0
# Range: 0.0 ~ 100.0
flywheelStorageFactor = 1.0
#.
#Multiplier for the number of chains required for a cogwheel chain. Minimum cost is always 1 chain, unless this value is set to 0. Does not affect the number of chains returned by existing chain drives.
# Default: 1.0
# Range: 0.0 ~ 10.0
cogwheelChainDriveCostFactor = 1.0