issues
search
Lythom
/
capsule
A minecraft mod : Bring your base! Capsules can capture a region containing any blocks or machines, then deploy and undeploy at will. Inspired by Dragon Ball capsules.
MIT License
17
stars
13
forks
source link
1.20 improvements
#110
Closed
Mrbysco
closed
10 months ago
Mrbysco
commented
10 months ago
Instead of constructing a new
ModelBlockRenderer
use the one that has already been constructed by the current Minecraft instance
Change
"".equals()
check to an
isEmpty
check since
getString
returns an empty string if the key isn't found
ModelBlockRenderer
use the one that has already been constructed by the current Minecraft instance"".equals()
check to anisEmpty
check sincegetString
returns an empty string if the key isn't found