AbyssalCraft Integration

AbyssalCraft Integration

14M Downloads

Unable to make infusion ritual output NBT data

monodemono opened this issue ยท 1 comments

commented

Description:

Created a custom instance for testing.
Mods included:
AbyssalCraft 1.9.4.11
AbyssalCraft Integrations 1.6.5
Actually Additions r140 (just added this for the advanced tooltips functionality)
CraftTweaker 4.1.9_testC
JEI 4.11.0.212

  • Minecraft: 1.12.2
  • Forge: 14.23.4.2750

Here's my test script:

mods.abyssalcraft.InfusionRitual.addRitual("sword", 0, -1, 100, true, <minecraft:diamond_sword>.withTag({ench: [{lvl: 1 as short, id: 19 as short}, {lvl: 1 as short, id: 18 as short}], RepairCost: 0, display: {Name: "Necron's Fury"}}), <minecraft:diamond_sword>, [
		<minecraft:grass>, <minecraft:grass>,
		<minecraft:grass>, <minecraft:grass>, <minecraft:grass>,
		<minecraft:grass>, <minecraft:grass>, <minecraft:grass>
	], false, []);
game.setLocalization("ac.ritual.sword", "Sword Ritual");
game.setLocalization("ac.ritual.sword.desc", "This ritual enchants and names a diamond sword for testing.");

Client tweaker log has no errors.

As you can see, it's properly added:
screen shot 2018-08-15 at 14 17 29

Properly setup:
screen shot 2018-08-15 at 14 18 02

Runs just fine:
screen shot 2018-08-15 at 14 18 13

But in the end, the output failed...
screen shot 2018-08-15 at 14 18 35

And just for the sake of being thorough, here's a client log, but as you can see there's nothing relating to this issue there: https://gist.github.com/monodemono/48c9edc488bb7b75dda600153718ccf0