Begin Hay Bale Removal

This commit is contained in:
2026-05-13 18:47:17 -04:00
parent 790d257725
commit 415dcdf7b7
16 changed files with 5 additions and 67 deletions
@@ -332,7 +332,6 @@ void Tutorial::staticCtor()
s_completableTasks.push_back( e_Tutorial_Hint_Hopper );
s_completableTasks.push_back( e_Tutorial_Hint_Comparator );
s_completableTasks.push_back( e_Tutorial_Hint_ChestTrap );
s_completableTasks.push_back( e_Tutorial_Hint_HayBlock );
s_completableTasks.push_back( e_Tutorial_Hint_ClayHardened );
s_completableTasks.push_back( e_Tutorial_Hint_ClayHardenedColored );
s_completableTasks.push_back( e_Tutorial_Hint_CoalBlock );
@@ -785,9 +784,6 @@ Tutorial::Tutorial(int iPad, bool isFullTutorial /*= false*/) : m_iPad( iPad )
int trappedChestItems[] = {Tile::chest_trap_Id};
if(!isHintCompleted(e_Tutorial_Hint_ChestTrap)) addHint(e_Tutorial_State_Gameplay, new LookAtTileHint(e_Tutorial_Hint_ChestTrap, this, trappedChestItems, 1 ) );
int hayBlockItems[] = {Tile::hayBlock_Id};
if(!isHintCompleted(e_Tutorial_Hint_HayBlock)) addHint(e_Tutorial_State_Gameplay, new LookAtTileHint(e_Tutorial_Hint_HayBlock, this, hayBlockItems, 1 ) );
int coalBlockItems[] = {Tile::coalBlock_Id};
if(!isHintCompleted(e_Tutorial_Hint_CoalBlock)) addHint(e_Tutorial_State_Gameplay, new LookAtTileHint(e_Tutorial_Hint_CoalBlock, this, coalBlockItems, 1 ) );
@@ -309,7 +309,6 @@ enum eTutorial_Hint
e_Tutorial_Hint_Hopper,
e_Tutorial_Hint_Comparator,
e_Tutorial_Hint_ChestTrap,
e_Tutorial_Hint_HayBlock,
e_Tutorial_Hint_ClayHardened,
e_Tutorial_Hint_ClayHardenedColored,
e_Tutorial_Hint_CoalBlock,
@@ -157,7 +157,6 @@ void IUIScene_CreativeMenu::staticCtor()
ITEM(Item::sign_Id)
ITEM(Tile::bookshelf_Id)
ITEM(Item::flowerPot_Id)
ITEM(Tile::hayBlock_Id)
ITEM_AUX(Tile::wool_Id,14) // Red
ITEM_AUX(Tile::wool_Id,1) // Orange
ITEM_AUX(Tile::wool_Id,4) // Yellow
-1
View File
@@ -3404,7 +3404,6 @@ void Minecraft::tick(bool bFirst, bool bUpdateTextures)
case Item::wheat_Id:
case Item::sugar_Id:
case Item::bread_Id:
case Tile::hayBlock_Id:
case Item::apple_Id:
heldItemIsFood = true;
break;
File diff suppressed because one or more lines are too long
-2
View File
@@ -405,7 +405,6 @@
#define IDS_DESC_HALFSLAB 403
#define IDS_DESC_HARDENED_CLAY 404
#define IDS_DESC_HATCHET 405
#define IDS_DESC_HAY 406
#define IDS_DESC_HELL_ROCK 407
#define IDS_DESC_HELL_SAND 408
#define IDS_DESC_HELMET 409
@@ -1554,7 +1553,6 @@
#define IDS_TILE_GRASS 1552
#define IDS_TILE_GRAVEL 1553
#define IDS_TILE_HARDENED_CLAY 1554
#define IDS_TILE_HAY 1555
#define IDS_TILE_HELL_ROCK 1556
#define IDS_TILE_HELL_SAND 1557
#define IDS_TILE_HOPPER 1558
@@ -463,7 +463,6 @@
#define IDS_DESC_ACTIVATOR_RAIL 457
#define IDS_DESC_DROPPER 458
#define IDS_DESC_STAINED_CLAY 459
#define IDS_DESC_HAY 460
#define IDS_DESC_HARDENED_CLAY 461
#define IDS_DESC_STAINED_GLASS 462
#define IDS_DESC_STAINED_GLASS_PANE 463
@@ -954,7 +953,6 @@
#define IDS_TILE_ACTIVATOR_RAIL 948
#define IDS_TILE_DROPPER 949
#define IDS_TILE_STAINED_CLAY 950
#define IDS_TILE_HAY 951
#define IDS_TILE_HARDENED_CLAY 952
#define IDS_TILE_COAL 953
#define IDS_TILE_STAINED_CLAY_BLACK 954