diff --git a/README.md b/README.md new file mode 100644 index 0000000..bd7dba6 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# To Forge 1.7.10 and Beyond +Minecraft mod written in Java for Forge 1.7.10 + + +I really like Minecraft 1.7.10, I like the new content. I dislike ***some*** of the new update things. + + +If you somehow manage to find this actual dogshit and horribly documented code and want to use/fork it, +go nuts? idk man i really fucking hate java. Just please if you use/fork/copy remove +any IBA or IveBeenAlone related info/naming, that's all. + +***how the fuck did you find this shit?? like seriously?? +drop me a line on discord and let me know, IBA#7791*** \ No newline at end of file diff --git a/README.txt b/README.txt deleted file mode 100644 index 744ba3b..0000000 --- a/README.txt +++ /dev/null @@ -1,37 +0,0 @@ -------------------------------------------- -Source installation information for modders -------------------------------------------- -This code follows the Minecraft Forge installation methodology. It will apply -some small patches to the vanilla MCP source code, giving you and it access -to some of the data and functions you need to build a successful mod. - -Note also that the patches are built against "unrenamed" MCP source code (aka -srgnames) - this means that you will not be able to read them directly against -normal code. - -Source pack installation information: - -Standalone source installation -============================== - -To install this source code for development purposes, extract this zip file. -It ships with a demonstration mod. Run 'gradlew setupDevWorkspace' to create -a gradle environment primed with FML. Run 'gradlew eclipse' or 'gradlew idea' to -create an IDE workspace of your choice. -Refer to ForgeGradle for more information about the gradle environment -Note: On macs or linux you run the './gradlew.sh' instead of 'gradlew' - -Forge source installation -========================= -MinecraftForge ships with this code and installs it as part of the forge -installation process, no further action is required on your part. - -For reference this is version @MAJOR@.@MINOR@.@REV@.@BUILD@ of FML -for Minecraft version @MCVERSION@. - -LexManos' Install Video -======================= -https://www.youtube.com/watch?v=8VEdtQLuLO0&feature=youtu.be - -For more details update more often refer to the Forge Forums: -http://www.minecraftforge.net/forum/index.php/topic,14048.0.html diff --git a/src/main/resources/assets/iba_backblocks/textures/items/mutton_cooked.png b/src/main/resources/assets/iba_backblocks/textures/items/mutton_cooked.png new file mode 100644 index 0000000..256f929 Binary files /dev/null and b/src/main/resources/assets/iba_backblocks/textures/items/mutton_cooked.png differ diff --git a/src/main/resources/assets/iba_backblocks/textures/items/mutton_raw.png b/src/main/resources/assets/iba_backblocks/textures/items/mutton_raw.png new file mode 100644 index 0000000..ad71f5d Binary files /dev/null and b/src/main/resources/assets/iba_backblocks/textures/items/mutton_raw.png differ diff --git a/src/main/resources/assets/iba_backblocks/textures/items/prismarine_crystals.png b/src/main/resources/assets/iba_backblocks/textures/items/prismarine_crystals.png new file mode 100644 index 0000000..aba9497 Binary files /dev/null and b/src/main/resources/assets/iba_backblocks/textures/items/prismarine_crystals.png differ diff --git a/src/main/resources/assets/iba_backblocks/textures/items/prismarine_shard.png b/src/main/resources/assets/iba_backblocks/textures/items/prismarine_shard.png new file mode 100644 index 0000000..86a9c5e Binary files /dev/null and b/src/main/resources/assets/iba_backblocks/textures/items/prismarine_shard.png differ diff --git a/src/main/resources/assets/iba_backblocks/textures/items/rabbit_cooked.png b/src/main/resources/assets/iba_backblocks/textures/items/rabbit_cooked.png new file mode 100644 index 0000000..4a4eb86 Binary files /dev/null and b/src/main/resources/assets/iba_backblocks/textures/items/rabbit_cooked.png differ diff --git a/src/main/resources/assets/iba_backblocks/textures/items/rabbit_foot.png b/src/main/resources/assets/iba_backblocks/textures/items/rabbit_foot.png new file mode 100644 index 0000000..6c0df61 Binary files /dev/null and b/src/main/resources/assets/iba_backblocks/textures/items/rabbit_foot.png differ diff --git a/src/main/resources/assets/iba_backblocks/textures/items/rabbit_hide.png b/src/main/resources/assets/iba_backblocks/textures/items/rabbit_hide.png new file mode 100644 index 0000000..ea1b878 Binary files /dev/null and b/src/main/resources/assets/iba_backblocks/textures/items/rabbit_hide.png differ diff --git a/src/main/resources/assets/iba_backblocks/textures/items/rabbit_raw.png b/src/main/resources/assets/iba_backblocks/textures/items/rabbit_raw.png new file mode 100644 index 0000000..54edfc5 Binary files /dev/null and b/src/main/resources/assets/iba_backblocks/textures/items/rabbit_raw.png differ diff --git a/src/main/resources/assets/iba_backblocks/textures/items/rabbit_stew.png b/src/main/resources/assets/iba_backblocks/textures/items/rabbit_stew.png new file mode 100644 index 0000000..5750ee9 Binary files /dev/null and b/src/main/resources/assets/iba_backblocks/textures/items/rabbit_stew.png differ