Skip to content

Commit

Permalink
checked in some generated JSONs
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Mar 27, 2024
1 parent 63e963e commit ab89e8c
Show file tree
Hide file tree
Showing 8 changed files with 132 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ conf
*.pl
extra-mods-*
*.patch
runs

# datagen caches
**/.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"entries": [
"pneumaticcraft:dungeon_loot"
],
"replace": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"neoforge:conditions": [
{
"type": "neoforge:mod_loaded",
"modid": "computercraft"
}
],
"parent": "minecraft:recipes/root",
"criteria": {
"has_printed_circuit_board": {
"conditions": {
"items": [
{
"items": [
"pneumaticcraft:printed_circuit_board"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "pneumaticcraft:drone_interface"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_printed_circuit_board"
]
],
"rewards": {
"recipes": [
"pneumaticcraft:drone_interface"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"neoforge:conditions": [
{
"type": "neoforge:mod_loaded",
"modid": "mekanism"
}
],
"parent": "minecraft:recipes/root",
"criteria": {
"has_printed_circuit_board": {
"conditions": {
"items": [
{
"items": [
"pneumaticcraft:printed_circuit_board"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "pneumaticcraft:radiation_shielding_upgrade"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_printed_circuit_board"
]
],
"rewards": {
"recipes": [
"pneumaticcraft:radiation_shielding_upgrade"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "neoforge:add_features",
"biomes": "#pneumaticcraft:has_surface_oil_lakes",
"features": "pneumaticcraft:oil_lake_surface",
"step": "lakes"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "neoforge:add_features",
"biomes": "#pneumaticcraft:has_underground_oil_lakes",
"features": "pneumaticcraft:oil_lake_underground",
"step": "lakes"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "pneumaticcraft:drone_color_crafting",
"category": "misc"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"neoforge:conditions": [
{
"type": "neoforge:mod_loaded",
"modid": "mekanism"
}
],
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"I": {
"tag": "forge:ingots/compressed_iron"
},
"L": {
"tag": "pneumaticcraft:upgrade_components"
},
"R": {
"item": "mekanism:module_radiation_shielding_unit"
}
},
"pattern": [
"LIL",
"IRI",
"LIL"
],
"result": {
"item": "pneumaticcraft:radiation_shielding_upgrade"
}
}

0 comments on commit ab89e8c

Please sign in to comment.