Help with custom sugar cane!

Started by BobbleBunny on

Topic category: Help with modding (Java Edition)

Last seen on 06:00, 22. Nov 2018
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with custom sugar cane!

I am sort of new to Mcreator and I was wondering if someone could help me with this sugar cane problem. I am making a custom type of sugar cane but what I want is for there to be an item texture in your inventory and a plant texture when you place it on the ground like the in game sugar cane. I'm not sure if the answer is obvious or not but help would be appreciated.

Last seen on 18:03, 5. Dec 2021
Joined Oct 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So if I'm reading this…
Sun, 11/18/2018 - 18:36

So if I'm reading this question correctly, my answer is you need to create the item, then have it place a schematic of the sugar cane block and make it consume the item with it. That's my best option (Sorry if this is the wrong answer) 

Last seen on 06:00, 22. Nov 2018
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you for the response :…
Mon, 11/19/2018 - 07:45

Thank you for the response :) How do I create a schematic of the block? Is there a certain way, or am I missing something? Thanks for the help.

Last seen on 14:43, 2. Aug 2022
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Theres a simpler way just…
Wed, 11/21/2018 - 21:12

Theres a simpler way just make a block and a item and bind a procedure so when block right clicked place ''[Block]'' at ~ ~1 ~

Last seen on 20:36, 15. Dec 2019
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
First you need to add a…
Thu, 11/22/2018 - 01:04
First you need to add a texture for the item in MCreator.
Then go to: C: \ Pylo \ MCreator181 \ user \ json \ models \ item
Find the name of the texture of the item and open it (you should use a program like Notepad ++ for example)
Then edit the part that says '' layer0 '':
{
    "parent": "item / generated",
    "textures": {
        "layer0": "blocks / NAMEOFYOURBLOCK"
    }
}
I hope it works as it worked for me.
Last seen on 11:14, 19. Nov 2023
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
hi im kinda new aswell, I…
Fri, 04/26/2019 - 20:46

hi im kinda new aswell, I was wondering how to get the sugar cane ITEM texture, I have the block texture (reeds) but is there a item texture? and if so please tell me the name, thanks!

Last seen on 11:14, 19. Nov 2023
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I should also mention, I do…
Fri, 04/26/2019 - 20:48

I should also mention, I do know how to code all the rest of the stuff, I just cant find the item texture.