Added Fluid routing to the routing nodes - this is done by using the Fluid Filter and placing a fluid container as the filter.

This commit is contained in:
WayofTime 2016-12-14 14:48:39 -05:00
parent ce52aea512
commit a5a17f6b04
24 changed files with 719 additions and 51 deletions

View file

@ -0,0 +1,16 @@
{
"forge_marker": 1,
"defaults": {
"model": "builtin/generated",
"transform": "forge:default-item"
},
"variants": {
"type": {
"exact": {
"textures": {
"layer0": "bloodmagic:items/FluidRouterFilterExact"
}
}
}
}
}

View file

@ -182,6 +182,7 @@ item.BloodMagic.itemFilter.exact.name=Precise Item Filter
item.BloodMagic.itemFilter.ignoreNBT.name=NBT Item Filter
item.BloodMagic.itemFilter.modItems.name=Mod Item Filter
item.BloodMagic.itemFilter.oreDict.name=Ore Dictionary Item Filter
item.BloodMagic.fluidFilter.exact.name=Fluid Filter
item.BloodMagic.experienceTome.name=Tome of Peritia
item.BloodMagic.sanguineBook.name=Inspectoris Scandalum
@ -532,6 +533,8 @@ tooltip.BloodMagic.itemFilter.ignoreNBT=Ignores the NBT of the filter
tooltip.BloodMagic.itemFilter.modItems=Matches all items from the same mod
tooltip.BloodMagic.itemFilter.oreDict=Used to filter through the Ore Dictionary
tooltip.BloodMagic.itemFilter.exact=Filters the fluid input/output
tooltip.BloodMagic.fluid.type=Fluid Contained
tooltip.BloodMagic.fluid.amount=Amount
tooltip.BloodMagic.fluid.capacity=Capacity

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 B