Git Product home page Git Product logo

lanserverproperties's Introduction

LAN Server Properties

For Minecraft 1.12.2โ€“1.7.1, Forge and Fabric.

When this mod is installed, it enhances the vanilla Minecraft "Open to LAN" screen, which now also:

  • Allows for a port customization
  • Allows a user to disable the online mode, so that also unauthenticated players can join the LAN server.
  • This mod is client only, installing on a dedicated server will not affact anything.
  • Only the Lan server owner need to install this mod.
  • Installing this mod does not prevent you from joining other vanilla or mod servers.

##Dependencies

Forge Version

You need to install Forge and then install this mod.

Fabric Version

You need to install Fabric Loader and then install this mod. Fabric API is optional.

For developers

To modify and debug the code, first import the repo as a Gradle project in Eclipse IDE, and then run the gradle task genEclipseRuns. Most design work should happen in Fabric using yarn mapping. However, after remapping (see the following section), the forge folder can be imported to IDE as well. If the forge part cannot be imported into Eclipse, please copy gradlew, gradlew.bat and gradle folder into forge folder and retry.

Windows users need to replace ./ and ../ with .\ and ..\ respectively.

Since 1.17.1, LSP for Fabric and Forge share common code as much as possible. The entire code base uses Minecraft official mapping.

Compile Fabric artifact

git clone https://github.com/rikka0w0/LanServerProperties.git
cd LanServerProperties/fabric
./gradlew build

Compile Forge artifact

git clone https://github.com/rikka0w0/LanServerProperties.git
cd LanServerProperties/forge
./gradlew build

To specify JRE path (Since 1.17.1, Minecraft requires Java 16 or above):

./gradlew -Dorg.gradle.java.home=/path_to_jdk_directory <commands>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.