Skip to content

Commit a02e769

Browse files
committed
- bumb
1 parent 59d118c commit a02e769

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## v2.0.1 (1.21)
22
- fixed fabric server crash
33
- fixed mipmap issues
4-
- further improvements ui-tooltips
4+
- further improvement ui-tooltips
55
- added tooltips for jsonstats
66
- fixed skinpreview
77
- fixed onhit and on death potion effects

common/src/main/java/smartin/miapi/modules/properties/render/EmissivityProperty.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* The EmissivityProperty defines the emissive light levels for an item or block. Emissive properties affect how much light
1616
* an item or block emits.
1717
* These values are applied to the item or block to control its visual appearance in lighting conditions.
18+
* This can also be used in a mcmeta for models under "miapi_model_data" "lightValues"
19+
*
1820
* @description_end
1921
* @data sky: An integer representing the light level emitted in the sky.
2022
* @data block: An integer representing the light level emitted from the block.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.parallel=false
44
minecraft_version=1.21
55

66
archives_base_name=Truly-Modular-miapi
7-
mod_version=2.0.0
7+
mod_version=2.0.1
88
maven_group=smartin
99
mod_id=miapi
1010
credits=KawataroTB, Nytifx, Ace, Beniven, Repeat, RPGLordLight and others

0 commit comments

Comments
 (0)