If anyone knows how to do this in the 1.7.10 version I'm Making a modpack and want to add Spawn eggs from a different mod into loot chest from the Battle Towers mod I can't figure it out I'm new to mod packing
I ran into a problem with giving potion effects to armor, when I put it on and the timer for the effect runs out, it won't apply it anymore.
does anyone know how to fix it?
version:1.7.10
the code:
effects {
S:Held <
lootplusplus:stick_of_strength_____0_____{}_____5_____1400_____8_____1.0
>
S:"Hitting Entity (Give to entity)" <
lootplusplus:stick_of_strength_____0_____{}_____18_____1400_____1_____1.0
>
S:"Wearing Armor (This is the one you can add extra item names to)" <
TwilightForest:item.legsNaga_____0_____{}_____8_____1400_____0_____1.0
TwilightForest:item.legsNaga_____0_____{}_____1_____1400_____1_____1.0
TwilightForest:item.plateNaga_____0_____{}_____5_____1400_____0_____1.0
>
}
Hello. Thank you very much for your mod. Is it possible to find out:
Is it possible to add a name to the same item in different languages, like Minecraft does through the en_US.lang files? I couldn't figure out how to do this, if it can be done at all.
Unfortunately, this adds a random enchanted book with sometimes more, sometimes less enchantments. When I use the /give command in the game with my added NBT, it does work though.
I tried so much but I really don't get the loot to generate in my chest.
What confused me now though, is that the code you provided for the potion DID indeed work, so something must be off with the NBT, I just don't see what...
Hope you can still help me with that, thanks in advance!
Edit:
I now tested this entire thing again with the "ench" NBT-tag:
add a instant damage (harming) ID:7 effect to the sword
If anyone knows how to do this in the 1.7.10 version I'm Making a modpack and want to add Spawn eggs from a different mod into loot chest from the Battle Towers mod I can't figure it out I'm new to mod packing
Hello, love this mod!
I ran into a problem with giving potion effects to armor, when I put it on and the timer for the effect runs out, it won't apply it anymore.
does anyone know how to fix it?
version:1.7.10
Hello. Thank you very much for your mod. Is it possible to find out:
Is it possible to add a name to the same item in different languages, like Minecraft does through the en_US.lang files? I couldn't figure out how to do this, if it can be done at all.
Alright, so this is the best lead I could find anywhere unfortunately... However I still dont get my chestloot to work as I intend.
I should also mention, I am on 1.7.10.
My objective is simple: Add an enchanted book with a specific enchant to a chest.
This is my simple line:
Unfortunately, this adds a random enchanted book with sometimes more, sometimes less enchantments. When I use the /give command in the game with my added NBT, it does work though.
I tried so much but I really don't get the loot to generate in my chest.
What confused me now though, is that the code you provided for the potion DID indeed work, so something must be off with the NBT, I just don't see what...
Hope you can still help me with that, thanks in advance!
Edit:
I now tested this entire thing again with the "ench" NBT-tag:
which also works with the /give command:
but does Not work in the loot table.
Afterwards, I tested the /lppnbtdump command for the book and pasted that into the loottable:
But that still leaves me with random enchanted books...
What am I doing wrong?