diff options
| author | Foghrye4 <foghrye4@gmail.com> | 2017-06-17 08:12:18 +0300 |
|---|---|---|
| committer | Foghrye4 <foghrye4@gmail.com> | 2017-06-17 08:12:18 +0300 |
| commit | dc3df3edd5843bde0c1335d6a8e460b2c832aa48 (patch) | |
| tree | af13bfeee567f2351e35e1ef176d168fe37c8aac /src/main/resources | |
| parent | 1da8dcd58647e34c9af94ceeecaeaf3b0d08c48c (diff) | |
full project files
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/META-INF/MANIFEST.MF | 2 | ||||
| -rw-r--r-- | src/main/resources/META-INF/ihl_at.cfg | 5 | ||||
| -rw-r--r-- | src/main/resources/mcmod.info | 16 |
3 files changed, 23 insertions, 0 deletions
diff --git a/src/main/resources/META-INF/MANIFEST.MF b/src/main/resources/META-INF/MANIFEST.MF new file mode 100644 index 0000000..4ecadf5 --- /dev/null +++ b/src/main/resources/META-INF/MANIFEST.MF @@ -0,0 +1,2 @@ +Manifest-Version: 1.0
+FMLAT: ihl_at.cfg
diff --git a/src/main/resources/META-INF/ihl_at.cfg b/src/main/resources/META-INF/ihl_at.cfg new file mode 100644 index 0000000..a327a0a --- /dev/null +++ b/src/main/resources/META-INF/ihl_at.cfg @@ -0,0 +1,5 @@ +public net.minecraft.client.renderer.EntityRenderer func_78479_a(FI)V # setupCameraTransform +public net.minecraft.world.chunk.storage.ExtendedBlockStorage field_76680_d # blockLSBArray +public net.minecraft.world.chunk.storage.ExtendedBlockStorage field_76681_e # blockMSBArray +public net.minecraft.world.chunk.storage.ExtendedBlockStorage field_76682_b # blockRefCount +public net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher <init>()V diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info new file mode 100644 index 0000000..2cc4fbc --- /dev/null +++ b/src/main/resources/mcmod.info @@ -0,0 +1,16 @@ +[ +{ + "modid": "IHL", + "name": "IHL Tools & Machines", + "description": "IC2 addon", + "version": "${version}", + "mcversion": "1.7.10", + "credits": "Thank to Player, Spwnx, GregoriousT, Chocohead and other IC2 forum members for help and moral support. Thank to Ldog, wormzjl and Chocohead for betatesting. Especially Chocohead and wormzjl. Chocohead made a lot of work and wormzjl is really concerned by this mod.", + "authorList": ["Foghrye4"], + "logoFile": "", + "url": "http://forum.industrial-craft.net/index.php?page=Thread&postID=152495", + "updateUrl": "", + "parent": "", + "screenshots": [] +} +] |
