Update fluid p2p to use a green texture

This commit is contained in:
yueh
2020-09-25 13:29:17 +02:00
parent 30ac8d59f7
commit 0e02eb6538
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
{
"parent": "appliedenergistics2:item/p2p_tunnel_base",
"textures": {
"type": "block/lapis_block"
"type": "appliedenergistics2:block/fluid_interface"
}
}
@@ -1,6 +1,6 @@
{
"parent": "appliedenergistics2:part/p2p/p2p_tunnel_base",
"textures": {
"type": "block/lapis_block"
"type": "appliedenergistics2:block/fluid_interface"
}
}