Fluid ingredients + some other work around this area
This commit is contained in:
parent
0118d5a999
commit
0da3168bbf
5 changed files with 71 additions and 74 deletions
|
@ -1,16 +0,0 @@
|
|||
modLoader="javafml"
|
||||
loaderVersion="[13,)"
|
||||
version="1"
|
||||
|
||||
[[mods]]
|
||||
modId="techreborn"
|
||||
version="${version}"
|
||||
displayName="Tech Reborn"
|
||||
description="Tech Reborn"
|
||||
|
||||
[[dependencies.techreborn]]
|
||||
modId="reborncore"
|
||||
mandatory=true
|
||||
ordering="AFTER"
|
||||
side="BOTH"
|
||||
versionRange="[4.0.0,)"
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 10,
|
||||
"time": 123,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "minecraft:diamond_sword",
|
||||
"tag": {
|
||||
"Damage": 2
|
||||
}
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "minecraft:diamond",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 10,
|
||||
"time": 123,
|
||||
"ingredients" : [
|
||||
{
|
||||
"fluid": "minecraft:water"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "minecraft:diamond",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue