added some todos

This commit is contained in:
Adrien1106 2024-03-02 01:57:25 +01:00
parent 9c6e436fe3
commit 13539fd91d

View File

@ -25,7 +25,7 @@ import java.util.function.BiConsumer;
import java.util.stream.Collectors; import java.util.stream.Collectors;
/** /**
* TODO self culling, fix other models, better connected textures * TODO self culling, fix other models, better connected textures, preload items, walking sound, state replacement
*/ */
public class ReFramed implements ModInitializer { public class ReFramed implements ModInitializer {
public static final String MODID = "reframed"; public static final String MODID = "reframed";