11 Commits

Author SHA1 Message Date
a610bcf3ca
feat: Burning
Added Burning state so player will be burning even after he is out of
lava. Also added texture for fire that is added on top of steve texture
2025-03-17 13:24:11 +01:00
391cda0550
test(annotations): New tests for annotations
Added some new test for annotations @AutoTransient and @ThreadProvider.
These tests ensure that @AutoTransient is only used on transient fields
and @ThreadProvider is used on class that extend Thread.
2025-03-16 21:02:03 +01:00
53a3ae43f3
test(annotations): New @RequireAnnotation
New annotation @RequireAnnotation can be used on annotations so that all
classes with that specific annotation must also have another annotation.
If this is not true, test will not pass. This annotation takes array of
annotations.
2025-03-16 20:37:24 +01:00
9aa08dd685
refactor: Rewritten smelting using annotations 2025-03-13 23:12:18 +01:00
59f0a70ea9
feat: Implemented grass bush 2025-03-08 18:14:28 +01:00
70c77cb5fb
test: Added some tests for annotations 2025-03-08 12:50:38 +01:00
e9f753da3d
feat: Added some new annotations 2025-03-08 12:13:00 +01:00
ee12ccb6d7
lint: Linting and formatting 2025-03-07 11:36:43 +01:00
05e76bd0d0
fix: Small bugfix 2025-03-07 10:03:51 +01:00
bb4e7423e3
test: Added some more tests 2025-03-02 21:17:11 +01:00
fed35d3a02
test: Added some tests 2025-03-02 20:52:01 +01:00