tterrag
tterrag
The base64 data I get from calling result seems to be a blank image. I may be doing something wrong but I can't pinpoint it. Here is my current code:...
https://gist.github.com/tterrag1098/d6b100c36d8ae4fcbb96
### The problem Steps to reproduce: - Create an action in an automation or script for a device - Choose an inovelli blue (zigbee) switch - Choose the "issue effect...
Title says it all, you drop below bedrock and you are stuck out of the world on an ArrayOutOfBounds error. Here's the log http://pastebin.com/VH2SkLs9
`ListenerList#forceRebuild` simply sets a boolean to true, and relies on the next event post to do the actual cleanup: https://github.com/MinecraftForge/EventBus/blob/master/src/main/java/net/minecraftforge/eventbus/ListenerList.java#L223-L231 This means that if unregister is called and the event...
Could it be FernFlower causing this bug? https://github.com/MinecraftForge/MinecraftForge/issues/2321 The `(int)` cast needs to be applied to the entire `p_181663_1_ * 127` expression, but the parentheses are left out so that...
Such as Item.Properties and Biome.Builder. These currently have no "copy factory" like Block.Properties.from. It would be useful.
## What happened? Running the revapi task does not report certain changes, because the minSeverity config is set to BREAKING. ## What did you want to happen? I want to...