version without npcs, levels work, everything is build
This commit is contained in:
18
behavior_packs/items/drill.json
Normal file
18
behavior_packs/items/drill.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"format_version": "1.20.13",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "cc:drill",
|
||||
"menu_category": {
|
||||
"category": "items",
|
||||
"is_hidden_in_commands": false
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
"minecraft:max_stack_size": 1,
|
||||
"minecraft:icon": {
|
||||
"texture": "cc.drill"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user