Need code from honey block

Started by FkSw FREK on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Need code from honey block
Sat, 01/23/2021 - 14:55 (edited)

I'm trying to make a block that has similar properties to the (vanilla) honey block, and I'm not finding what I need in the coding blocks. I don't know how to find or code this myself.

Edited by FkSw FREK on Sat, 01/23/2021 - 14:55
Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You have to change extends…
Sat, 01/23/2021 - 17:13

You have to change

extends Block

for

extends HoneyBlock

 

Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need more info. You've…
Sun, 01/24/2021 - 00:40

I need more info. You've left me more confused.

Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
get in the code. find the…
Tue, 02/09/2021 - 13:56

get in the code.

find the class def.

replace inheritance