Compare commits
2 Commits
13162a284d
...
dc780785b4
Author | SHA1 | Date |
---|---|---|
Casey | dc780785b4 | |
Casey | 9e62cc2ae1 |
|
@ -0,0 +1 @@
|
|||
datapack/
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "create:splashing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:blaze_powder"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:glowstone_dust",
|
||||
"count": 1,
|
||||
"chance": 0.9
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "clutter:copper_coin"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "create:copper_nugget",
|
||||
"count": 3
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "clutter:golden_coin"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:gold_nugget",
|
||||
"count": 3
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "clutter:silver_coin"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "clutter:silver_nugget",
|
||||
"count": 3
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "clutter:cherries"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "kawaiidishes:cherry",
|
||||
"count": 1
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "create:splashing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "kawaiidishes:ground_coffee"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "kawaiidishes:cocoa_powder",
|
||||
"count": 1
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "create:milling",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "kawaiidishes:roast_coffee_beans"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "kawaiidishes:ground_coffee",
|
||||
"count": 1
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "kawaiidishes:cherry"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "clutter:cherries",
|
||||
"count": 1
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"pack": {
|
||||
"description": "Random recipes for this modpack",
|
||||
"pack_format": 14
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue