mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Moved JSON blobs to submodule
This commit is contained in:
@ -47,7 +47,7 @@ class CraftingManager{
|
||||
}
|
||||
|
||||
public function init() : void{
|
||||
$recipes = new Config(\pocketmine\RESOURCE_PATH . "recipes.json", Config::JSON, []);
|
||||
$recipes = new Config(\pocketmine\RESOURCE_PATH . "vanilla" . DIRECTORY_SEPARATOR . "recipes.json", Config::JSON, []);
|
||||
|
||||
foreach($recipes->getAll() as $recipe){
|
||||
switch($recipe["type"]){
|
||||
|
Reference in New Issue
Block a user