Initial commit

This commit is contained in:
2024-01-15 13:14:17 +00:00
commit e1e4ec871b
27 changed files with 1352 additions and 0 deletions

1
datapack/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.zip

View File

@@ -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
View File

@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 15,
"description": "Enchanted pickaxe for ComputerCraft"
}
}