-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snow on Tiled Roofs #56
Comments
there's nothing we can generally do about that other than simply disabling snow on our roof tiles |
Theoretically we could make our own version of "snow" which is smoother on
it. I think there is stuff for that probably.
Am Fr., 27. Sept. 2019 um 06:28 Uhr schrieb AshersLab <
[email protected]>:
… there's nothing we can generally do about that other than simply disabling
snow on our roof tiles
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#56?email_source=notifications&email_token=ABRD3S5JRKYMPQZQRRYTJ33QLXG3DA5CNFSM4I2MHW42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7YKUZQ#issuecomment-535865958>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABRD3SZEEBP3GHEEAC7I77LQLXG3DANCNFSM4I2MHW4Q>
.
|
possibly? however snow is an actual block so we couldn't just adjust that. instead we'd have to have seperate models for our shingles, which would also mean in the very least twice as many models |
No possibility for an overlay or something like that? If not, we can just
set that snow can't land on any of our shingles or shingle slabs.
Am Fr., 27. Sept. 2019 um 06:32 Uhr schrieb AshersLab <
[email protected]>:
… possibly? however snow is an actual block so we couldn't just adjust that.
instead we'd have to have seperate models for our shingles, which would
also mean in the very least twice as many models
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#56?email_source=notifications&email_token=ABRD3S6U2MEDKMA4U52L3PLQLXHJ3A5CNFSM4I2MHW42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7YK7OA#issuecomment-535867320>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABRD3S7TUTFV6CFKOVHY5QTQLXHJ3ANCNFSM4I2MHW4Q>
.
|
an overlay? not sure what you mean there, any rendering is done via models. |
I don't know, something like what is done with the waterlogged stuff of
blocks.
Am Fr., 27. Sept. 2019 um 06:57 Uhr schrieb AshersLab <
[email protected]>:
… an overlay? not sure what you mean there, any rendering is done via models.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#56?email_source=notifications&email_token=ABRD3SZDLQUCCSWZ4I334ODQLXKKBA5CNFSM4I2MHW42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7YNALQ#issuecomment-535875630>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABRD3S4KNUWGZWSQTCYRWTDQLXKKBANCNFSM4I2MHW4Q>
.
|
Could you just use a different texture?
Colton Schlosser
… On Sep 27, 2019, at 4:59 AM, Raycoms ***@***.***> wrote:
I don't know, something like what is done with the waterlogged stuff of
blocks.
Am Fr., 27. Sept. 2019 um 06:57 Uhr schrieb AshersLab <
***@***.***>:
> an overlay? not sure what you mean there, any rendering is done via models.
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#56?email_source=notifications&email_token=ABRD3SZDLQUCCSWZ4I334ODQLXKKBA5CNFSM4I2MHW42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7YNALQ#issuecomment-535875630>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ABRD3S4KNUWGZWSQTCYRWTDQLXKKBANCNFSM4I2MHW4Q>
> .
>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@cltnschlosser would require a different model (as mentioned) |
OKay, then we should probably just disable snow on them |
There's several mods that add snow layers to stairs etc, but I tried them all when i was building my latest mod pack, and they use weird workarounds that are not very server friendly. |
@Zygus42 yes there are mods that enable that type of thing, however that would require us to also add code to either support those mods, or add those types of features into our own, this isn't something that we'd really want to do, nor would it be very feasible due to the fact that our shingles, while similar to stairs and technically are stairs, have different models/textures/etc from stairs |
I wasn't suggesting you do, in fact, I was just pointing out that there doesn't seem an easy solution to this problem in minecraft as it stands. Without, as you say, adding new models for a fairly fringe situation. On the other hand, snow would fit the look of your tile set perfectly, making it look like a european christmas scene. |
minecolonies-1.12.2-0.10.351-ALPHA-universal
Expected behavior
Snow fitting to roof tile shape.
Actual behaviour
Steps to reproduce the problem
Let it snow.
The text was updated successfully, but these errors were encountered: