#block is stuck as "?" despite everything supposively matching

1 messages · Page 1 of 1 (latest)

exotic skiff
#

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

exotic skiff
#

block is stuck as "?" despite everything supposively matching

buoyant canyon
#

Just want to make sure, cobblestonex9 is the only one with the texture issue?

exotic skiff
#

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..

buoyant canyon
#

Took a look and, yes that would cause a little problem. So it is fixed?

exotic skiff
#

yeah 🙂

buoyant canyon
#

Okay, good luck with what you are doing. Bye

exotic skiff
#

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

exotic skiff
#

custom recipes too

knotty cave
buoyant canyon
exotic skiff
#

got a example?

knotty cave
#

it's on that page

#

you just add the tag
nothing else

exotic skiff
#

for example do i do "tag:minecraft:is_pickaxe_item_destructible": {},

knotty cave
#

yes

exotic skiff
#

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?

knotty cave
#

is it just mining speed you care about?

exotic skiff
#

making this feel like a realistic block that can be broken faster if using better picks

knotty cave
#

seconds_to_destroy is a terrible name for that property

exotic skiff
#

is it bc of 1.5x?

knotty cave
#

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

exotic skiff
#

for example, say im recreating cobblestone, would i do 6.5 and that'll be multiplied by 1,5 so like roughly 10 seconds?

knotty cave
#

I personally wouldn't try to re-create vanilla block destruction exactly as custom blocks are missing some functionality which makes it difficult

knotty cave
exotic skiff
#

10s= 15 just last confirm