ginsm
ginsm
Hmm, I was experiencing the same issue on CentOS 8. I simply changed [L34](https://github.com/MinecraftServerControl/mscs/blob/f1125fb64b32ff783cdc0d0ca831fcf7fdbc366f/mscs#L34) of `mscs` to `sudo "PATH=$PATH" -u $USER_NAME -H /usr/local/bin/msctl $MSCS_ARGS` and it seems to be working...
In terms of the first issue, I was able to get it to work by first starting the egg with the jar set as `minecraft-server.jar`, accepting the EULA, and then...
Any update on this? 🤔 I use the `Modpacks` tag/category but as Kairu said, users are still able to update the modpack dependencies freely which means they become out of...
Having the same issue. Have either of you figured this out? 🤔
There's a config file (`notreepunching.toml`), at least for Fabric 1.20.1-7.1.0, that allows you to change this behavior. Set `doInstantBreakBlocksDropWithoutCorrectTool` to `true` and the flowers will drop their items again. EDIT:...
Huh. Perhaps it's an issue with how I have LotusDocs/Hugo set up then? Since it wasn't working for me when I ran that example. :thinking:
In terms of blacklisting a dimension, an easy way to find out the names of the dimensions you have installed is to type `/execute in ` and auto complete should...
I've managed to find a way to confirm saving the pose (at least on 1.20.1).. press `tab` until none of the buttons are selected and then press `enter`.
You can fix this via a datapack by changing the cooking pot recipe ([forge](https://github.com/vectorwing/FarmersDelight/blob/1.19/src/generated/resources/data/farmersdelight/recipes/cooking_pot.json), [fabric](https://github.com/MehVahdJukaar/FarmersDelight/blob/1.20/src/generated/resources/data/farmersdelight/recipes/cooking_pot.json)). I changed it to a stick personally. I'll attach the one I created to this...
No problem! But I didn't realize that the stove couldn't be crafted either so that datapack only works for the cooking pot. Here's the updated one including the stove: [NTP_FD_Compat.zip](https://github.com/user-attachments/files/15920254/NTP_FD_Compat.zip)...