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:
@@ -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
|
||||
Reference in New Issue
Block a user