Sleeping Bag Debuffs don't work
Scamper10 opened this issue ยท 3 comments
Versions:
- Comforts: 0.0.2
- Fabric: 0.11.2 (I think)
Observed Behavior: Sleeping Bag Debuffs are not applied
Expected Behavior: Sleeping Bag Debuffs should be applied on leaving the sleeping bag
Steps to Reproduce:
- Acquire a sleeping bag
- Wait till night or use commands to set the time to night
- Use the sleeping bag
I have attatched two versions of the config, neither of them work (the extention on the computer is json5, they are txt purely for Github).
comforts - Copy.txt
comforts.txt
Sorry, I see that you've edited your post to include the configs a while ago but I don't get notifications for that and I was unaware. Looking at them, I see that you've used spaces instead of semicolons. Please follow the example in the config comments, like this:
"sleepingBagDebuffs"= [
"minecraft:mining_fatigue;5;15",
"minecraft:slowness;30;1",
"minecraft:weakness;60;0"
]
I can confirm that these settings work when I tested them.