Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
qt-kaneko committed Nov 9, 2022
1 parent 5af03f6 commit 930c584
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

1 change: 1 addition & 0 deletions assets/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This folder contains non-datapack assets, such as screenshots for datapack websites, don't copy it inside the release.
Binary file added assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/releases/Cobble It!.zip
Binary file not shown.
Binary file added assets/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions data/cobble_it/recipes/deepslate/cobbled_deepslate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:deepslate"
},
"result": "minecraft:cobbled_deepslate",
"group": "deepslate",
"count": 1
}
9 changes: 9 additions & 0 deletions data/cobble_it/recipes/stone/cobblestone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:stone"
},
"result": "minecraft:cobblestone",
"group": "stone",
"count": 1
}
6 changes: 6 additions & 0 deletions pack.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 10,
"description": "Convert stone/deepslate to its cobbled variants with Stonecutter."
}
}
Binary file added pack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 930c584

Please sign in to comment.