#Storage System
1 messages ยท Page 1 of 1 (latest)
No released versions yet, since this addon has a lot of things im currently adding such as crops and more foods... People did request that i should make the crates a stand alone addon instead but idk
How did you do the visuals on the side of the block to show the amount stored?
That's clean
oops forgot to add the tag
it includes an entity
but the crate itself is a block
the entity is only used to display everything such as the item and amount
to prevent lag i made the items displayed when walking away at a certain distance they will disappear and reappear when the player clicks on the block again ๐
Very smart, did you lock direction on the entity?
Or is it the nametag
its direction
Very nice! Do you have a discord?
I dont
Just want a place to follow when you release the addon(s)
ill see what i can do, for now its just a sneak peek of what my addon brings ๐
Oki, thx! Looking forward to what you have to bring to the table!
did you add the textures on blockface per item? using states?
the block only uses 1 texture, no other texture required... and this supports other addons items as well without having to modify the code or block
its an entity and the count depends on the amount of items within the storage system using scripts
amd you the texture to the entity?
or how you add the texture?
as far as i know there isn't a way to directly add texture from item to an entity or block
true but there are ways around it ๐
or you're using armour stand or something
then how?
well i can say that an entity can hold items right ๐
ig i got the idea
nice, it may look simple but sadly its not, when i first created something similar to this but with an attachable it was not easy ๐