Jump to content

Z_Bo

Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Z_Bo's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. when downloading icu4j-70.1.jar and fastutil-8.5.6.jar it always take only 10k or 20k /s sownload speed. And I am sure that there is no problem with my network.How can I deal with it?
  2. Very nice! Now my stem blocks work well with custom colors rendered by using this. @SubscribeEvent public void registerBlockColors(final ColorHandlerEvent.Block event) { event.getBlockColors().register(myBlockColor, coloredBlock1, coloredBlock2, ...); } Although it's growth_age0 ~ growth_age7 renders the same color which I defined,but that's enough for me.Thank you @warjort much much😀.
  3. Yes, it really worked well and thank you so so so much.@warjort.But there is still a problem that the stem_blocks and the attached_stem_block with no color rendered(here is the screen shot.).I've read the vanilla codes about #BlockColors.java,#BlockRenderDispatcher.java and #ModelBlockRenderer.java.But i still dont know What function should I call?
  4. I think there is no problem with the texture picture.Mybe I have not set the RenderType correctly.How can I set the RenderTypes?
  5. Oh, thanks for your reply.I did it just by copying the codes from vanilla part and rename them.Including the assets.Codes are here 1.18.1 .
  6. Oh thank you for replies @DaemonUmbra.Now I understand it.And I dont know how to close this topic😅.
  7. I have created a custom stem block like punpkin and melon in 1.18.1 ```forge-1.18.1-39.1.0-mdk```.But I got black background textures.I wondor why?? 1.18.1 screen shot
  8. please,I need help and want to know why.I am using IntelliJ
  9. Uhmm....I've just copied codes with a little modification and followed the official docs.But it does not work at all. I want to make a wheat_harvest drop 1 diamond for test but it doesn't work. Here my codes:https://github.com/whutpsychic/minecraft.mods/tree/main/1.16.5/easiermonsters and I was using forge version 36.2.0(recommended)
×
×
  • Create New...

Important Information

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