added missing receipe cleaned up model names creating W.I.P. wall + typo

This commit is contained in:
2024-04-11 00:05:47 +02:00
parent 74a290fd16
commit 4309310c02
49 changed files with 1444 additions and 60 deletions

View File

@@ -20,8 +20,9 @@ public abstract class UnbakedRetexturedModel implements UnbakedModel {
this.parent = parent;
}
public void setThemeIndex(int theme_index) {
public UnbakedRetexturedModel setThemeIndex(int theme_index) {
this.theme_index = theme_index;
return this;
}
@Override