Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorious3 committed Jul 27, 2014
1 parent 981bb68 commit 2784bb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

project.ext.mod_version = "0.9.2.107"
project.ext.mod_version = "0.9.2.108"
project.ext.minecraft_version = "1.7.10"
project.ext.forge_version = "10.13.0.1187"

Expand All @@ -38,8 +38,7 @@ minecraft {
assetDir = "eclipse/assets"
}

processResources
{
processResources {
from(sourceSets.main.resources.srcDirs) {
include '**/*.info'
expand ([
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import cpw.mods.fml.relauncher.SideOnly;

@Interface(modid = "Botania", iface = "vazkii.botania.api.mana.ILaputaImmobile", striprefs = true)
public class TileCrate extends TileContainerBetterStorage implements ILaputaImmobile{
public class TileCrate extends TileContainerBetterStorage implements ILaputaImmobile {

private ConnectedTexture texture = new ConnectedTextureCrate();

Expand Down

0 comments on commit 2784bb7

Please sign in to comment.