mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
* Finish rocket launcher block
This commit is contained in:
@@ -699,7 +699,7 @@ void Tile::initTiles()
|
||||
->setDescriptionId("cryingObsidian");
|
||||
|
||||
// Jolly
|
||||
Tile::rocketLauncher = (new RocketLauncherTile(TILE_ROCKET_LAUNCHER, 16*14+2))
|
||||
Tile::rocketLauncher = (new RocketLauncherTile(TILE_ROCKET_LAUNCHER))
|
||||
->init()
|
||||
->setSoundType(Tile::SOUND_STONE)
|
||||
->setDescriptionId("rocketLauncher");
|
||||
|
||||
Reference in New Issue
Block a user