Skip to content
This repository has been archived by the owner on Jan 17, 2018. It is now read-only.

Commit

Permalink
Finishing Version 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DerOli82 committed Jun 2, 2015
1 parent 30cc591 commit 8550ead
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

**Mod Updates**
- Minecraft Forge 10.13.3.1403 to 10.13.3.1408
-- Lycanites Mobs 1.10.14.0 to 10-1.11.0.1

**Mod Additions**
- Limited Resources 0.8.0
Expand Down
6 changes: 3 additions & 3 deletions versions.md → Versions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Forge
- forge-1.7.10-10.13.3.1403-1.7.10
- forge-1.7.10-10.13.3.1408-1.7.10

## mods
- ae2stuff-1.7.10-0.1.7.17.jar
Expand All @@ -22,7 +22,6 @@
- chisel2-1.7.10-2.3.10.37.jar
- codechickencore-1.7.10-1.0.6.43.jar
- cofhcore-1.7.10-3.0.2-262.jar
- compactmachines-1.7.10-1.18.jar
- cookiecore-1.7.10-1.3.1-7.jar
- customitems-1.7.10-1.0.9beta.jar
- custommainmenu-1.7.10-1.4.jar
Expand Down Expand Up @@ -53,7 +52,8 @@
- inpurecore-1.7.10-1.0.0B9-60.jar
- inventorytweaks-1.7.10-1.58-147.jar
- ironchest-1.7.10-6.0.62.742.jar
- lycanitesmobscomplete-1.7.10-1.10.14.0.jar
- limitedresources-1.7.10-0.8.0.jar
- lycanitesmobscomplete-1.7.10-1.11.0.1.jar
- magistics-1.7.10-0.7.6.jar
- mantle-1.7.10-0.3.2.jar
- minetweaker3-1.7.10-3.0.9C.jar
Expand Down
2 changes: 1 addition & 1 deletion config/IguanaTinkerTweaks/restrictions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ toolparts {
# Prevents the creation of listed Material-Tool combinations.
# The format is <materialname>:<partname>
# materialnames are: Wood, Stone, Iron, Flint, Invar, Cactus, Nickel, Bone, Lead, Obsidian, Silver, Netherrack, Slime, Platinum, Paper, Electrum, Cobalt, Ardite, Manyullyn, Copper, Bronze, Alumite, BlueSlime, Steel, PigIron, Thaumium, String
# partnames are: swordblade, frypan, chisel, knifeblade, toughbinding, pickaxe, scythe, mediumguard, crossbowbody, largeplate, axe, largeblade, bowlimb, fullguard, largeguard, crossbowlimb, crossbar, sign, rod, shuriken, hammerhead, excavator, broadaxe, shovel, binding, largerod, arrowhead,
# partnames are: swordblade, frypan, chisel, knifeblade, toughbinding, pickaxe, scythe, mediumguard, crossbowbody, largeplate, axe, largeblade, bowlimb, fullguard, largeguard, crossbowlimb, sign, crossbar, rod, shuriken, hammerhead, excavator, shovel, broadaxe, binding, largerod, arrowhead,
# [default: ]
S:restricted <
Wood:frypan
Expand Down
2 changes: 1 addition & 1 deletion config/InvTweaks.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Inventory Tweaks Configuration
#(Regarding shortcuts, all key names can be found at: http://www.lwjgl.org/javadoc/org/lwjgl/input/Keyboard.html)
#Fri May 22 13:44:19 CEST 2015
#Tue Jun 02 09:52:32 CEST 2015
enableMiddleClick=true
showChestButtons=true
enableSortingOnPickup=false
Expand Down
2 changes: 1 addition & 1 deletion config/fastcraft.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; FastCraft config
; created 22.05.2015 13:42:52
; created 02.06.2015 09:50:58
;---

; Settings purely affecting performance, but not gameplay.
Expand Down
2 changes: 1 addition & 1 deletion config/splash.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Splash screen properties
#Fri May 22 13:43:03 CEST 2015
#Tue Jun 02 09:51:10 CEST 2015
logoTexture=textures/gui/title/mojang.png
background=0xFFFFFF
font=0x0
Expand Down
10 changes: 5 additions & 5 deletions versions.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
echo "## Forge" > versions.md
echo "-" $(unzip -l bin/modpack.jar | grep forge- | sed 's/^.*forge-/forge-/' | sed 's/-changelog.txt//') >> versions.md
echo "" >> versions.md
echo "## mods" >> versions.md
echo "## Forge" > Versions.md
echo "-" $(unzip -l bin/modpack.jar | grep forge- | sed 's/^.*forge-/forge-/' | sed 's/-changelog.txt//') >> Versions.md
echo "" >> Versions.md
echo "## mods" >> Versions.md
cd mods
ls --format single-column *.jar | sed 's/^/- /' >> ../versions.md
ls --format single-column *.jar | sed 's/^/- /' >> ../Versions.md
cd ..

0 comments on commit 8550ead

Please sign in to comment.