Initial commit
This commit is contained in:
1
datapack/.gitignore
vendored
Normal file
1
datapack/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.zip
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "computercraft:tool",
|
||||
"item": "minecraft:diamond_pickaxe",
|
||||
"adjective": "upgrade.minecraft.diamond_pickaxe.adjective",
|
||||
"allowEnchantments": true
|
||||
}
|
6
datapack/pack.mcmeta
Normal file
6
datapack/pack.mcmeta
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 15,
|
||||
"description": "Enchanted pickaxe for ComputerCraft"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user