{}

Build your resume with HTML & CSS and win $100

Get featured on Programiz PRO and the Wall of Inspiration.

Build your resume with HTML & CSS and win $100

Join Challenge →
Join Challenge →

Build your resume with HTML & CSS and win $100

Get featured on Programiz PRO and the Wall of Inspiration.

Build your resume with HTML & CSS and win $100

Join Challenge →
Join Challenge →
run-icon
Main.java
// Online Java Compiler // Use this editor to write, compile and run your Java code online src/main/java/.../item/GunItem.java public class ModItems { public static final DeferredRegister<Item> ITEMS = DeferredRegister.create(ForgeRegistries.ITEMS,YourMod.MODID); public static final RegistryObject<Item> AK47 = ITEMS.register( "ak47" ( ) -> new GunItem( new Items=.Properties().stacksTo(1), 6, // урон 4, // скорострельность ) ) ); }
Output