Compare commits

..

No commits in common. "dc780785b418dabdebac1618efe85ea684dd90e5" and "13162a284d1a25b40f0cfe0f92fd670186a65da3" have entirely different histories.

11 changed files with 0 additions and 127 deletions

View File

@ -1 +0,0 @@
datapack/

View File

@ -1,15 +0,0 @@
{
"type": "create:splashing",
"ingredients": [
{
"item": "minecraft:blaze_powder"
}
],
"results": [
{
"item": "minecraft:glowstone_dust",
"count": 1,
"chance": 0.9
}
]
}

View File

@ -1,12 +0,0 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "clutter:copper_coin"
}
],
"result": {
"item": "create:copper_nugget",
"count": 3
}
}

View File

@ -1,12 +0,0 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "clutter:golden_coin"
}
],
"result": {
"item": "minecraft:gold_nugget",
"count": 3
}
}

View File

@ -1,12 +0,0 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "clutter:silver_coin"
}
],
"result": {
"item": "clutter:silver_nugget",
"count": 3
}
}

View File

@ -1,12 +0,0 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "clutter:cherries"
}
],
"result": {
"item": "kawaiidishes:cherry",
"count": 1
}
}

View File

@ -1,17 +0,0 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "createaddition:iron_wire"
},
{
"item": "createaddition:connector"
},
{
"item": "minecraft:coal"
}
],
"result": {
"item": "createaddition:small_light_connector"
}
}

View File

@ -1,14 +0,0 @@
{
"type": "create:splashing",
"ingredients": [
{
"item": "kawaiidishes:ground_coffee"
}
],
"results": [
{
"item": "kawaiidishes:cocoa_powder",
"count": 1
}
]
}

View File

@ -1,14 +0,0 @@
{
"type": "create:milling",
"ingredients": [
{
"item": "kawaiidishes:roast_coffee_beans"
}
],
"results": [
{
"item": "kawaiidishes:ground_coffee",
"count": 1
}
]
}

View File

@ -1,12 +0,0 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "kawaiidishes:cherry"
}
],
"result": {
"item": "clutter:cherries",
"count": 1
}
}

View File

@ -1,6 +0,0 @@
{
"pack": {
"description": "Random recipes for this modpack",
"pack_format": 14
}
}