Jump to content

Guru

Members
  • Posts

    64
  • Joined

  • Last visited

Posts posted by Guru

  1. 5 hours ago, diesieben07 said:

    Also, change your Mod ID. "aku" is too short and not unique. Do not use abbreviations.

    Then Forge is not a usable product if I can not update my mod.

     

    Aku - Mods - Minecraft - CurseForge

     

    There is something wrong with forge now.

     

    My mod is broken.

     

     

    How is my mod name not unique when you didn't know that an Aku is a power block and there are three kinds with a spinner?

     

    Your logic is broken, either that or there is something wrong with you.

  2. Explain to me how a sphere has shrank in stack size and logically how there is one less.

     

    Go look at the dictionary definition of sphere, then voxel.

     

    Shrink does not reduce the item number of a stack of spheres, it is logically a stack of spheres if it had to do with an item stack that way.

     

    You can't have both codes. It only does one thing or the other when logically it should do both.

    You are overriding when something executing something a billion times per second hit's the ground.

    Then most likely you failed.

  3. 5 hours ago, diesieben07 said:

    What are you talking about?!

    You can not override ActionResult<ItemStack> by right clicking an item as a useable object if it is a sphere for example.

    The stack of spheres does not Shrink although reducing in number staying the same size or something.

    Logically what is the error is the word shrink.

     

    The word shrink is doing nothing and something is causing the item number to reduce rather than it being Forge or Minecraft.

    This is caused by the way code can not come from Forge and be applied directly to the game anymore, because you can not use the same reference that way and have your information apply the same way when looking at the library of code.

     

     

    You can not override the onImpact method that way.

     

    If you make an entity based on a throwable object that is a firework item. Then logically it is thrown left or right handed.

    While logically it does hit the ground for example.

     

    This item can have sounds executed at it. Which also there is the ender pearl, that would then change how your entities updated correctly in comparison that way.

     

     

    This also effecting ExpandXYZ, which was replaced by the word growth implying that all code having to do with expanding in anyway logically goes to a higher number. Which also being an error, because you can no longer do the same thing logically to lower the number.

  4. If I change this here:

    {
        "parent": "block/cube_all",
        "textures": {
            "all": "aku:blocks/alien_blue"
        }
    }

     

    Into this right here:

    {
        "parent": "block/cube_all",
        "textures": {
            "all": "aku:blocks/gold_block"
        }
    }

     

     

    Then it changes the block the player is holding into a gold block, but whenever it is placed or set on the ground then it doesn't render the texture.

     

    What do I need to do?

  5. I am returning the model of alien_blue block here for the item:

     

    {
        "parent": "aku:block/alien_blue"
    }

     

     

    The block can be seen in the players hand, originating from the block itself. When the item, that comes from the existence of setting the object into the world though that way is held in the players right hand and the object is placed. The object then has no texture.

     

    If the object had no texture when it was placed then it would have no texture as an item. The parent of of the item model is the block itself.

     

    Therefor the block exists whenever you set it, but it doesn't have a texture.

     

    This isn't making any sense.

  6. I have questioned similar things for years as to how to know when a player is pressing the q key.

     

    A tossed thing is an object. A thrown thing could be anything such as a rock that way or a flying projectile.

     

    if this.objectIsTossed

    if this.objectIsThrown

     

    Both are pretty good though, for sure. But, yeah.

  7. My src using 1.16.4 version of forge:

     

    https://www.dropbox.com/s/3ju9y015x81syhk/examplemodsrc.zip?dl=0

     

    If anyone is able to help me solve this issue.

     

    I was also able to name both items and blocks with the lang file. So I got somewhere, but my block has no texture.

     

    Figuring that the above could be an issue, I only registered the blue block and an item instead of both blocks and the item.

  8. My blocks can be seen as an item held in the player's hand.

     

    However, the problem I'm having is when I right click the block, even though I had a model for my block and item versions of the block, the one set does not render a texture:

    spacer.png

     

     

    Is this still correct for the blockstate?

    {
        "forge_marker": 1,
        "variants": {
            "normal": {
                "model": "aku:aku"
            }
        }
    }

     

     

    Second question being what changes if any should be made to my .pngs? I had to change the names to lowercase names from 1.10.2 to go to 1.11.2.

  9. 59 minutes ago, diesieben07 said:

    runData runs data generation. Use runClient to start the client and runServer to start a server.

    Clicking the little arrow thing next to it and clicking runClient does work.

     

    It launched and does work.

    Now I know if I put a src in then that is most certainly what is wrong with my code instead of something questionable.

     

    That and putting my src in should provide suggestions or if I would like to create a brand new mod somehow or another.

     

    This is possibly good.

  10. I changed the thing and pointed it to the jdk, did this:

     

     

    I still am not getting anything when I click run then click the Run runData button.

     

    Quote

    [05:31:40] [main/DEBUG] [ne.mi.fm.ja.FMLModContainer/LOADING]: Firing event for modid forge : net.minecraftforge.fml.event.lifecycle.GatherDataEvent@42c7781a
    [05:31:41] [main/DEBUG] [ne.mi.fm.ja.FMLModContainer/LOADING]: Fired event for modid forge : net.minecraftforge.fml.event.lifecycle.GatherDataEvent@42c7781a
    [05:31:41] [main/DEBUG] [ne.mi.fm.ja.FMLModContainer/LOADING]: Firing event for modid examplemod : net.minecraftforge.fml.event.lifecycle.GatherDataEvent@5c44bce3
    [05:31:41] [main/DEBUG] [ne.mi.fm.ja.FMLModContainer/LOADING]: Fired event for modid examplemod : net.minecraftforge.fml.event.lifecycle.GatherDataEvent@5c44bce3
    [05:31:41] [main/INFO] [minecraft/DataGenerator]: All providers took: 0 ms
     

     

×
×
  • Create New...

Important Information

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