I wanna know how to spawn a cover block

Post Reply
User avatar
Midnight
Member
Posts: 168
Joined: Sun Dec 19, 2021 13:56
GitHub: MidnightPhantom
IRC: Dragon
In-game: Dragon_Abysss
Location: Dehradun, India

I wanna know how to spawn a cover block

by Midnight » Post

Please can anyone tell me how am I supposed to spawn a cover node around fluids in large caves so that water and lava won't flow and be like stagnant lakes and prevent the annoying obsidian-blocking caves.

And please only send codes and flowing liquid nodes everywhere I go. This is a small sample of this.
Attachments
screenshot_20221208_203850.png
screenshot_20221208_203850.png (371.65 KiB) Viewed 1268 times

User avatar
Midnight
Member
Posts: 168
Joined: Sun Dec 19, 2021 13:56
GitHub: MidnightPhantom
IRC: Dragon
In-game: Dragon_Abysss
Location: Dehradun, India

Re: I wanna know how to spawn a cover block

by Midnight » Post

Why the heck ain't anyone answering this question or tell me that is this mod to be put in offtopic discussion

Astrobe
Member
Posts: 570
Joined: Sun Apr 01, 2018 10:46

Re: I wanna know how to spawn a cover block

by Astrobe » Post

Probably because it does not exist. Also, the last paragraph doesn't make sense to me.

Apparently you are a modder. Do you ask how to do it with a mod? If this is the case, indeed you should have posted in "modding discussion" instead.
My game? It's Minefall.

User avatar
Desour
Member
Posts: 1469
Joined: Thu Jun 19, 2014 19:49
GitHub: Desour
IRC: Desour
In-game: DS
Location: I'm scared that if this is too exact, I will be unable to use my keyboard.

Re: I wanna know how to spawn a cover block

by Desour » Post

I don't know what a cover node is supposed to be. And I don't understand your question at all, due to language reasons. Could you rephrase your question?
he/him; Codeberg; GitHub; ContentDB; public personal TODO list; "DS" is preferred (but often too short)

User avatar
Skamiz Kazzarch
Member
Posts: 613
Joined: Fri Mar 09, 2018 20:34
GitHub: Skamiz
In-game: Skamiz
Location: la lojbaugag.

Re: I wanna know how to spawn a cover block

by Skamiz Kazzarch » Post

Randomly comes across this topic: "Hey, this question seems familiar."
Oh, it's because I already answered it literally within an hour when you asked it the first time in the mapgen thread about half a year ago.

Please see the attached code from that post to see how it can be done:
viewtopic.php?p=418667#p418667

Astrobe
Member
Posts: 570
Joined: Sun Apr 01, 2018 10:46

Re: I wanna know how to spawn a cover block

by Astrobe » Post

Skamiz Kazzarch wrote:
Mon May 29, 2023 21:34
Randomly comes across this topic: "Hey, this question seems familiar."
Not putting the blame on you at all, rather just a tip: you should have quoted them in your reply, as it triggers a notification that they'll eventually notice.
My game? It's Minefall.

User avatar
Unacceptium_core
Member
Posts: 152
Joined: Sun Mar 19, 2023 19:47
GitHub: Unacceptium
IRC: same as ingame names
In-game: unacceptium or unbihexium or ununennium or unbiquadium
Location: EU, hungary, Deák Ferenc Tér (Budapest)
Contact:

Re: I wanna know how to spawn a cover block

by Unacceptium_core » Post

if i understand, you want a node wich barriers how the water flow in caves? i dont think this need a mod, bc some node can do that

also using source blocks without flowing mechanism solve the question?
🇭🇺-i play on android! Metrotest map

User avatar
Midnight
Member
Posts: 168
Joined: Sun Dec 19, 2021 13:56
GitHub: MidnightPhantom
IRC: Dragon
In-game: Dragon_Abysss
Location: Dehradun, India

Re: I wanna know how to spawn a cover block

by Midnight » Post

Unacceptium_core wrote:
Tue May 30, 2023 19:38
if i understand, you want a node wich barriers how the water flow in caves? i dont think this need a mod, bc some node can do that

also using source blocks without flowing mechanism solve the question?
You understood correctly. And well please share some sort of code

User avatar
Midnight
Member
Posts: 168
Joined: Sun Dec 19, 2021 13:56
GitHub: MidnightPhantom
IRC: Dragon
In-game: Dragon_Abysss
Location: Dehradun, India

Re: I wanna know how to spawn a cover block

by Midnight » Post

Desour wrote:
Mon May 29, 2023 20:07
I don't know what a cover node is supposed to be. And I don't understand your question at all, due to language reasons. Could you rephrase your question?
I mean like you have large caves with liquids flowing everywhere ruining your creations(if underground) so I just wanted to know is there any way that in the large caves a barrier of nodes can be generated to prevent the flow of these liquids.

User avatar
Unacceptium_core
Member
Posts: 152
Joined: Sun Mar 19, 2023 19:47
GitHub: Unacceptium
IRC: same as ingame names
In-game: unacceptium or unbihexium or ununennium or unbiquadium
Location: EU, hungary, Deák Ferenc Tér (Budapest)
Contact:

Re: I wanna know how to spawn a cover block

by Unacceptium_core » Post

Midnight wrote:
Wed May 31, 2023 07:10
Unacceptium_core wrote:
Tue May 30, 2023 19:38
if i understand, you want a node wich barriers how the water flow in caves? i dont think this need a mod, bc some node can do that

also using source blocks without flowing mechanism solve the question?
You understood correctly. And well please share some sort of code
sorry, im not a modder, also i dont know why no one understand your question lol
🇭🇺-i play on android! Metrotest map

User avatar
Unacceptium_core
Member
Posts: 152
Joined: Sun Mar 19, 2023 19:47
GitHub: Unacceptium
IRC: same as ingame names
In-game: unacceptium or unbihexium or ununennium or unbiquadium
Location: EU, hungary, Deák Ferenc Tér (Budapest)
Contact:

Re: I wanna know how to spawn a cover block

by Unacceptium_core » Post

i think, the mod Midnight needs is a short code wich replaces flowing water with non-flowing water. this ALSO can be done with worldedit IF the replace tool can replace liquid nodes with anothers. i dont know if thats possible, buti think, it is. because water is also a node when placed, or not? im not sure..
🇭🇺-i play on android! Metrotest map

User avatar
Unacceptium_core
Member
Posts: 152
Joined: Sun Mar 19, 2023 19:47
GitHub: Unacceptium
IRC: same as ingame names
In-game: unacceptium or unbihexium or ununennium or unbiquadium
Location: EU, hungary, Deák Ferenc Tér (Budapest)
Contact:

Re: I wanna know how to spawn a cover block

by Unacceptium_core » Post

as Skamiz said, there is a mod made for this:
viewtopic.php?p=418667#p418667
🇭🇺-i play on android! Metrotest map

User avatar
Midnight
Member
Posts: 168
Joined: Sun Dec 19, 2021 13:56
GitHub: MidnightPhantom
IRC: Dragon
In-game: Dragon_Abysss
Location: Dehradun, India

Re: I wanna know how to spawn a cover block

by Midnight » Post

Unacceptium_core wrote:
Wed May 31, 2023 14:34
as Skamiz said, there is a mod made for this:
viewtopic.php?p=418667#p418667
I found his mod he had given a link to it actually

User avatar
LRV
Helper
Posts: 378
Joined: Mon Dec 19, 2016 17:29
GitHub: Mooncarguy
In-game: Mooncarman Mooncarguy

Re: I wanna know how to spawn a cover block

by LRV » Post

Moved to 'Problems'.
This is a cool signature. :)

Post Reply

Who is online

Users browsing this forum: v-rob and 5 guests