This commit is contained in:
Xikaro 2024-05-01 21:22:17 +05:00
parent 9bf484dc82
commit 302f744af4
4 changed files with 11 additions and 7 deletions

View file

@ -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

View file

@ -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
}
}

View file

@ -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

@ -1 +1 @@
Subproject commit 52c18730dfee81129fc4730b85ffdeda6131d797
Subproject commit 86de95fe42b259eec03896a7c394dd939a03fa91