Skip to content

Commit

Permalink
OSE state changes for torch and lantern (#89)
Browse files Browse the repository at this point in the history
* adding states for OSE items

* Revert "adding states for OSE items"

This reverts commit c7e3a97.

* ose state changes for items

---------

Co-authored-by: Team11User054 <[email protected]>
  • Loading branch information
Andrew-Staggs and Team11User054 authored Sep 2, 2024
1 parent 8079413 commit d3a11c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sources.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ export default {
"Torches": {
"type": "item",
"consumable": true,
"states": 2,
"light": [
{
"bright": 20, "dim": 30, "angle": 360, "color": "#ff9329", "alpha": 0.5,
Expand All @@ -521,6 +522,7 @@ export default {
"Lantern": {
"type": "item",
"consumable": false,
"states": 2,
"light": [
{
"bright": 20, "dim": 30, "angle": 360, "color": "#ff9329", "alpha": 0.5,
Expand Down

0 comments on commit d3a11c9

Please sign in to comment.