
Everything posted by Kokkie
-
[1.11] Mirror not working
I'm going to assume "no." I've done the best I can, all I know is "you've done something that is fixable, but I don't know what or how." The last time I tried to do something like this was 1.6.4 and I remember naught. Ok D:
-
[1.10.2] - [Solved] Textures not rendering
Make sure it is called after you register your items
-
[1.10.2] Can i make a Gui with .svg or similar?
Watch Dogs 2
-
[1.11] Mirror not working
Is there anyone that can help me?
- [1.11] Mirror not working
- [1.11] Mirror not working
-
[1.11] Other way of rendering than JSON?
Why isn't it accurate?
-
[1.11] Other way of rendering than JSON?
That is not how it works, you need a TESR
-
[1.10.2] {Solved!!!} Right-Click Item for Chest-like GUI
Sorry? I guess? Well... Ok... .
-
[1.10.2] {Solved!!!} Right-Click Item for Chest-like GUI
Sorry D': I was just trying to help, normally I don't give copy-paste stuff either but this was just... To much for my brain... And also, why is it not the right solution? I use this for a block, that's why I thought it had to be the coörds
-
[1.10.2] {Solved!!!} Right-Click Item for Chest-like GUI
Let me make this as copy-paste friendly, as you want it, served warm and fresh: @Override public ActionResult<ItemStack> onItemRightClick(ItemStack itemStackIn, World worldIn, EntityPlayer playerIn, EnumHand hand) { playerIn.openGui(Main.instance, GuiHandler.TEST_BAG, worldIn, playerIn.getPos().getX(), playerIn.getPos().getY(), playerIn.getPos().getZ()); return super.onItemRightClick(itemStackIn, worldIn, playerIn, hand); }
- [1.11] Mirror not working
-
[1.11.2] Send local clientside chat messages?
player.sendMessage(...)
- [1.11] Mirror not working
-
[1.11.2] Crash in minecraft
How do I use Throwables.propagate?
-
[1.11.2] Crash in minecraft
private static final Field inMoreWorldOptionsDisplay = ReflectionHelper.findField(GuiCreateWorld.class, "field_146344_y", "inMoreWorldOptionsDisplay"); @SubscribeEvent public void onGuiPostInit(GuiScreenEvent.InitGuiEvent.Post event) { GuiScreen gui = event.getGui(); if (gui instanceof GuiCreateWorld) { List<GuiButton> buttonList = event.getButtonList(); GuiButton giveItem; giveItem = addButton(new GuiButton(11, gui.width / 2 + 5, 187, 150, 20, "Give Items: OFF"), buttonList); giveItem.visible = inMoreWorldOptionsDisplay.getBoolean(gui); ShouldGiveItems.worldCreateGive = false; for (int i = 0; i < buttonList.size(); i++) { GuiButton button = event.getButtonList().get(i); if (button.id == 3) { if (inMoreWorldOptionsDisplay.getBoolean(gui)) { button.xPosition = gui.width / 2 - 155; } else { button.xPosition = gui.width / 2 - 75; } } } } } What should I do exceptions?
-
[1.11.2] Crash in minecraft
I now have this: final boolean inMoreWorldOptionsDisplay = (Boolean) ReflectionHelper.findField(GuiCreateWorld.class, "field_146344_y", "inMoreWorldOptionsDisplay").get(gui); Shouldn't that work
-
[1.11.2] Crash in minecraft
I'm trying to get the booleans from the class, but I get a Field, which you can't convert to a boolean
-
[1.11.2] Crash in minecraft
What should I do?
-
[1.11.2] Crash in minecraft
Type mismatch: cannot convert from Field to boolean
-
[1.11.2] Crash in minecraft
Ah, got it, but how can I use the srg name in real minecraft, and use the other name in eclipse?
-
[1.11.2] Crash in minecraft
I still don't know how... Sorry if I miss something
-
[1.11.2] Crash in minecraft
Yes, how can I see them?
-
Mob Model Size
- Mob Model Size
Look at how the scale method is used for for example baby's of cows etc. - Mob Model Size
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.