Added datapack

This commit is contained in:
Casey 2024-04-04 21:48:04 +03:00
parent 13162a284d
commit 9e62cc2ae1
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
11 changed files with 127 additions and 0 deletions

1
.packwizignore Normal file
View File

@ -0,0 +1 @@
datapack/

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

6
datapack/pack.mcmeta Normal file
View File

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