#really long nbt with specifics. on a block display
1 messages · Page 1 of 1 (latest)
if you talking about block display.com displays ehh ik displayutils can do that but in skript? not sure if skript would like that
but u can just spawn a entity with nbt
ye thats the problem
every time i try it gives me an error
prob bc its either too long or im doing it worng
whats the error
lme recheck
1s
if player is holding a carrot:
set {_display} to block display with nbt data "{Tags:["carrot"],Passengers:[{id:"minecraft:block_display",block_state:{Name:"minecraft:oak_leaves",Properties:{}},transformation:[0.2500f,0.0000f,0.0000f,0.5625f,0.0000f,0.3125f,0.0000f,0.3125f,0.0000f,0.0000f,0.1875f,0.4375f,0.0000f,0.0000f,0.0000f,1.0000f]},{id:"minecraft:block_display",block_state:{Name:"minecraft:oak_leaves",Properties:{}},transformation:[0.2500f,0.0000f,0.0000f,0.2500f,0.0000f,0.4375f,0.0000f,0.2500f,0.0000f,0.0000f,0.1875f,0.4375f,0.0000f,0.0000f,0.0000f,1.0000f]},{id:"minecraft:block_display",block_state:{Name:"minecraft:oak_leaves",Properties:{}},transformation:[0.0000f,0.0000f,-0.1875f,0.6250f,0.0000f,0.3125f,0.0000f,0.2500f,0.2500f,0.0000f,0.0000f,0.2500f,0.0000f,0.0000f,0.0000f,1.0000f]},{id:"minecraft:block_display",block_state:{Name:"minecraft:oak_leaves",Properties:{}},transformation:[0.0000f,0.0000f,-0.1875f,0.6250f,0.0000f,0.3750f,0.0000f,0.2500f,0.2500f,0.0000f,0.0000f,0.5625f,0.0000f,0.0000f,0.0000f,1.0000f]},{id:"minecraft:block_display",block_state:{Name:"minecraft:orange_terracotta",Properties:{}},transformation:[0.3125f,0.0000f,0.0000f,0.3750f,0.0000f,0.2500f,0.0000f,0.1250f,0.0000f,0.0000f,0.3125f,0.3750f,0.0000f,0.0000f,0.0000f,1.0000f]},{id:"minecraft:block_display",block_state:{Name:"minecraft:orange_terracotta",Properties:{}},transformation:[0.1875f,0.0000f,0.0000f,0.4375f,0.0000f,0.2500f,0.0000f,0.0000f,0.0000f,0.0000f,0.1875f,0.4375f,0.0000f,0.0000f,0.0000f,1.0000f]}]}"
spawn {_display}```
im prob doing it wrong tbh
thats the problem
i did
spawn block display at player with nbt from "":
doas it have to have : after it
uh you do iirc why does it matter
on right click:
if player is holding a carrot:
spawn block display at player with nbt from "{Tags:["carrot"],Passengers:[{id:"minecraft:block_display",block_state:{Name:"minecraft:oak_leaves",Properties:{}},transformation:[0.2500f,0.0000f,0.0000f,0.5625f,0.0000f,0.3125f,0.0000f,0.3125f,0.0000f,0.0000f,0.1875f,0.4375f,0.0000f,0.0000f,0.0000f,1.0000f]},{id:"minecraft:block_display",block_state:{Name:"minecraft:oak_leaves",Properties:{}},transformation:[0.2500f,0.0000f,0.0000f,0.2500f,0.0000f,0.4375f,0.0000f,0.2500f,0.0000f,0.0000f,0.1875f,0.4375f,0.0000f,0.0000f,0.0000f,1.0000f]},{id:"minecraft:block_display",block_state:{Name:"minecraft:oak_leaves",Properties:{}},transformation:[0.0000f,0.0000f,-0.1875f,0.6250f,0.0000f,0.3125f,0.0000f,0.2500f,0.2500f,0.0000f,0.0000f,0.2500f,0.0000f,0.0000f,0.0000f,1.0000f]},{id:"minecraft:block_display",block_state:{Name:"minecraft:oak_leaves",Properties:{}},transformation:[0.0000f,0.0000f,-0.1875f,0.6250f,0.0000f,0.3750f,0.0000f,0.2500f,0.2500f,0.0000f,0.0000f,0.5625f,0.0000f,0.0000f,0.0000f,1.0000f]},{id:"minecraft:block_display",block_state:{Name:"minecraft:orange_terracotta",Properties:{}},transformation:[0.3125f,0.0000f,0.0000f,0.3750f,0.0000f,0.2500f,0.0000f,0.1250f,0.0000f,0.0000f,0.3125f,0.3750f,0.0000f,0.0000f,0.0000f,1.0000f]},{id:"minecraft:block_display",block_state:{Name:"minecraft:orange_terracotta",Properties:{}},transformation:[0.1875f,0.0000f,0.0000f,0.4375f,0.0000f,0.2500f,0.0000f,0.0000f,0.0000f,0.0000f,0.1875f,0.4375f,0.0000f,0.0000f,0.0000f,1.0000f]}]}":```
besides the surrounding ones
could u elaborate on that?
do you not know what a quote is
i do but like.
do you not know how to add another one to all of em
in all that nbt if u see a quote that isn't at the start or end of the code, double it
No I mean all " inside the code double em
besides the one on both sides
did that
yeah idk thats messy nbt to begin
well idk what that spawns to begin so
this
just spawn that with normal item displays no nbt stuff
well i mean
i rlly cant. i need it to be 1 thing
thats why its a block display with passengers
why
i dont wana bother with moving multiple displays.
- its easier if its 1 thing for me to grow
just make em ride each other?!
thats what im doing
thats why i need the nbt
just make <entity> ride <entity>
ill see
just realised i dont wana spend alot of time making 100 entities riding eachother
for some of the other things i need to make
as an example
its more like 5 entities
that display u showed is only like 5 displays
Thats what i was making atm
In the future i need alot more
Also 1 problem i might have is that the blocks need to be rlly specific places
If i use it without nbt
Wdym?
idk why you need to spawn a single plant display
you can
what would that change
Idrk. I hoped it would just use the nbt and not get that msg to pop up
In 1 way or another
But prob not
Bro is really making grow a garden...
yeah I don't think its gonna be good but we'll see