Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • matezz

matezz

Members
 View Profile  See their activity
  • Content Count

    45
  • Joined

    February 8, 2019
  • Last visited

    December 23, 2020

Community Reputation

0 Neutral

About matezz

  • Rank
    Tree Puncher

Recent Profile Visitors

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

  1. matezz

    1.15.2 Weird Registry Mapping event error

    matezz replied to matezz's topic in Modder Support

    mostly to keep formatting Catch the code https://gist.github.com/e53a0f34afa79b80aef9909047c43ac5 https://gist.github.com/75d4e37e8367fd644db8fd1cf83a1738
    • November 2, 2020
    • 3 replies
  2. matezz

    1.15.2 Weird Registry Mapping event error

    matezz posted a topic in Modder Support

    Hello, I want to fix my mod's mappings, because I've updated some block and item ID's. Configured event RegistryEvent.MissingMappings<Block> event and it is working. My code is: and I'm getting weird error after completing this event. It tells me "Remapped...", 0 errors. But the error is: So the error comes not from my class, but from GameData.Tells me that com.matez.wildnature.common.blocks.BlockSlabVertical cannot be cast to net.minecraft.item.Item. And i'm even not doing anything with items yet! Sometimes it tells also Exception reading .\saves\World\level.dat_old java.lang.ClassCastException: net.minecraft.item.BlockItem cannot be cast to net.minecraft.block.Block What's the matter?
    • November 2, 2020
    • 3 replies
  3. matezz started following 1.14.4 Adding new accesstransformer makes gradle dying, 1.15.2 Leaves items broken transparency, 1.14.4 Terrain broken and and 1 other August 28, 2020
  4. matezz

    1.15.2 Leaves items broken transparency

    matezz posted a topic in Modder Support

    Hello, i'm here with bug I don't know how to solve: The item of leaf block has broken transparency (looks like on Fast graphic setting), when vanilla ones look normal (with transparency) I've set the RenderType to cutout mipped, but that seem to work only with blocks: Should the items render be registered independed of blocks then? Thanks
    • August 28, 2020
    • 1 reply
  5. matezz

    1.14.4 onBlockActivated called four times??

    matezz replied to matezz's topic in Modder Support

    Ahaaa thanks!
    • March 30, 2020
    • 2 replies
  6. matezz

    1.14.4 onBlockActivated called four times??

    matezz posted a topic in Modder Support

    Hi there I'm doing block that after click will send message to player. And that message is being sent two times, however if i wouldn't check for being world remote it would be sent four times. Whats happening? Code: Debug logs: Thanks
    • March 29, 2020
    • 2 replies
  7. matezz

    1.14.4 Terrain broken

    matezz posted a topic in Modder Support

    Hello I have a problem with my mod, sometimes terrain is getting strange.. is that minecraft issue or i did something wrong? I have no ideas. I don't know what code could i provide so ask for it if needed.
    • March 16, 2020
  8. matezz

    Changing block's texture to another

    matezz replied to matezz's topic in Modder Support

    So no way to make it from code? Cuz i want to make it compatible with blocks from other mods as well
    • March 16, 2020
    • 15 replies
  9. matezz

    Changing block's texture to another

    matezz replied to matezz's topic in Modder Support

    So for example i want to add blockstate stick_block.json but instead doing it in file (so when i want to add 500 blocks with same blockstate and model, but with another texture i dont have to add file for each) i can do it in code and put blockstate json to String. Then just i can replace "texture" json tag with another for each block. And then use that in new blocks registered like i written earlier
    • March 16, 2020
    • 15 replies
  10. matezz

    Changing block's texture to another

    matezz replied to matezz's topic in Modder Support

    I just want to add new blockstate and model WITHOUT creating new file in assets. Only in code, maybe from String
    • March 16, 2020
    • 15 replies
      • 1
      • Confused
  11. matezz

    Changing block's texture to another

    matezz replied to matezz's topic in Modder Support

    So instead of doing for each block new blockstate & model as another file in assets, i want to make it in code.
    • March 16, 2020
    • 15 replies
  12. matezz

    Changing block's texture to another

    matezz replied to matezz's topic in Modder Support

    Hey, got better and easier idea but i need help. How can i put json string as new blockstate and model? public static void register(){ Registry.BLOCK.forEach(block -> { if(block.getDefaultState().isSolid()){ ResourceLocation r = new ResourceLocation("wildnature:"+block.getRegistryName().getNamespace()+"_beams"); } }); } ResourceLocation r is a registry name for new block. Then i need to put like that new blockstate for that with changed data for each block, and model. Where and how can i register them?
    • March 16, 2020
    • 15 replies
  13. matezz

    Changing block's texture to another

    matezz replied to matezz's topic in Modder Support

    so how can i edit these models to set proper texture on it
    • March 9, 2020
    • 15 replies
  14. matezz

    Changing block's texture to another

    matezz replied to matezz's topic in Modder Support

    so how can i change tileEntity texture? I have that block: and i want that after someone will click on it with any block it will get its texture. Like if stone block click, it will get stone texture. So it have to get the stone texture and set "#texture" in that model to it.
    • March 9, 2020
    • 15 replies
  15. matezz

    Changing block's texture to another

    matezz posted a topic in Modder Support

    Hello I want to create block, that after clicking on it with another block (anything, not only one block set), it will bind its texture. Is that possible, and how can i do this if it is?
    • March 8, 2020
    • 15 replies
  16. matezz

    1.14.4 Adding new accesstransformer makes gradle dying

    matezz posted a topic in Modder Support

    Hi there I want to add new accesstransformer to private final TrackingChunkStatusListener field_213040_a; and after doing it in accesstransformer.cfg, my gradle dies and gives me errors that makes no sense or just says that forge is not resolved. As you can see, private final changed to public, but i cannot run it My access transformer: its the last one. Other entries works. Thanks for help
    • February 9, 2020
    • 1 reply
  • All Activity
  • Home
  • matezz
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community