Skip to content

Commit

Permalink
fix: remove invalid light_dampening component
Browse files Browse the repository at this point in the history
Component only existed for a single preview and isn't used at all anymore
  • Loading branch information
Joelant05 committed Sep 10, 2022
1 parent a0a7c10 commit ef02472
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "integer",
"title": "Block Light Filter",
"description": "The amount of light this block will filter out. Higher value means more light will be filtered out.",
"description": "The amount that light will be dampened when it passes through the block, in a range (0-15). Higher value means the light will be dampened more.",
"minimum": 0,
"maximum": 15,
"default": 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
"minecraft:light_emission": {
"$ref": "./light_emission.json"
},
"minecraft:light_dampening": {
"$ref": "./light_dampening.json"
},
"minecraft:friction": {
"$ref": "./friction.json"
},
Expand Down Expand Up @@ -47,6 +44,9 @@
"minecraft:preventsjumping": {
"$ref": "../../v1.18.30/components/preventsjumping.json"
},
"minecraft:block_light_filter": {
"$ref": "../../v1.18.10/components/block_light_filter.json"
},
"minecraft:creative_category": {
"$ref": "../../v1.16.100/components/creative_category.json"
},
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
"minecraft:light_emission": {
"$ref": "../../v1.19.20/components/light_emission.json"
},
"minecraft:light_dampening": {
"$ref": "../../v1.19.20/components/light_dampening.json"
},
"minecraft:friction": {
"$ref": "../../v1.19.20/components/friction.json"
},
Expand Down Expand Up @@ -47,6 +44,9 @@
"minecraft:preventsjumping": {
"$ref": "../../v1.18.30/components/preventsjumping.json"
},
"minecraft:block_light_filter": {
"$ref": "../../v1.18.10/components/block_light_filter.json"
},
"minecraft:display_name": {
"$ref": "../../v1.16.100/components/display_name.json"
},
Expand Down

0 comments on commit ef02472

Please sign in to comment.