Skip to content

Commit

Permalink
Move sources and resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Bernhardt committed Dec 20, 2021
1 parent 1c04f59 commit 35b6ffe
Show file tree
Hide file tree
Showing 100 changed files with 7 additions and 9 deletions.
5 changes: 0 additions & 5 deletions resources/nei_at.cfg

This file was deleted.

2 changes: 2 additions & 0 deletions src/main/resources/META-INF/ae2stuff_at.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
public net.minecraft.client.gui.inventory.GuiContainer field_147003_i #guiLeft
public net.minecraft.client.gui.inventory.GuiContainer field_147009_r #guiTop
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 4 additions & 3 deletions resources/mcmod.info → src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[
{
"modid": "ae2stuff",
"name": "AE2 Stuff",
"modid": "${modId}",
"name": "${modName}",
"description": "",
"version": "@AE2STUFF_VER@",
"version": "${modVersion}",
"mcversion": "${minecraftVersion}",
"url": "bdew.net",
"updateUrl": "",
"authorList": [
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import net.bdew.lib.Event
import net.bdew.lib.gui.GuiHandler
import org.apache.logging.log4j.Logger

@Mod(modid = AE2Stuff.modId, version = "AE2STUFF_VER", name = "AE2 Stuff", dependencies = "required-after:appliedenergistics2;required-after:bdlib@[BDLIB_VER,)", modLanguage = "scala")
@Mod(modid = AE2Stuff.modId, version = "GRADLETOKEN_VERSION", name = "AE2 Stuff", dependencies = "required-after:appliedenergistics2;required-after:bdlib@[1.9.4.109,)", modLanguage = "scala")
object AE2Stuff {
var log: Logger = null
var instance = this
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 35b6ffe

Please sign in to comment.