Updated build script and read me
This commit is contained in:
parent
f2b42aa9a0
commit
e4c60e947f
4 changed files with 16 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -35,4 +35,5 @@ src/minecraft/forge_logo.png
|
|||
src/minecraft/forge_at.cfg
|
||||
src/minecraft/fmlversion.properties
|
||||
src/minecraft/fml_marker.cfg
|
||||
src/minecraft/fml_at.cfg
|
||||
src/minecraft/fml_at.cfg
|
||||
build_number.properties
|
||||
|
|
11
README.md
11
README.md
|
@ -22,6 +22,17 @@
|
|||
|
||||
|
||||
## Changelog
|
||||
Version 0.5.9.2 '30-07-13'
|
||||
- Added the Chromaflora
|
||||
- Changed willow trees in the Promised Land to swampy ivy trees
|
||||
- Re-added clouds to the Promised Land
|
||||
- Fixed the eating bug in multiplayer, now zip your traps about it!
|
||||
- Russian translation tweaks (by VeryBigBro)
|
||||
- Updated Forestry Integration and API
|
||||
- Corrected loftwood recipes
|
||||
- Updated ore dictionary registration for logs
|
||||
- Tweaked fir log/plank textures
|
||||
|
||||
Version 0.5.9 '23-07-13'
|
||||
- Fixed eating food
|
||||
- Fixed some biome heights, decreased the amount of trees in the Snowy Confierous Forest
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
dir.development=../../
|
||||
dir.release=../../Biomes O Plenty Releases
|
||||
release.minecraft.version=1.6.2
|
||||
release.mod.version=0.5.9
|
||||
release.mod.version=0.5.9.2
|
|
@ -52,10 +52,10 @@
|
|||
|
||||
<target name="reobfuscate">
|
||||
<exec dir="${build.dir.development}\forge\mcp" executable="cmd" osfamily="windows">
|
||||
<arg line="/c reobfuscate_srg.bat" />
|
||||
<arg line="/c reobfuscate.bat" />
|
||||
</exec>
|
||||
<exec dir="${build.dir.development}\forge\mcp" executable="bash" osfamily="unix">
|
||||
<arg line="reobfuscate_srg.sh" />
|
||||
<arg line="reobfuscate.sh" />
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in a new issue