Forge update
This commit is contained in:
parent
102d9120f5
commit
a46f8b185b
3 changed files with 4 additions and 4 deletions
4
TODO.txt
4
TODO.txt
|
@ -41,7 +41,7 @@ materials No Alloys
|
|||
Alnico
|
||||
materials No Metal from slag
|
||||
-> in metal recycler
|
||||
materials No Black sand URGENT
|
||||
materials No Black sand
|
||||
materials No Metals
|
||||
Lead
|
||||
Aluminium
|
||||
|
@ -73,7 +73,7 @@ animals ??? Alligators
|
|||
world ??? Improved system to handle neighbouring biomes BF
|
||||
world.gen ??? Make basalt gen behave correctly at chunk boundaries BF
|
||||
world.gen ??? Improve saltpeter gen so it generates in caves only BF
|
||||
world ??? Volcanos URGENT
|
||||
world ??? Volcanos
|
||||
-------------------------------------------------------------------------------------------------------
|
||||
??? ??? Sub-blocks
|
||||
??? Yes Improved pistons
|
||||
|
|
|
@ -34,7 +34,7 @@ targetCompat = JavaVersion.VERSION_1_8
|
|||
|
||||
|
||||
minecraft {
|
||||
version = "${mc_full_version}-${forge_version}-${mc_version}"
|
||||
version = "${mc_full_version}-${forge_version}"
|
||||
runDir = "run"
|
||||
mappings = "${mappings_version}"
|
||||
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
|
||||
|
|
|
@ -5,5 +5,5 @@ mod_version= 0.1
|
|||
|
||||
mc_version= 1.10.0
|
||||
mc_full_version= 1.10.2
|
||||
forge_version= 12.18.0.2007
|
||||
forge_version= 12.18.0.2010
|
||||
mappings_version= snapshot_20160518
|
||||
|
|
Reference in a new issue