You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using this code to only show one type of facade in NEI; the x-tag hast to be an int[] but it gets interpreted as List which crashes the game to desktop when puttig the item into the inventory; when using the give-commmand with the same tag it gets interpreted as an int[] which the works
so it would be neat to have some syntax to determine this is an array or this is an list ...
The text was updated successfully, but these errors were encountered:
NEI.hide(appliedenergistics2:item.ItemFacade:*);
NEI.addEntry(appliedenergistics2:item.ItemFacade:0.withTag({itemname:"log", modid:"minecraft", x:[17,0]}));
using this code to only show one type of facade in NEI; the x-tag hast to be an int[] but it gets interpreted as List which crashes the game to desktop when puttig the item into the inventory; when using the give-commmand with the same tag it gets interpreted as an int[] which the works
so it would be neat to have some syntax to determine this is an array or this is an list ...
The text was updated successfully, but these errors were encountered: