Comforts (Fabric/Forge/Quilt)

Comforts (Fabric/Forge/Quilt)

125M Downloads

Sleeping Bag Debuffs don't work

Scamper10 opened this issue ยท 3 comments

commented

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:

  1. Acquire a sleeping bag
  2. Wait till night or use commands to set the time to night
  3. 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

commented

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.

commented

Read the wiki, tried the EXACT format and STILL nothing works.

commented

Please follow the bug report template.

Since you mentioned Mod Menu, I assume you're on Fabric? Note the wiki is for Forge, the Fabric format is the one in the configuration comments. Please share your configuration setting so I can check it for errors.