bump version number to 1.0.3; forgot to push before drafting the Github release - this is the actual version of the released ZIP file.

This commit is contained in:
Florian Nücke 2013-12-21 20:04:17 +01:00
parent 31cb37b8e8
commit c260ac0c7e
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ import li.cil.oc.client.{PacketHandler => ClientPacketHandler}
import li.cil.oc.common.Proxy
import li.cil.oc.server.{PacketHandler => ServerPacketHandler}
@Mod(modid = "OpenComputers", name = "OpenComputers", version = "1.0.2",
@Mod(modid = "OpenComputers", name = "OpenComputers", version = "1.0.3",
dependencies = "required-after:Forge@[9.11.1.940,);after:BuildCraft|Energy;after:ComputerCraft;after:IC2;after:MineFactoryReloaded;after:RedLogic;after:ThermalExpansion",
modLanguage = "scala")
@NetworkMod(clientSideRequired = true, serverSideRequired = false,

View File

@ -33,7 +33,7 @@ object UpgradeRenderer extends IItemRenderer {
Items.multi.subItem(stack) match {
case Some(subItem) if subItem == Items.crafting =>
// TODO display list?
val b = AxisAlignedBB.getAABBPool.getAABB(0.4, 0.2, 1-0.36, 0.6, 0.4, 1-0.16)
val b = AxisAlignedBB.getAABBPool.getAABB(0.4, 0.2, 0.64, 0.6, 0.4, 0.84)
tm.bindTexture(new ResourceLocation(Settings.resourceDomain, "textures/items/upgrade_crafting_equipped.png"))
// Front.

View File

@ -2,7 +2,7 @@
{
"modid": "OpenComputers",
"name": "OpenComputers",
"version": "1.0.2",
"version": "1.0.3",
"credits" : "Inspired by a couple of other mods, most notably ComputerCraft.",
"authors": ["Florian 'Sangar' Nücke", "Johannes 'Lord Joda' Lohrer"],
"description": "This mod adds modular computers and robots that can be programmed in Lua.",