
-
[1.12.2] [SOLVED] spawnParticle not working
So, I have same problem with particles. Try to make cycle of particle spawn with random position or try to see how furnace/torch/lava particle generator works.
-
IvanSteklow changed their profile photo
- [1.12.2] Data exchanging between Client and Server
-
[1.12.2] Data exchanging between Client and Server
So, I try to get 'TIME' from NBT, but I don't know why it didn't working. So, writeToNBT in my Tile Entity class looks like that: @Override public NBTTagCompound writeToNBT(NBTTagCompound compound) { super.writeToNBT(compound); compound.setInteger("time", this.time); compound.setInteger("maxTime", METAL_REFINERY_WORKTIME); compound.setTag("items", this.itemStackHandler.serializeNBT()); return compound; } And my GUI Screen Updater looks like that: @Override public void updateScreen() { NBTTagCompound compound = new NBTTagCompound(); compound = this.te.writeToNBT(compound); this.time = compound.getInteger("time"); this.maxTime = compound.getInteger("maxTime"); Core.logger.info(compound); super.updateScreen(); } What's wrong? Full code: Block: *CLICK* Tile Entity: *CLICK* Container: *CLICK* GUI: *CLICK*
- [1.12.2] Data exchanging between Client and Server
- [1.12.2] Data exchanging between Client and Server
- [SOLVED] [1.12.2] Phantom item in Machine inventory
-
[SOLVED] [1.12.2] Phantom item in Machine inventory
Hello Modders! Please excuse me for my broken English)) I have a machine for processing iron bars in scrap metal. And when I run it - I have a strange bug with phantom items. See below on GIF. Help please with the code. I can not understand the problem. Block: *CLICK* Tile Entity: *CLICK* Container: *CLICK* GUI: *CLICK* GIF: *CLICK*
- [1.11.2] Drop tracking
-
[1.11.2] Drop tracking
I want to drop hot item and if it in water it turns into not hot item =D
-
[1.11.2] Drop tracking
I need to track where item is. For example: This item is in water
-
Minecraft Forge won't load any mods for me? Amateur, help please!
Please, download all mods from CURSE!!! https://minecraft.curseforge.com/ or from official sites of developers, this is site of chicken bones: http://chickenbones.net/Pages/links.html
-
Modded server keeps crashing
Try to delete this mod: SpaceAdvanced
-
[1.11.2] Drop tracking
Hi everyone, I need event that tracking all dropped items\blocks HELP ME PLS
-
[SOLVED][1.11.2] Water block or air?
Oh, thank you, I miss this fact
-
[SOLVED][1.11.2] Water block or air?
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.