曹弈辰
曹弈辰
Add an option to Allow players use Creative-mode's computers and robots. Sorry for poor ability in scala, I list all files may need edit. https://github.com/MightyPirates/OpenComputers/blob/af2db43c53b9690fceabfb813987572bf2258db5/src/main/scala/li/cil/oc/common/tileentity/Robot.scala#L707 https://github.com/MightyPirates/OpenComputers/blob/af2db43c53b9690fceabfb813987572bf2258db5/src/main/scala/li/cil/oc/common/tileentity/Case.scala#L121 https://github.com/MightyPirates/OpenComputers/blob/af2db43c53b9690fceabfb813987572bf2258db5/src/main/scala/li/cil/oc/common/block/Case.scala#L94 https://github.com/MightyPirates/OpenComputers/blob/af2db43c53b9690fceabfb813987572bf2258db5/src/main/scala/li/cil/oc/common/EventHandler.scala#L237 (And line...
[//]: # (Lines in this format are considered as comments and will not be displayed.) ### Is your feature request related to a problem? Please describe. [//]: # (A clear...
Same as #35, for better provide as a library
LimboServer instance here is useless. If use this project as a library, remove this is necessary
Is it possible to publish it to maven-center? It will be easy to use, don't need configure token.
If enable both 'detect_ip' and 'strict_bind', 'get_http_client' will use detected ip, it's impossible. If request challenge use 'online_ip' different from login use, srun will report 'expire challenge'. We need send...
> Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://groups.google.com/forum/#!forum/rocksdb or https://www.facebook.com/groups/rocksdb.dev https://github.com/facebook/rocksdb/blob/main/examples/multi_processes_example.cc ### Expected behavior run and exit with...
with this example jar, obfuscate it with config disable all transform ```java package test; public interface Inte { int apply(int a); } ``` ```java package test; public class Abst {...
As normal, newInstance in reflection class should new Instance it self