updated to-dos and integrated Primal

This commit is contained in:
Mohammad-Ali Minaie
2017-02-27 21:59:44 -05:00
parent 4e32b406b1
commit 7b66ea1b51
3 changed files with 11 additions and 4 deletions

View File

@@ -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

View File

@@ -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
}

View File

@@ -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+