Consolidating Development: 0.9.x (#846)
Signed-off-by: Pyritie <pyritie@gmail.com> Signed-off-by: TomPlop <tomdidome@gmail.com> Co-authored-by: Pyritie <Pyritie@gmail.com> Co-authored-by: Redeix <brayden.j.m.ford@gmail.com> Co-authored-by: TomPlop <tomdidome@gmail.com> Co-authored-by: aidie8 <aidenvanzuilen@gmail.com> Co-authored-by: Xikaro <os.valerievich@ya.ru> Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Zleub <debray.arnaud@gmail.com>
This commit is contained in:
parent
528672e95b
commit
d4c80a4b61
2192 changed files with 104647 additions and 53190 deletions
|
|
@ -1,28 +1,32 @@
|
|||
const registerTFGFluids = (event) => {
|
||||
|
||||
event.create('tfg:nether_slurry')
|
||||
.thickTexture(0x6b281b)
|
||||
.bucketColor(0x6b281b)
|
||||
.temperature(1000)
|
||||
.luminosity(7)
|
||||
.noBlock()
|
||||
|
||||
event.create('tfg:enriched_nether_slurry')
|
||||
.thickTexture(0x99594d)
|
||||
.bucketColor(0x99594d)
|
||||
.temperature(1000)
|
||||
.luminosity(7)
|
||||
.noBlock()
|
||||
|
||||
event.create('tfg:ender_slurry')
|
||||
.thickTexture(0x1b5c51)
|
||||
.bucketColor(0x1b5c51)
|
||||
.luminosity(2)
|
||||
.noBlock()
|
||||
|
||||
event.create('tfg:enriched_ender_slurry')
|
||||
.thickTexture(0x3a9178)
|
||||
.bucketColor(0x3a9178)
|
||||
.luminosity(2)
|
||||
.noBlock()
|
||||
// priority: 0
|
||||
|
||||
const registerTFGFluids = (event) => {
|
||||
|
||||
// TODO: remove these with space
|
||||
|
||||
event.create('tfg:nether_slurry')
|
||||
.thickTexture(0x6b281b)
|
||||
.bucketColor(0x6b281b)
|
||||
.temperature(1000)
|
||||
.luminosity(7)
|
||||
.noBlock()
|
||||
|
||||
event.create('tfg:enriched_nether_slurry')
|
||||
.thickTexture(0x99594d)
|
||||
.bucketColor(0x99594d)
|
||||
.temperature(1000)
|
||||
.luminosity(7)
|
||||
.noBlock()
|
||||
|
||||
event.create('tfg:ender_slurry')
|
||||
.thickTexture(0x1b5c51)
|
||||
.bucketColor(0x1b5c51)
|
||||
.luminosity(2)
|
||||
.noBlock()
|
||||
|
||||
event.create('tfg:enriched_ender_slurry')
|
||||
.thickTexture(0x3a9178)
|
||||
.bucketColor(0x3a9178)
|
||||
.luminosity(2)
|
||||
.noBlock()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue