tangled
alpha
login
or
join now
lesbian.skin
/
mc-server
1
fork
atom
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
added cobbling stone and deepslate
RyanUwU
1 month ago
4bcf1253
5d8e82c6
0/1
deploy.yml
failed
43s
+20
2 changed files
expand all
collapse all
unified
split
datapack
data
cwbubc
recipe
cobbleddeeslatefromdeepslate.json
cobblefromstone.json
+10
datapack/data/cwbubc/recipe/cobbleddeeslatefromdeepslate.json
···
1
1
+
{
2
2
+
"type": "minecraft:stonecutting",
3
3
+
"ingredient": [
4
4
+
"deepslate"
5
5
+
],
6
6
+
"result": {
7
7
+
"count": 1,
8
8
+
"id": "minecraft:cobbled_deepslate"
9
9
+
}
10
10
+
}
+10
datapack/data/cwbubc/recipe/cobblefromstone.json
···
1
1
+
{
2
2
+
"type": "minecraft:stonecutting",
3
3
+
"ingredient": [
4
4
+
"stone"
5
5
+
],
6
6
+
"result": {
7
7
+
"count": 1,
8
8
+
"id": "minecraft:cobblestone"
9
9
+
}
10
10
+
}