Rebalanced gunpowder and uu matter (#2916)

This commit is contained in:
Ayutac 2022-04-28 10:44:25 +02:00 committed by GitHub
parent 2ca8fa0e26
commit deef1f3330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 49 additions and 1 deletions

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:extractor/gunpowder"
]
},
"criteria": {
"has_tnt": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["minecraft:tnt"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:extractor/gunpowder"
}
}
},
"requirements": [
[
"has_tnt",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:extractor",
"power": 10,
"time": 300,
"ingredients": [
{
"item": "minecraft:tnt"
}
],
"results": [
{
"item": "minecraft:gunpowder",
"count": 2
}
]
}