1
1
# Changelog
2
+
2
3
Changelog to track updates for this mod.
3
- Add your changes to Unreleased if you want to commit.
4
- Please write according to [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
4
+ Add your changes to Unreleased if you want to commit.
5
+ Please write according to [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
5
6
6
7
## [ Unreleased]
7
8
8
9
### Added
9
10
10
11
### Changed
11
12
13
+ - Fixed a bug in the URL texture loader
14
+
12
15
### Deprecated
13
16
14
17
### Removed
@@ -20,47 +23,62 @@ Changelog to track updates for this mod.
20
23
## [ 3.6.0-alpha.1] - 2023-03-22
21
24
22
25
### Changed
26
+
23
27
- Port 1.19.4
24
28
25
29
## [ 3.5.0] - 2023-03-19
26
30
27
31
### Changed
32
+
28
33
- Update CrossDataGenerator
29
34
- Changes to rendering processing
30
35
31
36
## [ 3.4.0] - 2023-01-25
32
37
33
38
### Added
39
+
34
40
- Add living tick event
35
41
36
42
## [ 3.3.0] - 2023-01-24
37
43
38
44
### Added
45
+
39
46
- Add new utility class
40
47
41
48
## [ 3.3.0-beta.1] - 2023-01-22
42
49
43
50
### Changed
51
+
44
52
- Port MC1.19.3
45
53
46
54
### Removed
55
+
47
56
- Separated Fabric's built-in OBJ loader ([ Special Model Loader] ( https://github.com/TeamFelnull/SpecialModelLoader ) )
48
57
49
58
### Fixed
59
+
50
60
- Fixed a problem that crashes without notifying when Architecture is not installed (Forge Only)
51
61
52
62
## [ 3.3.0-alpha.1] - 2023-01-18
53
63
54
64
### Changed
65
+
55
66
- Port MC1.19.3
56
67
57
68
### Removed
69
+
58
70
- Separated Fabric's built-in OBJ loader ([ Special Model Loader] ( https://github.com/TeamFelnull/SpecialModelLoader ) )
59
71
60
72
[ Unreleased ] : https://github.com/TeamFelnull/OtyacraftEngine/compare/v3.6.0-alpha.1...HEAD
73
+
61
74
[ 3.6.0-alpha.1 ] : https://github.com/TeamFelnull/OtyacraftEngine/compare/v3.5.0...v3.6.0-alpha.1
75
+
62
76
[ 3.5.0 ] : https://github.com/TeamFelnull/OtyacraftEngine/compare/v3.4.0...v3.5.0
77
+
63
78
[ 3.4.0 ] : https://github.com/TeamFelnull/OtyacraftEngine/compare/v3.3.0...v3.4.0
79
+
64
80
[ 3.3.0 ] : https://github.com/TeamFelnull/OtyacraftEngine/compare/v3.3.0-beta.1...v3.3.0
81
+
65
82
[ 3.3.0-alpha.1 ] : https://github.com/TeamFelnull/OtyacraftEngine/commits/v3.3.0-alpha.1
83
+
66
84
[ 3.3.0-beta.1 ] : https://github.com/TeamFelnull/OtyacraftEngine/compare/v3.3.0-alpha.1...v3.3.0-beta.1
0 commit comments