Update README.md

This commit is contained in:
Blocky 2024-05-06 16:35:31 -06:00 committed by GitHub
parent 13a39fa76c
commit d124b328b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,3 +23,8 @@ Put your custom entity classes in here
> ExampleEntity.java
*Template for custom entities*
```
> ExampleEntity(Position pos)
Builds the entity
```