Skip to content

Commit

Permalink
Fix line endings for Pine blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
careeoki authored May 17, 2024
1 parent eabfc62 commit 6582876
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 58 deletions.
22 changes: 11 additions & 11 deletions assets/cubyz/blocks/pine_fence.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"class" : "wood",
"hardness" : 7,
"drops" : [
"auto"
],
"absorbedLight" : 0x202830,
"rotation" : "fence",
"model" : "fence",
"texture" : "cubyz:pine_planks"
}
{
"class" : "wood",
"hardness" : 7,
"drops" : [
"auto"
],
"absorbedLight" : 0x202830,
"rotation" : "fence",
"model" : "fence",
"texture" : "cubyz:pine_planks"
}
24 changes: 12 additions & 12 deletions assets/cubyz/blocks/pine_log.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"class" : "wood",
"hardness" : 8,
"drops" : [
"auto"
],
"rotation" : "log",
"model" : "cube",
"texture" : "cubyz:pine_log",
"texture_top" : "cubyz:pine_log_top",
"texture_bottom" : "cubyz:pine_log_top"
}
{
"class" : "wood",
"hardness" : 8,
"drops" : [
"auto"
],
"rotation" : "log",
"model" : "cube",
"texture" : "cubyz:pine_log",
"texture_top" : "cubyz:pine_log_top",
"texture_bottom" : "cubyz:pine_log_top"
}
26 changes: 13 additions & 13 deletions assets/cubyz/blocks/pine_needles.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"class" : "leaf",
"hardness" : 0.4,
"drops" : [
"auto",
"0.1 cubyz:apple"
],
"degradable" : true,
"viewThrough" : true,
"absorbedLight" : 0x121012,
"model" : "cube",
"texture" : "cubyz:pine_needles"
}
{
"class" : "leaf",
"hardness" : 0.4,
"drops" : [
"auto",
"0.1 cubyz:apple"
],
"degradable" : true,
"viewThrough" : true,
"absorbedLight" : 0x121012,
"model" : "cube",
"texture" : "cubyz:pine_needles"
}
20 changes: 10 additions & 10 deletions assets/cubyz/blocks/pine_planks.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"class" : "wood",
"hardness" : 7,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:pine_planks"
}
{
"class" : "wood",
"hardness" : 7,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:pine_planks"
}
24 changes: 12 additions & 12 deletions assets/cubyz/blocks/pine_top.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"class" : "wood",
"hardness" : 8,
"drops" : [
"auto"
],
"rotation" : "log",
"model" : "cube",
"texture" : "cubyz:pine_log",
"texture_top" : "cubyz:pine_log",
"texture_bottom" : "cubyz:pine_log_top",
}
{
"class" : "wood",
"hardness" : 8,
"drops" : [
"auto"
],
"rotation" : "log",
"model" : "cube",
"texture" : "cubyz:pine_log",
"texture_top" : "cubyz:pine_log",
"texture_bottom" : "cubyz:pine_log_top",
}

0 comments on commit 6582876

Please sign in to comment.