Items
Create Custom Items to use around the world
Imports
import dev.xdpxi.xdlib.api.v3.Register;
import net.minecraft.item.Item;Custom Items
test_item = Register.registerItem(
new Item(new Item.Settings()),
"test_item",
MOD_ID
);Last updated