The Endergetic Expansion

The Endergetic Expansion

25M Downloads

How to verify, if installed The-Endergetic-Expansion is installed ? #2

VincentZocker opened this issue ยท 4 comments

commented

As followup of very fast closed #98

just check for Endergetic.

Where to check for Endergetic I expected to find it here.
Sorry for the probably stupid question, but I'm new to Minecraft

image

Maybe you can share a screenshot, this mostly explains a lot without words

commented

Now I use output ./build/libs/The-Endergetic-Expansion-1.16.1-2.0.1.jar

But still now new item with name Endergetic*

image

This is the last console ouput

[21:34:19] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
[21:34:20] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
[21:34:20] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
[21:34:20] [Render thread/INFO]: Loaded 0 advancements
[21:37:57] [Render thread/WARN]: Received passengers for unknown entity

What's the right way to deploy ?

commented

Go to your mods section:
image
Look for Endergetic:
image

commented

runServer is for running the mod on a dedicated server.
runData is for generating data, such a blockstates, loot tables, etc.

commented

Ahhhh ! Thank you ! Now I understand.

The README.ms is just a thumb template, and to start I've to

  • open Intellij and import project
  • generate start commands

image

- run it

image

Sorry for the beginner question, do I need the server as well to run it properly ?
What's the purpose of runData ?
image