OneBarRouter's Avatar
Member
Level 7 Apprentice Network
9

Forum Posts

1 - 20 of 117

    1
    02/07/2016 8:03 pm
    Level 7 : Apprentice Network
    OneBarRouter
    OneBarRouter's Avatar
    I need to see your src/main/resources folder

    not src/main/java
    1
    02/07/2016 12:31 pm
    Level 7 : Apprentice Network
    OneBarRouter
    OneBarRouter's Avatar
    IDE is "Integrated Development Environment". Essentially, your IDE is Eclipse.

    Can you take a couple screenshots of your Eclipse Package Explorer (left side)
    and the .json files of your items?
    1
    02/06/2016 11:17 pm
    Level 7 : Apprentice Network
    OneBarRouter
    OneBarRouter's Avatar
    Hey SirBlobman,

    Long time no see

    Anyways, what you said is completely dependent on what he named his class.
    1
    02/06/2016 10:13 pm
    Level 7 : Apprentice Network
    OneBarRouter
    OneBarRouter's Avatar
    Can you post a picture of your IDE?

    Are you using Eclipse?
    1
    02/06/2016 9:28 pm
    Level 7 : Apprentice Network
    OneBarRouter
    OneBarRouter's Avatar
    I have had this exact same problem. If all of your files (such as assets/mymod/textures/items/electronite.png) are in the right places, the problem is with your png file. The only way to fix this is by actually copying an image out of minecraft's source files, and then editing the copied image with an image editor to suit what you need.

    For example, copy and paste minecraft's dirt.png into your "items" folder, then use pixlr.com to edit it to look how you want.
    1
    02/06/2016 1:45 pm
    Level 7 : Apprentice Network
    OneBarRouter
    OneBarRouter's Avatar
    Ok, apparently there was something wrong with my .png itself, which is why I couldn't use it...
    I copy and pasted a normal egg texture, edited that, and it seemed to work fine... idek XD
    1
    02/06/2016 11:30 am
    Level 7 : Apprentice Network
    OneBarRouter
    OneBarRouter's Avatar
    Ok thank you. I will look into this further. I tried to code the textures in 1.7.10 because you don't need .json files to render, and it still didn't work. Here is my code. Everything is correct.
    package onebarrouter.chickenwars;

    import cpw.mods.fml.common.Mod;
    import cpw.mods.fml.common.Mod.EventHandler;
    import cpw.mods.fml.common.event.FMLInitializationEvent;
    import cpw.mods.fml.common.event.FMLPostInitializationEvent;
    import cpw.mods.fml.common.event.FMLPreInitializationEvent;
    import cpw.mods.fml.common.registry.GameRegistry;
    import net.minecraft.item.Item;

    @Mod(modid = "cw", name = "Chicken Wars", version = "1.0")
    public class ChickenWars {

    public static Item itemBombEgg;

    @EventHandler
    public void preInit(FMLPreInitializationEvent event){
    //Item/Block init and registering
    //Config handling
    itemBombEgg = new ItemBombEgg().setUnlocalizedName("ItemBombEgg").setTextureName("cw:itembombegg");
    GameRegistry.registerItem(itemBombEgg, itemBombEgg.getUnlocalizedName().substring(5));
    }

    @EventHandler
    public void init(FMLInitializationEvent event){
    //Proxy, TileEntity, entity, GUI, and Packet Registering
    }

    @EventHandler
    public void postInit(FMLPostInitializationEvent event){

    }
    }
    1
    02/06/2016 9:48 am
    Level 7 : Apprentice Network
    OneBarRouter
    OneBarRouter's Avatar
    Thank you very much, but seeing as to how I just got started with modding minecraft, I don't understand a reasonable portion of that code. I have also heard from many credible sources that the ONLY way to render textures on custom items is to use .json files. I appreciate your help, and if you have any other information, please reply to this thread. I will check it often.

    Also, I will continue looking into the weebly that you posted.
    1
    12/12/2015 2:26 pm
    Level 7 : Apprentice Network
    OneBarRouter
    OneBarRouter's Avatar
    It's one server.... multiple worlds... hence the title
    1
    12/11/2015 7:47 pm
    Level 7 : Apprentice Network
    OneBarRouter
    OneBarRouter's Avatar
    I mean I have a reasonable amount of experience with Java, so I probably won't pay someone to do it... Anyway, thanks for the help man!
    1
    12/11/2015 7:38 am
    Level 7 : Apprentice Network
    OneBarRouter
    OneBarRouter's Avatar
    Hmmmm.... Maybe the glitch is with another plugin, not MWM...
    Basically, player's balances keep getting combined whenever they warp to another world.

    For example, if they have $50,000 in world 1, and $40,001 in world 2, when they warp between the two, they have $90,001 in both worlds.

    I'm very confused.
    1
    12/10/2015 8:05 am
    Level 7 : Apprentice Network
    OneBarRouter
    OneBarRouter's Avatar
    Lol I've tried them both
    MultiWorldMoney is severely broke, and it didn't even create files in the server, such as a config..

    I have no problem with inventories, I have that working
    1
    12/09/2015 7:37 pm
    Level 7 : Apprentice Network
    OneBarRouter
    OneBarRouter's Avatar
    bump
    1
    11/14/2015 8:56 pm
    Level 7 : Apprentice Network
    OneBarRouter
    OneBarRouter's Avatar
    Does anybody have a solution to my problem^?
    1
    11/14/2015 8:12 pm
    Level 7 : Apprentice Network
    OneBarRouter
    OneBarRouter's Avatar
    I agree... Pretty much every bukkit server has at least four of these plugins...

    That's like going: "My favorite part of the car is the engine".... Duh

    Sorry
    lol
    1
    11/14/2015 8:10 pm
    Level 7 : Apprentice Network
    OneBarRouter
    OneBarRouter's Avatar
    I tried using autorank, but for some reason, time doesn't progress forward.
    Yes, in the settings I have it set to use AutoRank's time, so it should work. For some reason it doesn't though...
    1
    11/14/2015 10:28 am
    Level 7 : Apprentice Network
    OneBarRouter
    OneBarRouter's Avatar
    List of possible plugins that may be causing the problem:

    Essentials (lol)
    World Guard (lol x2)
    World Edit (lol x3)
    ASkyBlock

    These are really the only plugins that I could see affecting it.

    ----------------------------------------------------------------------------
    Also, if people relog, the issue solves itself....
    ----------------------------------------------------------------------------
    1
    11/13/2015 9:43 pm
    Level 7 : Apprentice Network
    OneBarRouter
    OneBarRouter's Avatar
    Players can place crafting tables after they have relogged though
    1
    11/13/2015 9:12 pm
    Level 7 : Apprentice Network
    OneBarRouter
    OneBarRouter's Avatar
    Even though I won't get this plugin, I might add something like this to my server! Thank you!
    1
    11/12/2015 9:12 pm
    Level 7 : Apprentice Network
    OneBarRouter
    OneBarRouter's Avatar
    Bump

1 - 20 of 117

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome