Ex Nihilo: Creatio

Ex Nihilo: Creatio

17M Downloads

[BUG] items not showing in crucibles

resinate opened this issue ยท 3 comments

commented

when making custom blocks to lava/liquid amounts, if amount of liquid is over 1000mb per item, the item shows up blank in NEI

commented

Could you upload your json file so I can use it for testing.

commented

heres an example

Working
"minecraft:snow": {
"fluid": "cryotheum",
"amount": 1000
},

Not Working
"minecraft:snow": {
"fluid": "cryotheum",
"amount": 4000
},

commented

Fix merged.