Skip to content

Commit

Permalink
Re-enable datagenerators for ilikewood plugins and add support for ma…
Browse files Browse the repository at this point in the history
…ngrove blocks added by base ilikewood
  • Loading branch information
pupnewfster committed Jul 28, 2022
1 parent db466df commit 3af4c07
Show file tree
Hide file tree
Showing 2,086 changed files with 46,620 additions and 44,455 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -466,10 +466,9 @@ dependencies {
datagenMainRuntimeOnly fg.deobf("curse.maven:terrablender-563928:${terrablender_id}")
datagenMainImplementation fg.deobf("curse.maven:biomes-youll-go-247560:${byg_id}")
datagenMainImplementation fg.deobf("curse.maven:i-like-wood-324164:${ilikewood_id}")
//TODO - 1.19: datagenMainImplementation once these update
datagenMainCompileOnly fg.deobf("curse.maven:i-like-wood-biomes-o-plenty-437203:${ilikewood_bop_id}")
datagenMainCompileOnly fg.deobf("curse.maven:i-like-wood-oh-the-biomes-youll-go-475110:${ilikewood_byg_id}")
//TODO - 1.19: Re-enable when these update
datagenMainImplementation fg.deobf("curse.maven:i-like-wood-biomes-o-plenty-437203:${ilikewood_bop_id}")
datagenMainImplementation fg.deobf("curse.maven:i-like-wood-oh-the-biomes-youll-go-475110:${ilikewood_byg_id}")
//TODO - 1.19: Re-enable when this updates
//datagenMainRuntimeOnly fg.deobf("curse.maven:projecte-226410:${projecte_id}")
}

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jei_version_range=[11.0.0.211,)
biomesoplenty_api_id=3871423
biomesoplenty_id=3871421
byg_id=3873157
ilikewood_id=3901733
ilikewood_id=3903889
ilikewood_bop_id=3903895
ilikewood_byg_id=3903894
terrablender_id=3868697

#Outdated mod dependencies
Expand All @@ -57,6 +59,4 @@ projecte_api_id=3722832

#Outdated mod dependencies for recipes
ae2_version=11.1.4
ilikewood_bop_id=3723238
ilikewood_byg_id=3723239
projecte_id=3722831
3,476 changes: 1,760 additions & 1,716 deletions src/datagen/generated/mekanism/.cache/81f78d5d659a97c3a4212a2a2b3f90b27ad05628

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"type": "mekanism:sawing",
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "mekanism:mod_version_loaded",
"minVersion": "1.19-9.0.1.0",
"modid": "ilikewood"
},
{
"type": "forge:mod_loaded",
"modid": "ilikewood_barrels"
}
]
}
],
"input": {
"ingredient": {
"item": "ilikewood:mangrove_barrel"
}
},
"mainOutput": {
"count": 7,
"item": "minecraft:mangrove_planks"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"type": "mekanism:sawing",
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "mekanism:mod_version_loaded",
"minVersion": "1.19-9.0.1.0",
"modid": "ilikewood"
},
{
"type": "forge:mod_loaded",
"modid": "ilikewood_beds"
}
]
}
],
"input": {
"ingredient": {
"item": "ilikewood:black_mangrove_bed"
}
},
"mainOutput": {
"count": 3,
"item": "minecraft:mangrove_planks"
},
"secondaryChance": 1.0,
"secondaryOutput": {
"count": 3,
"item": "minecraft:black_wool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"type": "mekanism:sawing",
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "mekanism:mod_version_loaded",
"minVersion": "1.19-9.0.1.0",
"modid": "ilikewood"
},
{
"type": "forge:mod_loaded",
"modid": "ilikewood_beds"
}
]
}
],
"input": {
"ingredient": {
"item": "ilikewood:blue_mangrove_bed"
}
},
"mainOutput": {
"count": 3,
"item": "minecraft:mangrove_planks"
},
"secondaryChance": 1.0,
"secondaryOutput": {
"count": 3,
"item": "minecraft:blue_wool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"type": "mekanism:sawing",
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "mekanism:mod_version_loaded",
"minVersion": "1.19-9.0.1.0",
"modid": "ilikewood"
},
{
"type": "forge:mod_loaded",
"modid": "ilikewood_beds"
}
]
}
],
"input": {
"ingredient": {
"item": "ilikewood:brown_mangrove_bed"
}
},
"mainOutput": {
"count": 3,
"item": "minecraft:mangrove_planks"
},
"secondaryChance": 1.0,
"secondaryOutput": {
"count": 3,
"item": "minecraft:brown_wool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"type": "mekanism:sawing",
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "mekanism:mod_version_loaded",
"minVersion": "1.19-9.0.1.0",
"modid": "ilikewood"
},
{
"type": "forge:mod_loaded",
"modid": "ilikewood_beds"
}
]
}
],
"input": {
"ingredient": {
"item": "ilikewood:cyan_mangrove_bed"
}
},
"mainOutput": {
"count": 3,
"item": "minecraft:mangrove_planks"
},
"secondaryChance": 1.0,
"secondaryOutput": {
"count": 3,
"item": "minecraft:cyan_wool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"type": "mekanism:sawing",
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "mekanism:mod_version_loaded",
"minVersion": "1.19-9.0.1.0",
"modid": "ilikewood"
},
{
"type": "forge:mod_loaded",
"modid": "ilikewood_beds"
}
]
}
],
"input": {
"ingredient": {
"item": "ilikewood:gray_mangrove_bed"
}
},
"mainOutput": {
"count": 3,
"item": "minecraft:mangrove_planks"
},
"secondaryChance": 1.0,
"secondaryOutput": {
"count": 3,
"item": "minecraft:gray_wool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"type": "mekanism:sawing",
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "mekanism:mod_version_loaded",
"minVersion": "1.19-9.0.1.0",
"modid": "ilikewood"
},
{
"type": "forge:mod_loaded",
"modid": "ilikewood_beds"
}
]
}
],
"input": {
"ingredient": {
"item": "ilikewood:green_mangrove_bed"
}
},
"mainOutput": {
"count": 3,
"item": "minecraft:mangrove_planks"
},
"secondaryChance": 1.0,
"secondaryOutput": {
"count": 3,
"item": "minecraft:green_wool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"type": "mekanism:sawing",
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "mekanism:mod_version_loaded",
"minVersion": "1.19-9.0.1.0",
"modid": "ilikewood"
},
{
"type": "forge:mod_loaded",
"modid": "ilikewood_beds"
}
]
}
],
"input": {
"ingredient": {
"item": "ilikewood:light_blue_mangrove_bed"
}
},
"mainOutput": {
"count": 3,
"item": "minecraft:mangrove_planks"
},
"secondaryChance": 1.0,
"secondaryOutput": {
"count": 3,
"item": "minecraft:light_blue_wool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"type": "mekanism:sawing",
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "mekanism:mod_version_loaded",
"minVersion": "1.19-9.0.1.0",
"modid": "ilikewood"
},
{
"type": "forge:mod_loaded",
"modid": "ilikewood_beds"
}
]
}
],
"input": {
"ingredient": {
"item": "ilikewood:light_gray_mangrove_bed"
}
},
"mainOutput": {
"count": 3,
"item": "minecraft:mangrove_planks"
},
"secondaryChance": 1.0,
"secondaryOutput": {
"count": 3,
"item": "minecraft:light_gray_wool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"type": "mekanism:sawing",
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "mekanism:mod_version_loaded",
"minVersion": "1.19-9.0.1.0",
"modid": "ilikewood"
},
{
"type": "forge:mod_loaded",
"modid": "ilikewood_beds"
}
]
}
],
"input": {
"ingredient": {
"item": "ilikewood:lime_mangrove_bed"
}
},
"mainOutput": {
"count": 3,
"item": "minecraft:mangrove_planks"
},
"secondaryChance": 1.0,
"secondaryOutput": {
"count": 3,
"item": "minecraft:lime_wool"
}
}

0 comments on commit 3af4c07

Please sign in to comment.