Extra Bit Manipulation

Extra Bit Manipulation

15M Downloads

How to get NBT data for chiseled armor/ give using command block

XclamationPoint opened this issue ยท 0 comments

commented

Kind of a two parter as the title suggests, but I want to know if there's any way to grab the NBT data for a chiseled piece of armor to use for the /give command in a command block (has to be command block because the NBT data is too long. I used /crafttweaker hand to get some data, but the command block does not recognize its item name, or parameters, and so on and so forth.
Here's what I got from running /crafttweaker hand:
<extrabitmanipulation:chiseled_helmet>.withTag({mode: 1, hit: [-1.3289642333984375, 93.0, 21.598183572292328], facingPlacement: 1, data: {glOperationsPre: [], partData: [[{glOperations: [{a: 90.0 as float, x: -0.04 as float, y: 1.0 as float, z: -0.07 as float, type: 1}], armorItem: {id: "chiselsandbits:chiseled_iron", Count: 1 as byte, tag: {BlockEntityTag:{b:41, s:0, nc:0 as byte, X: [120, -38, 99, 96, 97, -40, 56, -111, 81, -77, 63, -27, 14, -29, 5, 22, -58, -48, 80, 7, -58, -80, -87, 14, -116, 32, -56, -64, -32, -64, 64, 34, 0, -23, 33, 87, 47, 92, 63, -103, 122, -87, -91, -97, -103, -127, -95, 97, 32, -11, 15, -76, -1, 41, -118, 63, -76, -12, 3, 0, -79, 0, 15, 97] as byte[] as byte[], lv: 0}}, Damage: 0 as short}}]], glOperationsPost: [], type: 0, notEmpty: 1 as byte}, pos: -543581798379 as long, facingBox: 4, yaw: 271.2055 as float, useBitGrid: 0 as byte})
2019-07-31_13 50 06
It's supposed to look like a crown with Tech Reborn rubies and Actually Additions emeradic crystals, but I don't know how to get proper NBT for it so I can use it in another world. Any ideas?
(Also sorry for the large block of code in the middle of this but I'm not sure how to do spoiler text)