Morpheus
Morpheus
Note: optimization module/category needs to be reimplemented EDIT: done
**I am currently running** - SpongeForge version: https://github.com/SpongePowered/SpongeForge/commit/272574e5da45bcc0c19e97e71d7dd985d1e158e5 - Plugins/Mods: None **Issue Description** API: ``` /** * Used when a {@link Player} places a block. */ public static final EventContextKey...
Still need to bring back eigen redstone and review if some of the optimizations are still valid.
Part of the Economy API refactor. Fix https://github.com/SpongePowered/SpongeAPI/issues/1501 `EconomyTransactionEvent` is now split between Pre: is fired **BEFORE** the transaction has been processed (it can still fails and is cancellable). Post:...
When creating child commands using custom `CommandCallable`s a different "usage" message is displayed. Code to reproduce: ``` Sponge.getCommandManager().register(this, CommandSpec.builder() .child(new CommandCallable() { @Override public CommandResult process(CommandSource source, String arguments) throws...
The minimal example is based on https://github.com/SpongePowered/sponge-plugin-template/blob/api-8/build.gradle.kts Fix https://github.com/SpongePowered/SpongeDocs/issues/877
This is a question (possibly an enhancement). After https://github.com/SpongePowered/Ore/issues/414 (more recently https://github.com/SpongePowered/Ore/issues/453) I'm seeing @mbax who wants to keep things around until the end of time and @simon816 suggesting a...
get rid of guava checkstate preconditions and use stdlib function