added carrot stack

This commit is contained in:
Jottyfan
2026-01-01 22:18:32 +01:00
parent 0c43c116ee
commit 410f2fed12
8 changed files with 39 additions and 1 deletions

View File

@@ -46,8 +46,8 @@ public class QuicklyItems {
public static final Item MAGNIFIER = registerItem("magnifier");
public static final Item SALPETER = registerItem("salpeter");
public static final Item SULFOR = registerItem("sulfor");
public static final Item CARROTSTACK = registerItem("carrotstack");
// TODO: carrot stack
// TODO: tools
public static final Item ARMOR_TURQUOISE_BOOTS = registerItem("turquoise_boots", ArmorType.BOOTS);
@@ -85,6 +85,7 @@ public class QuicklyItems {
item.accept(COTTON);
item.accept(COTTONSEED);
item.accept(ROTTENFLESHSTRIPES);
item.accept(CARROTSTACK);
item.accept(CANOLA);
item.accept(CANOLASEED);
item.accept(CANOLABOTTLE);