Skip to content

Commit

Permalink
wallpapers
Browse files Browse the repository at this point in the history
props - trash, trash(spread), puddle, pebbles, dust, gravel patch, driftwood
mycelium foliage
devtextures
warped roots retexture
warped stalks
iron plating set
hazard marker set
metal ladder + sfx
???
glowing mushrooms
jelly :3
some unused stuff
  • Loading branch information
ice-nuclearcrackhead239 committed Dec 29, 2024
1 parent 0ae0441 commit 6997dfa
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/assets/svbcr/blockstates/jelly.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "svbcr:block/jelly"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "svbcr:block/jelly_translucent"
}
}
}
6 changes: 6 additions & 0 deletions src/main/resources/assets/svbcr/models/block/jelly.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "svbcr:block/jelly"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "svbcr:block/jelly_translucent"
}
}
3 changes: 3 additions & 0 deletions src/main/resources/assets/svbcr/models/item/jelly.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "svbcr:block/jelly"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "svbcr:block/jelly_translucent"
}

0 comments on commit 6997dfa

Please sign in to comment.