Im making a custom item... I want to use a preexisting item as its texture but want it to have a custom id how do i go about this
PHP: $item = Item::get(1, 1, 1); // gets stone with a meta of 1$player->getInventory()->addItem($item); // gives player the stone