[BUG] items not showing in crucibles
resinate opened this issue ยท 3 comments
when making custom blocks to lava/liquid amounts, if amount of liquid is over 1000mb per item, the item shows up blank in NEI
heres an example
Working
"minecraft:snow": {
"fluid": "cryotheum",
"amount": 1000
},
Not Working
"minecraft:snow": {
"fluid": "cryotheum",
"amount": 4000
},