Jump to content

peanutexexe

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by peanutexexe

  1. I need PacketBuffer but 1.17.1 is PacketBuffer.class is none. if PacketBuffer substitute is 1.17.1 ?
  2. I make now gun mod but I adding key binding (my English is very row) this is my github page: https://github.com/peanut-exe/PMW/tree/main I doing 1.15.2 code but error(don't doing)
  3. Thank you is very good github file
  4. My English is very bad i want item lore but 1.16.3 first thank
  5. Yes 1.15.2 has old and 1.16.3 is error but I want not basic gui on crafting table or ...
  6. My computer power line is has my mom But I remember block code # = tab package •••; import •••; public class RegistryHandler { #public static final DeferredRegister<Block> BLOCKS = DeferredRegister.create(ForgeRegistries.BLOCKS, •••.MOD_ID) #public static void init() { ##ITEMS.register(FMLJavaModLoadingContext.get().getModEventBus()); #} #public static final RegistryObject<Block> crucible = BLOCKS.registry( ##”crucible”, () -> new Block( ###Block.Properties ####.create(Material.Iron) ####. hardnessAndResistance(5.0f, 6.0f) + .sound(SoundType.STONE) + .harvestLevel(1) + .harvestTool(ToolType.PICKAXE) here It's a cell phone that posts comments. sorry um... forge 1.16.3 is [(“ItemName”, ItemName::new)] is starting error
  7. hi I'm korean. I'm not good at English I want block click on custom gui I'm beginner I running a translator now Now I want gui is crucible First thank you
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.