#need help creating a block

8 messages · Page 1 of 1 (latest)

ionic heron
#

I made a block of iron yesterday but I want the iron ire to be mined by a stone pickaxe or better using json to code it in anyone can help me figure this out

slow sundial
#

Cant do it right now without experimental features

wicked moss
#

What does that have to do with entities? (Looking at the tags)

ionic heron
#

@wicked moss could you take a look at my code and help me get this in there

wicked moss
#

I mean didn't CyberAxe already say it's not possible without experimental features? (I do Java, not Bedrock, so I don't know what's experimental and what's not)

ionic heron
#

oh i see ill have to keep looking then

#

so far i only found this but it doesnt really show me how to use it

#

{
"pools": [
{
"rolls": 1,
"conditions": [
{
"condition": "match_tool",
"item": "minecraft:iron_pickaxe",
"count": 1
}
],
"entries": [
{
"type": "item",
"name": "tut:raw_silver"
}
]
}
]
{