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
  • Umpaz

Umpaz

Members
 View Profile  See their activity
  • Content Count

    21
  • Joined

    August 10, 2019
  • Last visited

    February 16

Community Reputation

0 Neutral

About Umpaz

  • Rank
    Tree Puncher

Recent Profile Visitors

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

  1. Umpaz

    Replacing other mod's resources

    Umpaz posted a topic in Modder Support

    In a project I'm working on I'm trying to replace some data and assets from another mod. The data (recipe) replacement worked just fine but the assets seem to not take effect. I know replacing stuff from other mods is frowned upon but this is a small private project so don't worry about compatibility.
    • December 20, 2020
  2. Umpaz

    Make a block drop XP

    Umpaz replied to Umpaz's topic in Modder Support

    Where would I find that?
    • June 9, 2020
    • 3 replies
  3. Umpaz

    Make a block drop XP

    Umpaz posted a topic in Modder Support

    I know this is probably pretty simple but how do I get a block to drop xp? I'm making a duplicate nether quartz ore and want the same xp dropping properties to be added to it
    • June 9, 2020
    • 3 replies
  4. Umpaz

    Custom Beehives?

    Umpaz replied to Umpaz's topic in Modder Support

    oh yikes
    • June 7, 2020
    • 5 replies
  5. Umpaz

    Custom Beehives?

    Umpaz replied to Umpaz's topic in Modder Support

    So the block is a beehive block and has 5 honey value levels, but bees wont fly into it. Is that a seperate tag?
    • June 7, 2020
    • 5 replies
  6. Umpaz

    Custom Pillar Block Not Working

    Umpaz replied to Umpaz's topic in Modder Support

    I'm using the same blockstate as the vanilla quartz pillar. I copied and pasted on purpose to make sure nothing should have gone wrong.
    • June 7, 2020
    • 9 replies
  7. Umpaz

    Custom Pillar Block Not Working

    Umpaz replied to Umpaz's topic in Modder Support

    https://gist.github.com/Umpaz/190cb29ec7bd3d624e156072bafb0410. Sorry about that
    • June 7, 2020
    • 9 replies
  8. Umpaz

    Custom Pillar Block Not Working

    Umpaz replied to Umpaz's topic in Modder Support

    I changed it for the model and blockstate. Still shows up textureless.
    • June 7, 2020
    • 9 replies
  9. Umpaz

    Custom Pillar Block Not Working

    Umpaz posted a topic in Modder Support

    I'm trying to add Rose Quartz to the game. When I do the pillar the block shows up in game but with no textures. This is what I have in BlockInit @SubscribeEvent public static void registerBlocks(final RegistryEvent.Register<Block> event) { event.getRegistry().register(new Block(Properties.from(Blocks.QUARTZ_PILLAR)).setRegistryName("rose_quartz_pillar_block")); } My Blockstate { "variants": { "axis=y": { "model": "block/rose_quartz_pillar_block" }, "axis=z": { "model": "block/rose_quartz_pillar_block", "x": 90 }, "axis=x": { "model": "block/rose_quartz_pillar_block", "x": 90, "y": 90 }, } } And my model { "parent": "block/cube_column", "textures": { "end": "block/rose_quartz_pillar_top", "side": "block/rose_quartz_pillar" } } Any idea what I'm doing wrong?
    • June 7, 2020
    • 9 replies
  10. Umpaz

    Custom Beehives?

    Umpaz posted a topic in Modder Support

    I'm trying to create a custom beehive but I'm new to coding. Is there just a class I need to invoke, or is it a by block basis?
    • June 6, 2020
    • 5 replies
  11. Umpaz

    Source Not Found!

    Umpaz posted a topic in Modder Support

    I'm trying to learn more about coding and to get some bases down I downloaded some mods from curseforge. When I try to load them into eclipse and view anything but assets it gives me the error source not found. Is there some kind of decompile I have to do to view the code?
    • June 6, 2020
    • 2 replies
  12. Umpaz

    1.14.4 Custom Material Color

    Umpaz posted a topic in Modder Support

    I'm looking to make a new material color folder so I can have a ceartin color show up on maps for my new blocks.
    • August 12, 2019
  13. Umpaz

    1.14.4 Vanilla Files

    Umpaz replied to Umpaz's topic in Modder Support

    Thank you
    • August 12, 2019
    • 2 replies
  14. Umpaz

    1.14.4 Vanilla Files

    Umpaz posted a topic in Modder Support

    I installed forge mdk and I can't seem to find minecrafts vanilla folders. I am looking for the properties like hardness and blast resistance of certain blocks.
    • August 12, 2019
    • 2 replies
  15. Umpaz

    1.14.4 Crafting Recipes

    Umpaz replied to Umpaz's topic in Modder Support

    Thanks very much!
    • August 10, 2019
    • 4 replies
  • All Activity
  • Home
  • Umpaz
  • Theme

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