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 @@
#.
#Enables extensive logging in different segments of the mod (can cause larger log files and log spam)
lotsOfLogs = false
#.
#Periodic state synchronization sent by the server. This option makes sure that the clients are always close to the server simulation state, it will send the NBT data of all block entities in an electrical network to all clients (0 = disabled)
# Default: 100
# Range: > 0
fullStateSynchronizationInterval = 100
#.
#Synchronize network with double precision numbers (this will double the amount of data that needs to be sent)
syncWithDoubles = false
#.
allocateUnpooledBuffers = false