Some subitem cleanup
Still lots left to do. This will help prepare for The Flattening.
This commit is contained in:
parent
65b89795bc
commit
c03af41c88
15 changed files with 210 additions and 281 deletions
|
@ -36,5 +36,7 @@ public interface IMeshProvider {
|
|||
* @return - The custom ResourceLocation
|
||||
*/
|
||||
@Nullable
|
||||
ResourceLocation getCustomLocation();
|
||||
default ResourceLocation getCustomLocation() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue