Skip to content

Commit

Permalink
add recipe conditions to prevent logspam
Browse files Browse the repository at this point in the history
  • Loading branch information
luxtracon committed Nov 22, 2022
1 parent bb56a86 commit dd82e30
Show file tree
Hide file tree
Showing 84 changed files with 494 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version = "${minecraft}-${floralis}"
java.toolchain.languageVersion = JavaLanguageVersion.of(17)

minecraft {
mappings channel: 'official', version: '1.19'
mappings channel: 'official', version: "${minecraft}"

runs {
client {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.jvmargs=-Xmx4G
org.gradle.daemon=false

floralis=5.3.0
floralis=5.4.0
forge=42.0.9
minecraft=1.19.1

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:black_cactus"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:black_cactus_seeds"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:black_flower"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:black_flower_seeds"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:black_petals"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:blue_cactus"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:blue_cactus_seeds"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:blue_flower"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:blue_flower_seeds"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:blue_petals"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:brown_cactus"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:brown_cactus_seeds"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:brown_flower"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:brown_flower_seeds"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:brown_petals"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:cyan_cactus"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:cyan_cactus_seeds"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:cyan_flower"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:cyan_flower_seeds"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:cyan_petals"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:gray_cactus"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:gray_cactus_seeds"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:gray_flower"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:gray_flower_seeds"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:gray_petals"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:green_cactus"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:green_cactus_seeds"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:green_flower"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:green_flower_seeds"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:green_petals"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "mekanism:crushing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"input": {
"ingredient": {
"item": "floralis:light_blue_cactus"
Expand Down
Loading

0 comments on commit dd82e30

Please sign in to comment.