Awesome! It's brilliant how you listen to everything we say here, and respond so quickly with an update!
It's pretty obvious because mod is new and author cares about itAwesome! It's brilliant how you listen to everything we say here, and respond so quickly with an update!
New screenshots:
- 1.7.10 compability
- Show player info (equipment, health, name, bed, etc.)
- Show mob equipment
- Show is it possible to harvest block with held item
- Some fixes
Nice mod. Is there 1.6.4 version since i am playing both 1.7.10 and 1.6.4. Will definitely come into my mods that must included in my pack .
Sent from my Nexus 5 using Tapatalk
User from Minecraft Forum suggest me to make transparent tooltips. It's look as on screenshot:
You made Waila
SmartCursor doesn't have API to extend ita mod similar to WAILA
WAILA doesn't give such detailed information about entities as SmartCursos does
Yes, it will be configurable option.Maybe option to set the transparency as well?
I work with mod only one week, is it necessary to have API now?SmartCursor doesn't have API to extend it
API = Mod compatibility. It's your choice to do it now, or in the future or neverYes, it will be configurable option.
I work with mod only one week, is it necessary to have API now?
Did you mean compatibility with WAWLA (or WAILA, I don't know) ?API = Mod compatibility. It's your choice to do it now, or in the future or never
No. For example I really love your mod (not really) and I have my mod that adds pets. All kinds of different pets. Some of them have special abilities and I want to show these abilities in your HUD.Did you mean compatibility with WAWLA (or WAILA, I don't know) ?
No. For example I really love your mod (not really) and I have my mod that adds pets. All kinds of different pets. Some of them have special abilities and I want to show these abilities in your HUD.
I could do something like SmartCursorAPI.registerHandler(new SCHandler());
and SCHandler implements ISmartCursorHandler, etc,etc..