Update README.md

This commit is contained in:
Blocky 2024-05-06 16:37:41 -06:00 committed by GitHub
parent d124b328b7
commit 65528cf755
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,11 +20,10 @@ Put the custom classes you write that aren't entities in here.
Put your custom entity classes in here
> ExampleEntity.java
*Template for custom entities*
```
** ExampleEntity.java **
Template for custom entities
> ExampleEntity(Position pos)
Builds the entity
```