Commit aa1729a
committed
fix: correct Stonecutter API usage and BetterHUDGUI preprocessor syntax
- build.gradle: use project.minecraft_version instead of the
non-existent stonecutter.current.version property
- build.gradle: remove stonecutter.chiseled call that used incorrect
task API and caused a configuration-phase crash
- BetterHUDGUI.java: replace invalid //?> with proper //? if block
for the class declaration implements clause
https://claude.ai/code/session_01PHDS24JTjD32guufn2q2sj1 parent 640eb9a commit aa1729a
2 files changed
Lines changed: 6 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | 109 | | |
113 | 110 | | |
114 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments