diff --git a/1.11/To-Dos b/1.11/To-Dos index 7b41eb39..fd05b347 100644 --- a/1.11/To-Dos +++ b/1.11/To-Dos @@ -1,9 +1,7 @@ To-Dos *** Priority *** -- [ ] Forge Recipe Handler -- [ ] Hot Iron Ingot Recipe -- [ ] Casting Bloomery +- [ ] Stone Anvil *** Backlog *** - [ ] Anvil @@ -20,6 +18,9 @@ To-Dos - [ ] Forge Sound? *** Completed *** +- [x] Forge Recipe Handler +- [x] Hot Iron Ingot Recipe + - [x] Block Drop for failed crucible - [x] oreDictionary ingotBall to ingotIron - [x] Tile Firebox Heat Manager diff --git a/1.11/config/forge.cfg b/1.11/config/forge.cfg index 0518ecef..03ad7307 100644 --- a/1.11/config/forge.cfg +++ b/1.11/config/forge.cfg @@ -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 } diff --git a/1.11/gradle.properties b/1.11/gradle.properties index 85894e0c..58f6bd7b 100644 --- a/1.11/gradle.properties +++ b/1.11/gradle.properties @@ -10,7 +10,7 @@ forge_version=13.20.0.2226 mcp_mappings=snapshot_20161220 mc_version=1.11.2 -primal_version=0.2.26 +primal_version=0.3.2 jei_version=4.0+ waila_version=1.7.0-B3 apple_version=2.1+ \ No newline at end of file