Initial Config Screen System

This commit is contained in:
2022-07-03 22:29:09 +02:00
parent 9d749fe2ee
commit e6090257aa
15 changed files with 794 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ import java.util.function.Supplier;
* @author HypherionSA
* @date 16/06/2022
*/
class ForgeClientHelper implements LibClientHelper {
public class ForgeClientHelper implements LibClientHelper {
@Override
public CreativeModeTab tabBuilder(String modid, String tabid, Supplier<ItemStack> icon, String backgroundSuf) {