-
Notifications
You must be signed in to change notification settings - Fork 38
FluidOnTopRegistry
MikeLydeamore edited this page Aug 21, 2016
·
1 revision
#Fluid On Top Registry
The Fluid On Top registry allows blocks to be created when one fluid is in the barrel, and another fluid is on top (placed in-world). By default, Ex Nihilo Adscensio adds the following recipes:
Fluid in barrel | Fluid on top | Output |
---|---|---|
Water | Lava | Cobblestone |
Lava | Water | Obsidian |
Each element of the JSON is as follows:
{
"fluidInBarrel": "fluidname" (String),
"fluidOnTop": "fluidname" (String),
"result": {
"name": "modid:block",
"meta": meta
}
}