mods
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## [0.7.6] - Pending 02.05.2024
|
||||
## [0.7.6] - 01.05.2024
|
||||
### Fixes
|
||||
- Fixed shit with axe / saw behaviors.
|
||||
### Updated mods
|
||||
- TerraFirmaGreg-Core -> 0.5.3
|
||||
- Embeddium -> 0.3.16
|
||||
### Removed mods
|
||||
- Textrues_embeddium_options
|
||||
|
||||
## [0.7.5] - 01.05.2024
|
||||
### Fixes
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
"use_no_error_g_l_context": true
|
||||
},
|
||||
"notifications": {
|
||||
"force_disable_donation_prompts": true,
|
||||
"has_cleared_donation_button": false,
|
||||
"has_seen_donation_prompt": false
|
||||
"force_disable_donation_prompts": false,
|
||||
"has_cleared_donation_button": true,
|
||||
"has_seen_donation_prompt": true
|
||||
}
|
||||
}
|
||||
@@ -7,6 +7,7 @@
|
||||
#Renders map textures using mipmap. Vastly improves look from afar as well when inside a Map Atlas from Map Atlases or similar. Set to 0 to have no mipmap like vanilla
|
||||
#Range: 0 ~ 4
|
||||
maps_mipmap = 3
|
||||
#Fix minecraft entity shading to be exactly the same that blocks use. (1 for up,0.8 for north, 0.6 for west and 0.5 for down).This means that if you have a model and render it with a tile renderer or entity it will appear identical as one rendered via baked models
|
||||
fix_entity_renderer_shade = true
|
||||
#Fix minecraft entity shading to be exactly the same that blocks use. (1 for up,0.8 for north, 0.6 for west and 0.5 for down).This means that if you have a model and render it with a tile renderer or entity it will appear identical as one rendered via baked models.Using world only will prevent it from changing item rendered in GUIs, in case you dont like that look
|
||||
#Allowed Values: FALSE, WORLD_ONLY, TRUE
|
||||
fix_entity_renderer_shade = "WORLD_ONLY"
|
||||
|
||||
|
||||
2
mods
2
mods
Submodule mods updated: 52c18730df...86de95fe42
Reference in New Issue
Block a user