Instruction method requires `MachineImpl` instead of `Machine` interface
slava110 opened this issue ยท 0 comments
Hi. I'm making custom 1.20.1 mod which will have a computer capable of executing TIS-3D code. For that mod I've created custom Machine
interface implementation. However, I cannot use it as an argument of instruction method here
Would be cool if it would accept
Machine
instead of MachineImpl