Skip to content

LostEngine/LostEngine

Repository files navigation

Building from source:

Make sure you have git and Java 21+ installed

git clone https://github.com/LostEngine/LostEngine.git
cd LostEngine
# Linux/Mac
./gradlew shadowJar
# Windows
gradlew.bat shadowJar

The build will be located in build/libs

Tip

You can use (Linux/Mac) ./gradlew runServer (Windows) gradlew.bat runServer to start a PaperMC server with the plugin automatically built and installed (use runFolia for Folia)

TODO:

  • Custom Items
    • Regular Items
    • Tools
    • Armors
    • Elytra
    • Trident
    • Bows/Crossbows
  • Custom Blocks
    • Dynamic block hardness
    • Drops/Required tool
    • Custom sounds
    • Transparent blocks
    • Lights/Redstone
  • Web editor
    • Upload/Download/Create files
    • View/Edit files
    • Config editor
      • View items/materials
      • Create/manage items/materials
  • Furniture
    • Furniture Entity
    • Interactable Furniture
  • Crafts
    • Inventory/Crafting table
    • Furnace
  • Glyphs (can copy https://github.com/LostEngine/Glyphs)
  • GUIs
  • World generation
  • Escape menu
  • Bedrock compatibility
    • Items
      • Regular items
      • Tools
      • Armor/Elytra/Trident
    • Translations (generated but not working correctly with geyser)
    • Custom blocks
  • Commands
    • /give
    • /setblock
    • /fill
    • /summon (for furniture)

About

LostEngine is a server side mod based on Paper/Folia

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages