Fixed Sign States

This commit is contained in:
Frank 2023-05-25 17:20:32 +02:00
parent f91a016c1d
commit d4d4294c62
41 changed files with 190 additions and 23 deletions

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/dragon_tree_particles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/dragon_tree_particles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/end_lotus_particles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/end_lotus_particles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/helix_tree_particles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/helix_tree_particles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/jellyshroom_particles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/jellyshroom_particles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/lacugrove_particles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/lacugrove_particles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/lucernia_particles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/lucernia_particles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/mossy_glowshroom_particles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/mossy_glowshroom_particles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/pythadendron_particles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/pythadendron_particles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/tenanea_particles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/tenanea_particles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/umbrella_tree_particles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/umbrella_tree_particles"
}
}
}

View file

@ -0,0 +1,5 @@
{
"textures": {
"particle": "betterend:block/dragon_tree_planks"
}
}

View file

@ -0,0 +1,5 @@
{
"textures": {
"particle": "betterend:block/end_lotus_planks"
}
}

View file

@ -0,0 +1,5 @@
{
"textures": {
"particle": "betterend:block/helix_tree_planks"
}
}

View file

@ -0,0 +1,5 @@
{
"textures": {
"particle": "betterend:block/jellyshroom_planks"
}
}

View file

@ -0,0 +1,5 @@
{
"textures": {
"particle": "betterend:block/lacugrove_planks"
}
}

View file

@ -0,0 +1,5 @@
{
"textures": {
"particle": "betterend:block/lucernia_planks"
}
}

View file

@ -0,0 +1,5 @@
{
"textures": {
"particle": "betterend:block/mossy_glowshroom_planks"
}
}

View file

@ -0,0 +1,5 @@
{
"textures": {
"particle": "betterend:block/pythadendron_planks"
}
}

View file

@ -0,0 +1,5 @@
{
"textures": {
"particle": "betterend:block/tenanea_planks"
}
}

View file

@ -0,0 +1,5 @@
{
"textures": {
"particle": "betterend:block/umbrella_tree_planks"
}
}