Compare commits
6 Commits
2357b02cd8
...
4a0f59b27d
Author | SHA1 | Date |
---|---|---|
Casey | 4a0f59b27d | |
Casey | 6c0049a956 | |
Casey | dc780785b4 | |
Casey | 9e62cc2ae1 | |
Casey | 13162a284d | |
Casey | c7b86cb025 |
|
@ -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
|
||||
}
|
||||
}
|
10
index.toml
10
index.toml
|
@ -609,6 +609,11 @@ file = "mods/lithium.pw.toml"
|
|||
hash = "c239c951796882b9c93e649a0dba4f2d95804441faaed707b686381b7a5c67da"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/macaws-windows.pw.toml"
|
||||
hash = "4c3dc1c93ec5be222f504f66c251fbb17a12f1bba04d59b1b34d959ee9d04e30"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/make_bubbles_pop.pw.toml"
|
||||
hash = "86f6bec0806d31fb44c2d06440062491003815e752736e1cb63f4395baedf244"
|
||||
|
@ -789,6 +794,11 @@ file = "mods/quad.pw.toml"
|
|||
hash = "8bc3a01f742dbd6bdf7dfbdbbd2ebcea2e3fcae4434082eaf800ed516051c06e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/rain-world-threat-music.pw.toml"
|
||||
hash = "583149311115cfce473811db7e118a18eb2c65f1b648d035d75fd5f5f123b55c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/rbip.pw.toml"
|
||||
hash = "37373a6071cdcd57506227065fafdffa01bbd2639c70af320518a6f9834668b3"
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
name = "Macaw's Windows"
|
||||
filename = "mcw-windows-2.2.1-mc1.20.1fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/C7I0BCni/versions/qfD1I3R7/mcw-windows-2.2.1-mc1.20.1fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1d73ec718e214f3effe1d7043f96a38c896ce244"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "C7I0BCni"
|
||||
version = "qfD1I3R7"
|
|
@ -0,0 +1,18 @@
|
|||
name = "Threat Music Mod"
|
||||
filename = "ThreatMusicMod-1.0.0.jar"
|
||||
side = "client"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
default = false
|
||||
description = "Threat music system like in Rain World"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Tr2TO6CX/versions/vj1LBEHJ/ThreatMusicMod-1.0.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5f5c92b35ea01c47f0485238bf8b598681eefdbc"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Tr2TO6CX"
|
||||
version = "vj1LBEHJ"
|
Loading…
Reference in New Issue