Random Mob Sizes

Random Mob Sizes

114k Downloads

[Bug]: No loot when "scale_loot": false, for generic setting

Closed this issue · 3 comments

commented

What happened?

No mobs drop loot when scale loot is off. This is my config setup:

config.json
{
	"default_scaling": {
		"type": "gaussian",
		"min_scaling": 0.6,
		"max_scaling": 1.2,
		"close_to_original": true,
		"scale_loot": false,
		"scale_xp": false,
		"scale_health": "none",
		"scale_damage": "none",
		"scale_speed": "none"
	},
	"include_list": [
		"minecraft:*"
	],
	"exclude_list": [
		"minecraft:shulker",
		"minecraft:wither"
	],
	"keep_scaling_on_conversion": true,
	"scaling_overrides": {}
}

Minecraft Version

1.21

Modversion

2.2.0

Modloader

Fabric

Additional context

No response

Before submitting

  • I tested that the problem is caused by this mod (the bug does not happen when removing this mod)
  • I checked that there are no similar posts (open or closed) related to the this problem
commented

Thank you for reporting.
I will have a look into this.

commented

error confirmed, seems to affect all active branches/versions
tracker on which branches this has been fixed:

  • 1.21
  • 1.20.6
  • 1.20.4
  • 1.20.1
  • 1.19.4
  • 1.18.2
commented

should be fixed in all major versions