tedo0627 / RedstoneCircuit

This is the PocketMine plugin that implements the Redstone circuit.
GNU General Public License v3.0
84 stars 47 forks source link

bug #114

Closed Cher0325 closed 11 months ago

Cher0325 commented 11 months ago

Error: Could not check compatibility between tedo0627\redstonecircuit\tile\Dispenser::getRealInventory(): tedo0627\redstonecircuit\block\inventory\DispenserInventory and pocketmine\block\tile\ContainerTrait::getRealInventory(): pocketmine\inventory\Inventory, because class tedo0627\redstonecircuit\block\inventory\DispenserInventory is not available File: plugins/RedstoneCircuit-API5/src/tedo0627/redstonecircuit/tile/Dispenser Line: 85 Type: E_COMPILE_ERROR Backtrace:

Code: [76] protected function writeSaveData(CompoundTag $nbt) : void{ [77] $this->saveName($nbt); [78] $this->saveItems($nbt); [79] } [80] [81] public function getInventory() : DispenserInventory{ [82] return $this->inventory; [83] } [84] [85] public function getRealInventory() : DispenserInventory{ [86] return $this->inventory; [87] } [88] [89] public function getDefaultName() : string{ [90] return "Dispenser"; [91] } [92] }

tedo0627 commented 11 months ago

I am not aware of a plugin called "RedstoneCircuit-API5". This repository only supports up to API4.

Cher0325 commented 11 months ago

This is the author jasonw4331 Changed from your plugin

Cher0325 commented 11 months ago

Are you considering upgrading to PM5?

tedo0627 commented 11 months ago

I am thinking about it, but I am busy at the moment and will not be able to proceed with this project for a while Also, please tell this problem to its author, not me

Cher0325 commented 11 months ago

ok i'm sorry to bother you