diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index dfe0770..0000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -# Auto detect text files and perform LF normalization -* text=auto diff --git a/assets/README.md b/assets/README.md new file mode 100644 index 0000000..b8dd06a --- /dev/null +++ b/assets/README.md @@ -0,0 +1 @@ +This folder contains non-datapack assets, such as screenshots for datapack websites, don't copy it inside the release. \ No newline at end of file diff --git a/assets/icon.png b/assets/icon.png new file mode 100644 index 0000000..b666ca3 Binary files /dev/null and b/assets/icon.png differ diff --git a/assets/releases/Cobble It!.zip b/assets/releases/Cobble It!.zip new file mode 100644 index 0000000..8eb9071 Binary files /dev/null and b/assets/releases/Cobble It!.zip differ diff --git a/assets/screenshot-1.png b/assets/screenshot-1.png new file mode 100644 index 0000000..6ce59a2 Binary files /dev/null and b/assets/screenshot-1.png differ diff --git a/assets/screenshot-2.png b/assets/screenshot-2.png new file mode 100644 index 0000000..9195e9b Binary files /dev/null and b/assets/screenshot-2.png differ diff --git a/data/cobble_it/recipes/deepslate/cobbled_deepslate.json b/data/cobble_it/recipes/deepslate/cobbled_deepslate.json new file mode 100644 index 0000000..bcd16e1 --- /dev/null +++ b/data/cobble_it/recipes/deepslate/cobbled_deepslate.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:deepslate" + }, + "result": "minecraft:cobbled_deepslate", + "group": "deepslate", + "count": 1 +} \ No newline at end of file diff --git a/data/cobble_it/recipes/stone/cobblestone.json b/data/cobble_it/recipes/stone/cobblestone.json new file mode 100644 index 0000000..1d720a3 --- /dev/null +++ b/data/cobble_it/recipes/stone/cobblestone.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:stone" + }, + "result": "minecraft:cobblestone", + "group": "stone", + "count": 1 +} \ No newline at end of file diff --git a/pack.mcmeta b/pack.mcmeta new file mode 100644 index 0000000..e8ed706 --- /dev/null +++ b/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 10, + "description": "Convert stone/deepslate to its cobbled variants with Stonecutter." + } +} \ No newline at end of file diff --git a/pack.png b/pack.png new file mode 100644 index 0000000..0c556ca Binary files /dev/null and b/pack.png differ