CraftTweaker

CraftTweaker

151M Downloads

Loot changes not working

Terpo opened this issue · 4 comments

commented

Modlist: http://blog.terpo.org/upload/mc/modlist.txt
Minecraft: 1.10.2
Forge: 1.10.2 - 12.18.1.2011
CraftTweaker: CraftTweaker-1.10.2-3.0.10
ModTweaker: ModTweaker2-2.0.0

I tried to add or remove some items to loot chests but it seems that the command and script function does not work in the current version.

/mt loot give me an error

Adding something to the script file will result in the following error.

ERROR: executing myScript.zs: null

I followed the tutorial here: http://minetweaker3.powerofbytes.com/wiki/Tutorial:Loot

Changing mob loots too, would be awesome :D

commented

As far as I know, vanilla loot tables only allow for customization on a per-world basis. So unfortunately that isn't a viable option for modpack makers.

If this is outside the scope of CraftTweaker though, perhaps the /mt loot command should be removed as it currently throws an error.

commented

It is still a planned feature

commented

Loot isn't implementation in 1.8+, use the vanilla loot tables.

On Aug 6, 2016 3:53 PM, "Terpo" [email protected] wrote:

Modlist: http://blog.terpo.org/upload/mc/modlist.txt
Minecraft: 1.10.2
Forge: 1.10.2 - 12.18.1.2011
CraftTweaker: CraftTweaker-1.10.2-3.0.10
ModTweaker: ModTweaker2-2.0.0

I tried to add or remove some items to loot chests but it seems that the
command and script function does not work in the current version.

/mt loot give me an error

Adding something to the script file will result in the following error.

ERROR: executing myScript.zs: null

I followed the tutorial here: http://minetweaker3.powerofbytes.com/wiki/
Tutorial:Loot

Changing mob loots too, would be awesome :D


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/jaredlll08/CraftTweaker/issues/42, or mute the thread
https://github.com/notifications/unsubscribe-auth/AFS9xS9iA90oEQ2LOJQ8RyDQ1itkHzRIks5qdJHZgaJpZM4JeSJQ
.

commented

Thanks for the tip. I did not read all the vanilla changelog^^.