Jump to content

andreidim

Forge Modder
  • Posts

    33
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

andreidim's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hello everyone. Is there a tutorial or some documentation on how to use forge multipart? I would like to use it to do some stuff in my mod and make my pipes have multiple bounding boxes, because, for now, they have a full block bounding box.
  2. Hello everyone. I am working on some cables for my mod, I got the models working, textures, they work but I cannot seem to be able to add multiple bounding boxes or something to make them be like other mods, right now I have them be the full block but I would like them to be only the pipe model. Is there a way to add multiple block bounds? Not collision boxes, those are not hard.
  3. I just found out a new thing, Do stuff on the client and server and sync your TEs..Why does no tutorial tell you to sync your tile entities and do stuff on the client and server side?
  4. Well, markBlockForUpdate is not working, markBlockForRenderUpdate is... Minecraft is like f*** logic
  5. As I said in my previous post, when I tried to sync them they broke completely... the texture never updates properly, only when I right click on it. I might have found a bug or something... I am doing the world.markBlockForRenderUpdate on the server, the description is telling me that if you put it on the server it doesn't do anything, well, actually, it updates my block properly??? How is that even possible?
  6. Doing that actually broke my block completely How could I easily update my block? I think that might be a problem, the way I'm updating it doesn't work, it works properly only on a block update And I found another way that might work, using the MinecraftServer.getServer() stuff P.S.:I need to re-render it after I do something to the tile entity
  7. I found a way, I'm using the world provider, that gives you the server world
  8. I just got arround to testing that, it seems like it's not using the server tile entity, how could I get and use that?
  9. That's what I was missing, a block update, tanks
  10. Hello everyone. I need to change the individual icons per side of my block, but, it seems like the getBlockTexture function gets called once when the world loads, how could I get the icon based on something from the tile entity?
  11. Is there a way to combine icons? I need a lot of different states for my block, I don't want to have a lot of textures
  12. If I will have a TE and stuff, should I use a TileEntitySpecialRenderer? I will have it look like a normal square block, but I need it to have textures that can change. I never used an ISimpleBlockRenderingHandler because the only thing I used special renderers for was a chest-like thing that still has no animation and sound ;( What do you think I should use?
  13. Hello everyone I'm working on a mod and I need to change dinamically based on a variable in my tile entity a part of the texture, like a progress bar but for something else, how could I do that? A few good examples I know are the energy cells from from thermal expansion and the machines from forestry. Is that hard to do? I don't have any open source mods to check out that do that... Why are there closed source mods? Yes, I know, but still, I want to see all of the sources, I like to learn new stuff, mostly how Azanor does his particles and stuff
  14. As I said, the problem is when shift clicking from the tile entity to the player inventory, that decrement stack size function from the furnance didn't change anything
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.