Need code from honey block

Started by FkSw FREK on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Jun 2020
Points:
682

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
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
Active 35 minutes ago
Joined Aug 2016
Points:
3277

User statistics:

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

You have to change

extends Block

for

extends HoneyBlock

 

Active 3 years ago
Joined Jun 2020
Points:
682

User statistics:

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

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

Active 2 years ago
Joined Mar 2020
Points:
858

User statistics:

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

get in the code.

find the class def.

replace inheritance