i don't need a redirect to instructions, as i made sure atmost multiple times are correct , i just want to know if im missing 1 small detail why my custom block isn't loading its texture. its named correctly but its just the texture itself
#block is stuck as "?" despite everything supposively matching
1 messages · Page 1 of 1 (latest)
block is stuck as "?" despite everything supposively matching
Just want to make sure, cobblestonex9 is the only one with the texture issue?
its the only block i started, also i found the issue as of you commenting this, it was a cb.cobblestonex9.json issue from the bp
the components weren't in the brackets correctly..
Took a look and, yes that would cause a little problem. So it is fixed?
yeah 🙂
Okay, good luck with what you are doing. Bye
actually i need help with a few new things
is there a component to add to the block so it can be mined easier with a specific tool in mind
like a pickaxe type of block or like..
shovel type of block
custom recipes too
use tags
this page has all of the minecraft:is_*_item_destructible tags
https://wiki.bedrock.dev/blocks/block-tags
Using block tags is something that will work
got a example?
for example do i do "tag:minecraft:is_pickaxe_item_destructible": {},
yes
nothing else?
does the game know the rest or would i have to specify each tier of a pickaxe?
bc its 15 seconds barehanded... so would it know?
is it just mining speed you care about?
making this feel like a realistic block that can be broken faster if using better picks
that isn't 15 seconds, it's 22.5
seconds_to_destroy is a terrible name for that property
is it bc of 1.5x?
yes
if you want to only make the block drop if it's destroyed using the right tool you'll need to add a condition to the loot table
for example, say im recreating cobblestone, would i do 6.5 and that'll be multiplied by 1,5 so like roughly 10 seconds?
I personally wouldn't try to re-create vanilla block destruction exactly as custom blocks are missing some functionality which makes it difficult
that is correct (when the block is mined without a pickaxe)
10s= 15 just last confirm