Witchery
kegandog opened this issue · 4 comments
Whenever attempting to use mutandis on a sapling it immediately turns into the dynamic trees version. Would it be possible to add like a 1 or 2 second delay to allow for mods that do things like this?
For those of us that haven't touched witchery in a while. What does mutandis do? What do you get out of it and why would the delay be nescesary?
Mutandis is an item than when used on certain saplings (oak, birch, and
jungle I believe) it turns them into a new sapling (such as Rowan,
hawthorn, and alder depending on the sapling). This delay would allow
someone to be able to change the type of tree before it changes into the
dynamic version.
…On Sat, Jun 1, 2019, 01:38 Deshiba ***@***.***> wrote:
For those of us that haven't touched witchery in a while. What does
mutandis do? What do you get out of it and why would the delay be nescesary?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#264>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AME4JQQ26DODVCC7AZL7NULPYIKNTANCNFSM4HPLHC6A>
.
And are you using default config?
You could try to force vanilla saplings trough configuration.
replaceVanillaSapling = config.getBoolean("replaceVanillaSapling", "vanilla", false, "Right clicking with a vanilla sapling places a dynamic sapling instead.");
If this doesn't work then I don't know what's going on.
Ok, thanks!
…On Wed, Jun 5, 2019, 02:47 Deshiba ***@***.***> wrote:
And are you using default config?
You could try to force vanilla saplings trough configuration.
replaceVanillaSapling = config.getBoolean("replaceVanillaSapling",
"vanilla", false, "Right clicking with a vanilla sapling places a dynamic
sapling instead.");
If this doesn't work then I don't know what's going on.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#264>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AME4JQXJDBWHMPSLGGJN62LPY5VRXANCNFSM4HPLHC6A>
.