34 lines
875 B
Markdown
34 lines
875 B
Markdown
# WebDisplays for Minecraft 1.12.2
|
|
This is the unfinished port of the WebDisplays mod for Minecraft 1.12.2. The text below is my "TODO" list.
|
|
|
|
### Missing features
|
|
* Peripheral: OpenComputers interface
|
|
* Read config (see "Config elements" below)
|
|
* Miniserv timeout
|
|
* Recipe for server block
|
|
* del command
|
|
|
|
### TODO
|
|
* French translations
|
|
* minePad management: check GuiContainer.draggedStack for minePad
|
|
* Change mod name to WD2
|
|
* Put a limit on screen resolution
|
|
* Auto-find rotation for BOTTOM & TOP screens
|
|
|
|
### Config elements
|
|
* Site blacklist
|
|
* minePad resolution
|
|
* Homepage
|
|
* RPMP (Real pixels per Minecraft pixels)
|
|
* Browser language
|
|
* Screen load/unload distance (max distance = 60.0)
|
|
* Disable ownership thief item
|
|
* Disable hard recipes
|
|
|
|
### Delayed things
|
|
* Plugin API
|
|
* The Shop
|
|
* CC Interface, if CC gets updated...
|
|
* Center camera to screen when using keyboard
|
|
|