Some new canvas shaders
This commit is contained in:
parent
0301be97af
commit
aaef138306
10 changed files with 37 additions and 2 deletions
|
@ -26,7 +26,7 @@ dependencies {
|
|||
|
||||
optional "me.shedaniel:RoughlyEnoughItems:${project.rei_version}"
|
||||
optional "me.shedaniel:RoughlyEnoughItems-api:${project.rei_version}"
|
||||
// optional "grondag:canvas-mc116:${project.canvas_version}"
|
||||
optional "grondag:canvas-mc116:${project.canvas_version}"
|
||||
}
|
||||
|
||||
def optional(String dep) {
|
||||
|
|
|
@ -17,5 +17,5 @@
|
|||
fabric_version = 0.25.1+build.416-1.16
|
||||
cloth_config_version = 4.8.2
|
||||
cloth_events_version = 1.4.8
|
||||
canvas_version = 1.0.989
|
||||
canvas_version = 1.0.+
|
||||
rei_version = 5.6.2
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"defaultMaterial": "betterend:waving_floor"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"defaultMaterial": "betterend:leaves"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"defaultMaterial": "betterend:leaves"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"defaultMaterial": "betterend:waving_floor"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"defaultMaterial": "betterend:waving_floor"
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"defaultMap": {
|
||||
"spriteMap": [
|
||||
{
|
||||
"sprite": "betterend:block/twisted_vine_bottom",
|
||||
"material": "betterend:waving"
|
||||
},
|
||||
{
|
||||
"sprite": "betterend:block/twisted_vine",
|
||||
"material": "betterend:waving"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"material": "canvas:emissive_no_diffuse"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"material": "canvas:emissive_no_diffuse"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue