From 6925bf39ee227970c19b979806d52bf6a0ca5b3b Mon Sep 17 00:00:00 2001 From: Lance5057 Date: Wed, 21 Jan 2015 20:17:38 -0600 Subject: Rearranged some stuff to make it cleaner. --- CREDITS-fml.txt | 28 ------- CrestMount.png | Bin 533 -> 0 bytes CrestMount.tcn | Bin 1456 -> 0 bytes ModelCrestMount.java | 83 --------------------- Techne Models/CrestMount.tcn | Bin 0 -> 1456 bytes Techne Models/TinkerArmor.tcn | Bin 0 -> 2094 bytes Techne Models/TinkerHelm.tcn | Bin 0 -> 1556 bytes .../tinkersdefense/textures/armor/TinkerArmor.tcn | Bin 2094 -> 0 bytes bin/gmail/Lance5057/items/TinkerHelm.tcn | Bin 1556 -> 0 bytes src/main/java/gmail/Lance5057/items/TinkerHelm.tcn | Bin 1556 -> 0 bytes .../tinkersdefense/textures/armor/TinkerArmor.tcn | Bin 2094 -> 0 bytes .../tinkersdefense/textures/armor/TinkerArmor2.png | Bin 823 -> 0 bytes 12 files changed, 111 deletions(-) delete mode 100644 CREDITS-fml.txt delete mode 100644 CrestMount.png delete mode 100644 CrestMount.tcn delete mode 100644 ModelCrestMount.java create mode 100644 Techne Models/CrestMount.tcn create mode 100644 Techne Models/TinkerArmor.tcn create mode 100644 Techne Models/TinkerHelm.tcn delete mode 100644 bin/assets/tinkersdefense/textures/armor/TinkerArmor.tcn delete mode 100644 bin/gmail/Lance5057/items/TinkerHelm.tcn delete mode 100644 src/main/java/gmail/Lance5057/items/TinkerHelm.tcn delete mode 100644 src/main/resources/assets/tinkersdefense/textures/armor/TinkerArmor.tcn delete mode 100644 src/main/resources/assets/tinkersdefense/textures/armor/TinkerArmor2.png diff --git a/CREDITS-fml.txt b/CREDITS-fml.txt deleted file mode 100644 index 97122f5..0000000 --- a/CREDITS-fml.txt +++ /dev/null @@ -1,28 +0,0 @@ -This is Forge Mod Loader. - -You can find the source code at all times at https://github.com/MinecraftForge/FML - -This minecraft mod is a clean open source implementation of a mod loader for minecraft servers -and minecraft clients. - -The code is authored by cpw. - -It began by partially implementing an API defined by the client side ModLoader, authored by Risugami. -http://www.minecraftforum.net/topic/75440- -This support has been dropped as of Minecraft release 1.7, as Risugami no longer maintains ModLoader. - -It also contains suggestions and hints and generous helpings of code from LexManos, author of MinecraftForge. -http://www.minecraftforge.net/ - -Additionally, it contains an implementation of topological sort based on that -published at http://keithschwarz.com/interesting/code/?dir=topological-sort - -It also contains code from the Maven project for performing versioned dependency -resolution. http://maven.apache.org/ - -It also contains a partial repackaging of the javaxdelta library from http://sourceforge.net/projects/javaxdelta/ -with credit to it's authors. - -Forge Mod Loader downloads components from the Minecraft Coder Pack -(http://mcp.ocean-labs.de/index.php/Main_Page) with kind permission from the MCP team. - diff --git a/CrestMount.png b/CrestMount.png deleted file mode 100644 index 61d6936..0000000 Binary files a/CrestMount.png and /dev/null differ diff --git a/CrestMount.tcn b/CrestMount.tcn deleted file mode 100644 index 77f597a..0000000 Binary files a/CrestMount.tcn and /dev/null differ diff --git a/ModelCrestMount.java b/ModelCrestMount.java deleted file mode 100644 index 53f8244..0000000 --- a/ModelCrestMount.java +++ /dev/null @@ -1,83 +0,0 @@ -// Date: 1/18/2015 9:46:49 PM -// Template version 1.1 -// Java generated by Techne -// Keep in mind that you still need to fill in some blanks -// - ZeuX - - - - - - -package net.minecraft.src; - -public class ModelCrestMount extends ModelBase -{ - //fields - ModelRenderer ShieldMount; - ModelRenderer Base; - ModelRenderer SwordMount1; - ModelRenderer SwordMount2; - ModelRenderer SwordMount3; - - public ModelCrestMount() - { - textureWidth = 32; - textureHeight = 32; - - ShieldMount = new ModelRenderer(this, 20, 6); - ShieldMount.addBox(0F, 0F, 0F, 2, 7, 2); - ShieldMount.setRotationPoint(-1F, 17F, -1F); - ShieldMount.setTextureSize(32, 32); - ShieldMount.mirror = true; - setRotation(ShieldMount, 0F, 0F, 0F); - Base = new ModelRenderer(this, 0, 6); - Base.addBox(0F, 0F, 0F, 4, 4, 4); - Base.setRotationPoint(-2F, 20F, -2F); - Base.setTextureSize(32, 32); - Base.mirror = true; - setRotation(Base, 0F, 0F, 0F); - SwordMount1 = new ModelRenderer(this, 0, 0); - SwordMount1.addBox(-5F, 0F, -2F, 10, 2, 4); - SwordMount1.setRotationPoint(0F, 22F, 0F); - SwordMount1.setTextureSize(32, 32); - SwordMount1.mirror = true; - setRotation(SwordMount1, 0F, 0.7853982F, 0F); - SwordMount2 = new ModelRenderer(this, 0, 0); - SwordMount2.addBox(-5F, 0F, -2F, 10, 2, 4); - SwordMount2.setRotationPoint(0F, 22F, 0F); - SwordMount2.setTextureSize(32, 32); - SwordMount2.mirror = true; - setRotation(SwordMount2, 0F, -0.7853982F, 0F); - SwordMount3 = new ModelRenderer(this, 0, 0); - SwordMount3.addBox(-5F, 0F, -2F, 10, 2, 4); - SwordMount3.setRotationPoint(0F, 21.9F, 0F); - SwordMount3.setTextureSize(32, 32); - SwordMount3.mirror = true; - setRotation(SwordMount3, 0F, 1.570796F, 0F); - } - - public void render(Entity entity, float f, float f1, float f2, float f3, float f4, float f5) - { - super.render(entity, f, f1, f2, f3, f4, f5); - setRotationAngles(f, f1, f2, f3, f4, f5); - ShieldMount.render(f5); - Base.render(f5); - SwordMount1.render(f5); - SwordMount2.render(f5); - SwordMount3.render(f5); - } - - private void setRotation(ModelRenderer model, float x, float y, float z) - { - model.rotateAngleX = x; - model.rotateAngleY = y; - model.rotateAngleZ = z; - } - - public void setRotationAngles(float f, float f1, float f2, float f3, float f4, float f5) - { - super.setRotationAngles(f, f1, f2, f3, f4, f5); - } - -} diff --git a/Techne Models/CrestMount.tcn b/Techne Models/CrestMount.tcn new file mode 100644 index 0000000..77f597a Binary files /dev/null and b/Techne Models/CrestMount.tcn differ diff --git a/Techne Models/TinkerArmor.tcn b/Techne Models/TinkerArmor.tcn new file mode 100644 index 0000000..f967b25 Binary files /dev/null and b/Techne Models/TinkerArmor.tcn differ diff --git a/Techne Models/TinkerHelm.tcn b/Techne Models/TinkerHelm.tcn new file mode 100644 index 0000000..4344f18 Binary files /dev/null and b/Techne Models/TinkerHelm.tcn differ diff --git a/bin/assets/tinkersdefense/textures/armor/TinkerArmor.tcn b/bin/assets/tinkersdefense/textures/armor/TinkerArmor.tcn deleted file mode 100644 index f967b25..0000000 Binary files a/bin/assets/tinkersdefense/textures/armor/TinkerArmor.tcn and /dev/null differ diff --git a/bin/gmail/Lance5057/items/TinkerHelm.tcn b/bin/gmail/Lance5057/items/TinkerHelm.tcn deleted file mode 100644 index 4344f18..0000000 Binary files a/bin/gmail/Lance5057/items/TinkerHelm.tcn and /dev/null differ diff --git a/src/main/java/gmail/Lance5057/items/TinkerHelm.tcn b/src/main/java/gmail/Lance5057/items/TinkerHelm.tcn deleted file mode 100644 index 4344f18..0000000 Binary files a/src/main/java/gmail/Lance5057/items/TinkerHelm.tcn and /dev/null differ diff --git a/src/main/resources/assets/tinkersdefense/textures/armor/TinkerArmor.tcn b/src/main/resources/assets/tinkersdefense/textures/armor/TinkerArmor.tcn deleted file mode 100644 index f967b25..0000000 Binary files a/src/main/resources/assets/tinkersdefense/textures/armor/TinkerArmor.tcn and /dev/null differ diff --git a/src/main/resources/assets/tinkersdefense/textures/armor/TinkerArmor2.png b/src/main/resources/assets/tinkersdefense/textures/armor/TinkerArmor2.png deleted file mode 100644 index 706a34a..0000000 Binary files a/src/main/resources/assets/tinkersdefense/textures/armor/TinkerArmor2.png and /dev/null differ -- cgit v1.2.3