Dye Recipes

This commit is contained in:
nelle 2023-01-09 00:04:33 -07:00
parent 45ad5d88d0
commit e301ef894b
3 changed files with 35 additions and 1 deletions

View file

@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx1G
org.gradle.parallel = true
# Mod Properties
version = 2.2.1
version = 2.3.0
maven_group = xyz.limepot
archives_base_name = roses_mod

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" ",
" ",
" W"
],
"key": {
"W": {
"item": "roses_mod:cyan_rose"
}
},
"result": {
"item": "minecraft:cyan_dye",
"count": 1
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" ",
" ",
" W"
],
"key": {
"W": {
"item": "roses_mod:rose_flower"
}
},
"result": {
"item": "minecraft:red_dye",
"count": 1
}
}