Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
❄️ Fix Snow
Browse files Browse the repository at this point in the history
  • Loading branch information
FokaStudio committed Sep 11, 2021
1 parent 698e59a commit 1bdfff4
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 32 deletions.
8 changes: 4 additions & 4 deletions assets/minecraft/models/block/snow_block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"credit": "Made with Blockbench",
"parent": "block/thin_block",
"textures": {
"1": "block/snow+",
"2": "block/snow++",
"particle": "block/snow",
"texture": "block/snow"
"1": "minecraft:block/snowplus",
"2": "minecraft:block/snowplusplus",
"particle": "minecraft:block/snow",
"texture": "minecraft:block/snow"
},
"elements": [
{
Expand Down
8 changes: 4 additions & 4 deletions assets/minecraft/models/block/snow_height10.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"credit": "Made with Blockbench",
"parent": "block/thin_block",
"textures": {
"1": "block/snow+",
"2": "block/snow++",
"particle": "block/snow",
"texture": "block/snow"
"1": "minecraft:block/snowplus",
"2": "minecraft:block/snowplusplus",
"particle": "minecraft:block/snow",
"texture": "minecraft:block/snow"
},
"elements": [
{
Expand Down
8 changes: 4 additions & 4 deletions assets/minecraft/models/block/snow_height12.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"credit": "Made with Blockbench",
"parent": "block/thin_block",
"textures": {
"1": "block/snow+",
"2": "block/snow++",
"particle": "block/snow",
"texture": "block/snow"
"1": "minecraft:block/snowplus",
"2": "minecraft:block/snowplusplus",
"particle": "minecraft:block/snow",
"texture": "minecraft:block/snow"
},
"elements": [
{
Expand Down
8 changes: 4 additions & 4 deletions assets/minecraft/models/block/snow_height14.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"credit": "Made with Blockbench",
"parent": "block/thin_block",
"textures": {
"1": "block/snow+",
"2": "block/snow++",
"particle": "block/snow",
"texture": "block/snow"
"1": "minecraft:block/snowplus",
"2": "minecraft:block/snowplusplus",
"particle": "minecraft:block/snow",
"texture": "minecraft:block/snow"
},
"elements": [
{
Expand Down
8 changes: 4 additions & 4 deletions assets/minecraft/models/block/snow_height2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"credit": "Made with Blockbench",
"parent": "block/thin_block",
"textures": {
"1": "block/snow+",
"2": "block/snow++",
"particle": "block/snow",
"texture": "block/snow"
"1": "minecraft:block/snowplus",
"2": "minecraft:block/snowplusplus",
"particle": "minecraft:block/snow",
"texture": "minecraft:lock/snow"
},
"elements": [
{
Expand Down
8 changes: 4 additions & 4 deletions assets/minecraft/models/block/snow_height4.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"credit": "Made with Blockbench",
"parent": "block/thin_block",
"textures": {
"1": "block/snow+",
"2": "block/snow++",
"particle": "block/snow",
"texture": "block/snow"
"1": "minecraft:block/snowplus",
"2": "minecraft:block/snowplusplus",
"particle": "minecraft:block/snow",
"texture": "minecraft:block/snow"
},
"elements": [
{
Expand Down
8 changes: 4 additions & 4 deletions assets/minecraft/models/block/snow_height6.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"credit": "Made with Blockbench",
"parent": "block/thin_block",
"textures": {
"1": "block/snow+",
"2": "block/snow++",
"particle": "block/snow",
"texture": "block/snow"
"1": "minecraft:block/snowplus",
"2": "minecraft:block/snowplusplus",
"particle": "minecraft:block/snow",
"texture": "minecraft:block/snow"
},
"elements": [
{
Expand Down
8 changes: 4 additions & 4 deletions assets/minecraft/models/block/snow_height8.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"credit": "Made with Blockbench",
"parent": "block/thin_block",
"textures": {
"1": "block/snow+",
"2": "block/snow++",
"particle": "block/snow",
"texture": "block/snow"
"1": "minecraft:block/snowplus",
"2": "minecraft:block/snowplusplus",
"particle": "minecraft:block/snow",
"texture": "minecraft:block/snow"
},
"elements": [
{
Expand Down

0 comments on commit 1bdfff4

Please sign in to comment.