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

Commit

Permalink
Updated luminance field of block (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlsoSomeoneElse committed Dec 13, 2020
1 parent ff211fe commit b95fe7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon-1.14.x/templates/block/block.json.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"value": ${data.slipperiness}
},
"minecraft:block_light_emission": {
"emission": ${data.luminance}
"emission": ${data.luminance / 15}
},
"minecraft:flammable": {
"flame_odds": ${data.flammability},
Expand All @@ -38,4 +38,4 @@
}
}
}
<#-- @formatter:on -->
<#-- @formatter:on -->

0 comments on commit b95fe7b

Please sign in to comment.