The command: /mt loot
belathus opened this issue · 12 comments
While I believe that the help command doesn't list /mt loot, but it'd be nice to be able to get a log of all of the loot containers. Right now, this command simply returns an error.
Mc version?
…On Nov 30, 2016 9:09 PM, "Andrew Sage" ***@***.***> wrote:
While I believe that the help command doesn't list /mt loot, but it'd be
nice to be able to get a log of all of the loot containers. Right now, this
command simply returns an error.
—
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/104>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AFS9xd8P3LzCF2o6sxlkb4EjSw9zbLhMks5rDcnbgaJpZM4LAkJR>
.
Loot isn't supported in 1.10+
…On Nov 30, 2016 9:18 PM, "Andrew Sage" ***@***.***> wrote:
1.10.2, CraftTweaker version 3.0.15
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://github.com/jaredlll08/CraftTweaker/issues/104#issuecomment-263967412>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFS9xVJ6Mj7QwVAQulabw5VHSPXlyiA8ks5rDcwZgaJpZM4LAkJR>
.
Hopefully soon, not sure when, but by the end of the year
…On Nov 30, 2016 9:21 PM, "Andrew Sage" ***@***.***> wrote:
Any chance it will be?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://github.com/jaredlll08/CraftTweaker/issues/104#issuecomment-263968088>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFS9xamAE5p88UI2OEMrlJS9Ioha8gekks5rDcyogaJpZM4LAkJR>
.
@jaredlll08
I've made a CT addon that allows loot tables to be tweaked. Would you like to take a look at the code?
@jaredlll08
Here's the repo : https://github.com/Leviathan143/LootTweaker
The important classes are LootTableTweaker, ZenLootTableWrapper, and ZenLootPoolWrapper
There's also CommandLootTables, which does what belathus was asking for.
Docs for the ZenScript functions can be found on the repo wiki
Thanks @leviathan143 ! I hope your patches get added to the main release!