updated to-dos and integrated Primal
This commit is contained in:
@@ -4,11 +4,17 @@ client {
|
||||
# Replace the vanilla bucket models with Forges own dynamic bucket model. Unifies bucket visuals if a mod uses the Forge bucket model.
|
||||
B:replaceVanillaBucketModel=false
|
||||
|
||||
# Toggle off to make missing model text in the gui fit inside the slot.
|
||||
B:zoomInMissingModelTextInGui=false
|
||||
|
||||
# The timestamp of the last reminder to update to Java 8 in number of milliseconds since January 1, 1970, 00:00:00 GMT. Nag will show only once every 24 hours. To disable it set this to some really high number.
|
||||
D:java8Reminder=0.0
|
||||
|
||||
# Disable culling of hidden faces next to stairs and slabs. Causes extra rendering, but may fix some resource packs that exploit this vanilla mechanic.
|
||||
B:disableStairSlabCulling=false
|
||||
|
||||
# Enable forge to queue all chunk updates to the Chunk Update thread. May increase FPS significantly, but may also cause weird rendering lag. Not recommended for computers without a significant number of cores available.
|
||||
B:alwaysSetupTerrainOffThread=false
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user