[1.10.2] Changing harvest level of TiC doesn't work
mainrs opened this issue ยท 6 comments
What happens:
Tryint to change the harvestLevelHead
for TConstruct throws an Error.
What you expected to happen:
It should change the harvest level.
Script used (Please Pastebin or gist your script, posting an unpasted or ungist'd script will automatically close this issue):
Minetweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist'd file will automatically close this issue):
Affected Versions (Do not use "latest"):
- Minecraft: 1.10.2
- Forge: 12.18.3.2281
- Crafttweaker: 3.0.24
- ModTweaker: 2.0.11
- MTLib: 1.0.2
You're syntax is wrong, it needs to be
<material:materialName>.xyz
like
<material:stone>.harvestLevelHead = v_stone;
Shouldn't it work with the ore dictionary too? Because I tried that one too. Sorry, I missed that D:
<ore:ingotIron>.harvestLevelHead
?
Nope. What I showed you is how it works.
โฆOn May 8, 2017 11:11 PM, "SirWindfield" ***@***.***> wrote:
Shouldn't it work with the ore dictionary too? Because I tried that one
too. Sorry, I missed that D:
<ore:ingotIron>.harvestLevelHead?
โ
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#480 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFS9xX32YiWtr11eqgDyinyhDs24BoSVks5r34T3gaJpZM4NUcew>
.
Thanks! Just throwing in the last question I had (don't want to open another issue for it). Is it possible to tweak the mining level of block? Something like <ore:oreCopper>.harvestLevel = 5
?
Nope, not possible
โฆOn May 8, 2017 11:16 PM, "SirWindfield" ***@***.***> wrote:
Thanks! Just throwing in the last question I had (don't want to open
another issue for it). Is it possible to tweak the mining level of block?
Something like <ore:oreCopper>.harvestLevel = 5?
โ
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#480 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFS9xVpnjNNNWd7dP7NKlvAM7LQrNBBXks5r34Y6gaJpZM4NUcew>
.