sp614x

Results 100 comments of sp614x

Resetting video settings could help: Options -> Video Settings -> Other -> Reset Video Settings

The Custom Player Models could be used for cheating in PvP. The simplest example is a fully transparent model or a very small (1cm) model. Even making a very big...

Even when other players don't use the models, they can still be used for cheating. For example make all other players wear very long hats (10m or more). Then the...

The needs custom flags to be passed in the vertex format. For example: ``` attribute uint mc_flags; ... if (mc_flags & MC_FLAG_CAN_RAIN) { ... } ```

What are the exact changes that have to be done?

Running standalone or with Forge? Other mods installed? Specific steps to reproduce it? Crash log for the crashes?

Would it make sense to add OF specific version checks? For example: a) OF RP version = 1000 + RP version: 18 => 1018 ``` "overlays": { "entries": [ {...

The missing entities don't use the standard entity models which can be customized. Their rendering is hardcoded in the render classes and each one of them would need a special...

Relevant #2634, #1657, #279.