From 96d7c92c3777b645cb5ccf06a199b2ee9eef81bc Mon Sep 17 00:00:00 2001 From: ds58 <30220598+ds58@users.noreply.github.com> Date: Fri, 10 Nov 2023 22:46:18 -0600 Subject: [PATCH] MIT License, start new README, gradle.properties cleanup --- LICENSE | 22 +++++++++++++++++++++- README.md | 25 +++++++++++++++++-------- gradle.properties | 20 ++++---------------- 3 files changed, 42 insertions(+), 25 deletions(-) diff --git a/LICENSE b/LICENSE index b2669d7..49e4784 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1,21 @@ -This mod and its source code is now in public domain. Feel free to do whatever you want with it; make forks, distribute it... whatever I would appreciate it, of course, if you credited me 😊 Thank you! +MIT License + +Copyright (c) 2023 CinemaMod Group + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index e19d6e3..d1d640f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,19 @@ -# CinemaMod WebDisplays -This is a fork of the WebDisplays mod from 1.12, updated to work in newer versions, and with some bug fixes and reworking. - -Cinemamod WebDisplays also uses CinemaMod's [MCEF](https://github.com/CinemaMod/mcef) and [JCEF](https://github.com/CinemaMod/java-cef), which should allow for WD to be a bit more seamless than [Chromium's JCEF](https://github.com/chromiumembedded/java-cef) would allow for. - # WebDisplays -WebDisplays adds a screen block, which allows you to browse the internet in minecraft. +WebDisplays is a mod for creating and interacting with web browsers in Minecraft. You can create screens in your world and browse the internet. -### Wiki -* A Wiki which details all blocks/items can be found on [montoyo's website](https://montoyo.net/wdwiki/). However, a lot of stuff has changed since that wiki was written. +WebDisplay was originally written by montoyo. It is currently maintained by CinemaMod Group. + +Download WebDisplays from either: +- CurseForge: https://legacy.curseforge.com/minecraft/mc-mods/webdisplays +- Modrinth: TODO + +**WebDisplays Requires MCEF!** You must install MCEF in order for WebDisplays to work. + +Download MCEF from either: +- CurseForge: https://legacy.curseforge.com/minecraft/mc-mods/mcef +- Modrinth: https://modrinth.com/mod/mcef + +## Wiki +[Outdated Wiki from the original creator](https://montoyo.net/wdwiki/index.php?title=Main_Page) + +[Outdated Getting Started](https://montoyo.net/wdwiki/index.php?title=Screen) \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index b6708a3..47c8dda 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,17 +1,5 @@ # Done to increase the memory available to gradle. -org.gradle.jvmargs=-Xmx3G -loom.platform=forge - -# Fabric Properties -# check these on https://fabricmc.net/develop -minecraft_version=1.19.2 -yarn_mappings=1.19.2+build.28 -loader_version=0.14.14 - -# Mod Properties -mod_version = 1.3.3 -maven_group = net.montoyo.wd -archives_base_name = webdisplays - -# Dependencies -forge_version=1.19.2-43.2.6 +org.gradle.jvmargs = -Xmx3G +mod_version = 2.0.0-1.20.1 +maven_group = com.cinemamod +archives_base_name = webdisplays \ No newline at end of file