How to make a custom boat? #1887
Replies: 2 comments 6 replies
-
For reference, having a Basically, a boat comes down to two things: the item and its entity, both of which already have classes you could just use. The entity does hold a reference to the item and vice versa, so just know you will need to create both in tandem. For the item:
For the entity:
If you wish to change certain aspects, you can subclass or replace as necessary. You can also follow the codebase within vanilla as nothing is particularly hardcoded for a simple implementation. |
Beta Was this translation helpful? Give feedback.
-
How should I register it in the entity layers? Can you write the code? |
Beta Was this translation helpful? Give feedback.
-
I am making new wood types for Neoforge 1.21.4 but I can't make a boat. Do you have any instructions how?
Beta Was this translation helpful? Give feedback.
All reactions