Mithi83
Mithi83
Just for clarity: These fixes are for the main branch (1.21) and consist of two commits. What exactly did you try? Did you take both commits? Did you use 1.21...
In the end you receive a certain state from the caller (Forge, Fabric or NeoForge) and based on that state you change things incrementally. You receive the `RenderLevelStageEvent event` as...
I've played around with P2P Light a bit (in 1.20.1 and 1.21 both the same behavior), here is what I've found: 1. Create a P2P Light setup (Glowstone directly in...
I played around some more (1.21 only) with some debug printing and found some interesting and unintuitive behavior. When loading the level at some point very early blockLight is called...
You are correct, gifts are currently not implemented. I've played around with it a bit and got it to work. Lesson learned in this bug: Writing the correct JSON by...
Processing Pattern Encoder: Set amount doesn't work if pick block is not the default of middle click
https://github.com/AppliedEnergistics/Applied-Energistics-2/blob/main/src/main/java/appeng/client/gui/me/items/PatternEncodingTermScreen.java#L99 Seems to be the relevant code here. This `if (this.minecraft.options.keyPickItem.matchesMouse(btn))` sounds like it will only ever work if you have a keybind for pick block that is a mouse...
 Creative ME Storage Cells have a similar feature already. Is that what you have in mind?
After a bit of testing and looking at the code: Naming is done on the machine side of things, not the pattern provider side. What works is naming an interface...
I‘ll doublecheck the block interface tomorrow, but I‘m pretty sure it was not the same as the part variant of the interface.
I said nothing about Molecular Assemblers, just about Interfaces, more specifically about Interfaces in the part variant (i.e. the flat version, not the full block version). Molecular Assemblers might fall...