Compare commits
2 Commits
09cc2ceee4
...
6452eacb34
| Author | SHA1 | Date | |
|---|---|---|---|
| 6452eacb34 | |||
| 47cab7d66b |
@@ -1020,5 +1020,5 @@ desc.netherbrickitem=Used to form blocks of Nether bricks.
|
||||
desc.netherquartz=Quartz from the Nether, used to create Blocks of Quartz.
|
||||
desc.quartzblock=Decorative block, used to create other kinds of Quartz blocks.
|
||||
desc.stonecutter=For crafting stoneblocks.
|
||||
desc.seedsmelon=Allows for more melons.
|
||||
desc.seeds_melon=Allows for more melons.
|
||||
desc.tile.melon=Can be cut up and eaten.
|
||||
|
||||
@@ -965,5 +965,5 @@ desc.netherbrickitem=Used to form blocks of Nether bricks.
|
||||
desc.netherquartz=Quartz from the Nether, used to create Blocks of Quartz.
|
||||
desc.quartzblock=Decorative block, used to create other kinds of Quartz blocks.
|
||||
desc.stonecutter=For crafting stoneblocks.
|
||||
desc.seedsmelon=Allows for more melons.
|
||||
desc.seeds_melon=Allows for more melons.
|
||||
desc.tile.melon=Can be cut up and eaten.
|
||||
|
||||
@@ -274,7 +274,7 @@ void Item::initItems() {
|
||||
//Item::diode = (new TilePlanterItem(100, Tile::diode_off))->setIcon(6, 5)->setCategory(ItemCategory::Mechanisms)->setDescriptionId("diode");
|
||||
Item::shears = (ShearsItem*)(new ShearsItem(103))->setIcon(13, 5)->setCategory(ItemCategory::Tools)->setDescriptionId("shears");
|
||||
Item::melon = (new FoodItem(104, 2, false))->setIcon(13, 6)->setCategory(ItemCategory::FoodArmor)->setDescriptionId("melon");
|
||||
Item::seeds_melon = (new SeedItem(106, Tile::melonStem->id, Tile::farmland->id))->setIcon(14, 3)->setCategory(ItemCategory::FoodArmor)->setDescriptionId("seedsMelon");
|
||||
Item::seeds_melon = (new SeedItem(106, Tile::melonStem->id, Tile::farmland->id))->setIcon(14, 3)->setCategory(ItemCategory::FoodArmor)->setDescriptionId("seeds_melon");
|
||||
Item::beef_raw = (new FoodItem(107, 3, /*FoodConstants.FOOD_SATURATION_LOW,*/ true))->setIcon(9, 6)->setCategory(ItemCategory::FoodArmor)->setDescriptionId("beefRaw");
|
||||
Item::beef_cooked = (new FoodItem(108, 8, /*FoodConstants.FOOD_SATURATION_GOOD,*/ true))->setIcon(10, 6)->setCategory(ItemCategory::FoodArmor)->setDescriptionId("beefCooked");
|
||||
Item::chicken_raw = (new FoodItem(109, 2, /*FoodConstants.FOOD_SATURATION_LOW,*/ true))->setIcon(9, 7)->setCategory(ItemCategory::FoodArmor)->setDescriptionId("chickenRaw");
|
||||
|
||||
Reference in New Issue
Block a user