mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 03:36:47 -04:00
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:
parent
31cb37b8e8
commit
c260ac0c7e
@ -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,
|
||||
|
@ -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.
|
||||
|
@ -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.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user