A Minecraft mod for creating and interacting with web browsers
Go to file
2023-09-27 21:36:35 -04:00
gradle/wrapper update gradle 2023-09-21 22:40:01 -04:00
libs Packet for turning off a screen, start working on schema stuff 2023-09-27 21:36:35 -04:00
src Packet for turning off a screen, start working on schema stuff 2023-09-27 21:36:35 -04:00
.gitignore + Added base files 2018-01-26 18:03:02 +01:00
build.gradle mod compiles, things *really* don't work 2023-09-22 15:26:43 -04:00
cursors.piskel cursors 2023-06-04 22:14:13 -04:00
gradle.properties fix keyboard model, fix upgrade stacking&serialization, fix keyboard collision shape 2023-06-02 23:19:13 -04:00
gradlew + Added base files 2018-01-26 18:03:02 +01:00
gradlew.bat + Added base files 2018-01-26 18:03:02 +01:00
LICENSE Update LICENSE 2022-06-23 08:31:21 +09:30
README.md fix gui rendering, fix sounds being null, reimplement crosshair rendering 2023-09-27 14:41:35 -04:00
settings.gradle mod compiles, things *really* don't work 2023-09-22 15:26:43 -04:00

WebDisplays for Minecraft 1.19.2

This is a fork of the Web Displays mod from 1.12, updated to work in newer versions, and with some bug fixes and reworking.

Wiki

Delayed things

  • Plugin API
  • The Shop (what)
  • Center camera to screen when using keyboard
  • minePad management: check GuiContainer.draggedStack for minePad
  • In-game command to add/remove blacklisted domains
  • Config: RPMP (Real pixels per Minecraft pixels) (what)
  • CC Interface (for when it's actually possible, since the screens are client only currently, but a config option is planned to change that)
  • Redstone controls (same reason as CC interface)
  • Redo minisrv logic?