diff --git a/gradle.properties b/gradle.properties index ca9b4530..3a94aec5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G # Mod Info maven_group = net.dakotapride archives_base_name = garnished -mod_version = 1.9.4 +mod_version = 1.9.5 minecraft_version = 1.19.2 diff --git a/src/main/resources/data/garnished/recipes/mixing/mastic_resin/black.json b/src/main/resources/data/garnished/recipes/mixing/mastic_resin/black.json new file mode 100644 index 00000000..172becac --- /dev/null +++ b/src/main/resources/data/garnished/recipes/mixing/mastic_resin/black.json @@ -0,0 +1,15 @@ +{ + "type": "create:mixing", + "heatRequirement": "heated", + "ingredients": [ + { + "item": "garnished:black_mastic_block" + } + ], + "results": [ + { + "amount": 20250, + "fluid": "garnished:black_mastic_resin" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/mixing/mastic_resin/brown.json b/src/main/resources/data/garnished/recipes/mixing/mastic_resin/brown.json new file mode 100644 index 00000000..be7dab1f --- /dev/null +++ b/src/main/resources/data/garnished/recipes/mixing/mastic_resin/brown.json @@ -0,0 +1,15 @@ +{ + "type": "create:mixing", + "heatRequirement": "heated", + "ingredients": [ + { + "item": "garnished:brown_mastic_block" + } + ], + "results": [ + { + "amount": 20250, + "fluid": "garnished:brown_mastic_resin" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/mixing/mastic_resin/cyan.json b/src/main/resources/data/garnished/recipes/mixing/mastic_resin/cyan.json new file mode 100644 index 00000000..95a8c133 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/mixing/mastic_resin/cyan.json @@ -0,0 +1,15 @@ +{ + "type": "create:mixing", + "heatRequirement": "heated", + "ingredients": [ + { + "item": "garnished:cyan_mastic_block" + } + ], + "results": [ + { + "amount": 20250, + "fluid": "garnished:cyan_mastic_resin" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/mixing/mastic_resin/gray.json b/src/main/resources/data/garnished/recipes/mixing/mastic_resin/gray.json new file mode 100644 index 00000000..95b2b30b --- /dev/null +++ b/src/main/resources/data/garnished/recipes/mixing/mastic_resin/gray.json @@ -0,0 +1,15 @@ +{ + "type": "create:mixing", + "heatRequirement": "heated", + "ingredients": [ + { + "item": "garnished:gray_mastic_block" + } + ], + "results": [ + { + "amount": 20250, + "fluid": "garnished:gray_mastic_resin" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/mixing/mastic_resin/light_blue.json b/src/main/resources/data/garnished/recipes/mixing/mastic_resin/light_blue.json new file mode 100644 index 00000000..2a7aa2c1 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/mixing/mastic_resin/light_blue.json @@ -0,0 +1,15 @@ +{ + "type": "create:mixing", + "heatRequirement": "heated", + "ingredients": [ + { + "item": "garnished:light_blue_mastic_block" + } + ], + "results": [ + { + "amount": 20250, + "fluid": "garnished:light_blue_mastic_resin" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/mixing/mastic_resin/light_gray.json b/src/main/resources/data/garnished/recipes/mixing/mastic_resin/light_gray.json new file mode 100644 index 00000000..229fe60b --- /dev/null +++ b/src/main/resources/data/garnished/recipes/mixing/mastic_resin/light_gray.json @@ -0,0 +1,15 @@ +{ + "type": "create:mixing", + "heatRequirement": "heated", + "ingredients": [ + { + "item": "garnished:light_gray_mastic_block" + } + ], + "results": [ + { + "amount": 20250, + "fluid": "garnished:light_gray_mastic_resin" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/mixing/mastic_resin/lime.json b/src/main/resources/data/garnished/recipes/mixing/mastic_resin/lime.json new file mode 100644 index 00000000..0e6f905d --- /dev/null +++ b/src/main/resources/data/garnished/recipes/mixing/mastic_resin/lime.json @@ -0,0 +1,15 @@ +{ + "type": "create:mixing", + "heatRequirement": "heated", + "ingredients": [ + { + "item": "garnished:lime_mastic_block" + } + ], + "results": [ + { + "amount": 20250, + "fluid": "garnished:lime_mastic_resin" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/mixing/mastic_resin/magenta.json b/src/main/resources/data/garnished/recipes/mixing/mastic_resin/magenta.json new file mode 100644 index 00000000..6117d557 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/mixing/mastic_resin/magenta.json @@ -0,0 +1,15 @@ +{ + "type": "create:mixing", + "heatRequirement": "heated", + "ingredients": [ + { + "item": "garnished:magenta_mastic_block" + } + ], + "results": [ + { + "amount": 20250, + "fluid": "garnished:magenta_mastic_resin" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/mixing/mastic_resin/pink.json b/src/main/resources/data/garnished/recipes/mixing/mastic_resin/pink.json new file mode 100644 index 00000000..7e24c1af --- /dev/null +++ b/src/main/resources/data/garnished/recipes/mixing/mastic_resin/pink.json @@ -0,0 +1,15 @@ +{ + "type": "create:mixing", + "heatRequirement": "heated", + "ingredients": [ + { + "item": "garnished:pink_mastic_block" + } + ], + "results": [ + { + "amount": 20250, + "fluid": "garnished:pink_mastic_resin" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/mixing/mastic_resin/white.json b/src/main/resources/data/garnished/recipes/mixing/mastic_resin/white.json new file mode 100644 index 00000000..b1cf7c97 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/mixing/mastic_resin/white.json @@ -0,0 +1,15 @@ +{ + "type": "create:mixing", + "heatRequirement": "heated", + "ingredients": [ + { + "item": "garnished:white_mastic_block" + } + ], + "results": [ + { + "amount": 20250, + "fluid": "garnished:white_mastic_resin" + } + ] +}