Yannick Schinko
Yannick Schinko
It would be very nice to be able to create a small caps font (variant) from a font that doesn't have one. Feature request posted here as suggested by @u-fischer.
When running the generate_step2 process the loop is only executed once. ``` impulse process generate_step2 { /scoreboard players set Counter BM_Variables 0 while: /scoreboad players test Counter BM_Variables 0 5...
Add a keyword `clickable` to the `process` modifiers. (Also `unclickable` if `clickable` is implicit) This add a sign to the process that will start the process by setting the `auto`-NBT-Tag...
When an inline process gets called like this: `iprocess()` the commands contain the notify logic, which is needed when doing the same for remote processes. Will elaborate if needed.
Having simple comaprisons in conditions would be amazing! Something like this: `if: selector1 score1 =` -> `0 *` `>` -> `1 *` `==` -> `0 0` `!=` use the `==`...
The normal jar on the maven is deobfuscated, causing all kinds of problems when used in a dev env with a different mapping! I suggest adding ```Groovy jar { //...
Alright, so it took me a bit of messing around to figure this one out. In all honesty, I'm not sure how sensical this change is, but it does fix...
### What feature do you want to see added? It's quite common for servers to have their query port on the same port as their query port (assuming the latter...
### Suggestion As briefly discussed in the Discord, I'm bringing this here. Essentially the issue is that if you want to have a recipe with a few variations (like have...
### Server Implementation Paper ### Server Version 1.21 ### Describe the bug When undoing an action that overlapped the source region (like a `//move 1`) and then trying to undo...