Coder Social home page Coder Social logo

enigmatica8's Introduction

Enigmatica 8

This is the official repository and issue-tracker for the modpack Enigmatica 8, for Minecraft 1.18

Table of Contents


Setup

For Contributors and Testers

Follow these steps to setup your workspace:

MultiMC (Linux / Windows / Mac)

Setup MultiMC Instance

  1. Download MultiMC and Git if you haven't already.
  2. Open MultiMC.
  3. Click Add Instance, choose Minecraft 1.18, click Ok.
  4. Click Edit Instance.
  5. Click Install Forge, pick the latest version.

Repository Setup

  1. Fork and clone the repository into the MultiMC Instance.
  2. Open the folder of the MultiMC Instance you made (step 1-5), and go into the .minecraft folder - Open a terminal/command line and use the following commands:
git init                                            # Initialize git in folder
git remote add origin URLToYourForkOfTheModpack     # Set remote origin to your fork of the modpack
git remote -v                                       # Verify remote
git fetch
git checkout develop
git pull
  1. Now double click the script InstanceSyncSetup.sh to setup InstanceSync. It is found in the automation folder.

You're done!

Tip: If you run into issues, verify that you are using the right Minecraft and Forge version in your MultiMC instance!

CurseForge App (Windows / Mac)

  1. Download the CurseForge App and Git if you haven't already.

  2. Fork and clone the repository to the Instances folder of the CurseForge App, the default path is C:\Users\{UserName}\Documents\Curse\Minecraft\Instances.

    • Note: If you've previously used the Twitch App the path will most likely be C:\Users\{UserName}\Documents\Twitch\Minecraft\Instances.
  3. Double click the script InstanceSyncSetup.bat to setup InstanceSync. It is found in the automation folder.

  4. Open the CurseForge App and you should see the modpack. If you already had CurseForge App open, restart it.

You're done!

Testing

If you would like to help test the modpack, you're very welcome to do so. The best way you can test is by playing the modpack, reporting bugs and providing feedback from your experience.

There are a few things we would like testers to consider/look for:

  • Bugs
  • Things you find boring/tedious
  • Things that need small optimizations, such as advancement text and textures.

Server Automation

An easier way to keep your server running on the latest modpack version. Follow the below steps to be able to update modpack version with only a few clicks.

Automatic updates with Git

Note: .bat files are for Windows, .sh are for Mac / Linux.

  1. Clone the repository to an empty folder.
  2. Open the automation folder.
  3. Run the script InstanceSyncSetup.
  4. Run the script update-server.

Re-run the script update-server whenever you want to update to a new modpack version.

Notes

  • Using the update-server script will reset changes you've made to all files tracked by the repository.
  • A world and mod folder backup are created before updating
  • Anything put in the overrides folder will be copied into the root folder when the update-server script is finished - I recommend you put any changed configs and added mods there.

Links

enigmatica8's People

Contributors

ars2014 avatar buuz135 avatar gcat101 avatar h4ckerxx44 avatar halfdeaf avatar kanzaji avatar mickelus avatar mutetiefling avatar nielspilgaard avatar popcraftreal avatar quezler avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

enigmatica8's Issues

LootJS

URL

https://www.curseforge.com/minecraft/mc-mods/lootjs-forge

Why would you like the mod added?

There is no concrete use-case for the players but I wanted to show you the mod and its possibilities for your pack developers.

LootJS is an add-on for KubeJS and allows you to heavily modify all kinds of loot-related things with JS-Scripts. Removing, adding and replacing drops is all possible. You can define a lot of conditions such as random chances, structure requirements, etc.
We know there are a lot of pack developers who tried to find something like this in the past because they wanted to remove certain drops or modify loot.

Wiki with examples and docs, can all be found on the linked GitHub.
Hope that's helpful for future development of nice modpacks. It supports 1.16 and 1.18.

Hexerei

URL

https://www.curseforge.com/minecraft/mc-mods/hexerei/

Why would you like the mod added?

This mod adds new ways of crafting items. using forge fluids inside the Mixing Cauldron along with 8 other items, mixing with neat animations it will output the desired item while draining the fluid the specified amount. Along with the Mixing Cauldron comes the Dipper, this item can be placed on top of the Mixing Cauldron to be able to dip any item inside whatever liquid you have inside your cauldron, this is based on recipe serialization so the modpack devs can add more recipes like dipping diamonds in blood to make blood diamonds for example. or something like if you have a mod that gives molten diamonds you can dip something in molten diamond, etc. This mod also adds many other items and cool decorative blocks, including candles (that have a melting time and can be lit seperately and can be mismatched colors in one spot), candelabras, herb jars which can store items like a storage drawer up to 1024 for only herb/greenery related items (based on a tag so devs can add more), coffers which are like shulker boxes but can display the items inside the coffer while walking up to it with nice animations, these can be punched to pick up (much like creates new boxes), renamed, and even displays the character when you open it up. there are many more items and decorative things just be sure to check it out :D

[Suggestion] Advisory about Gamerule playerSleepingPercentage

Describe your suggestion

As MANY modded players don't keep track of vanilla updates beyond the very obvious/talked about ones, and Morpheus is not updated, perhaps include an advisory letting players know about the new gamerule added in 1.17.

gamerule playersSleepingPercentage

Example: gamerule playersSleepingPercentage 50
Allows the night to pass with 50% of players on the server sleeping.

Perhaps also add as an optional note to the Wiki page for "Installing A Server"

Why would you like this added/changed?

To reduce confusion and annoyance (as well as possible future tickets) of players trying to host a multiplayer server for friends who are unaware of this added gamerule.

Can't enter Compact Machines

Modpack Version

1.05 Beta

Describe your issue.

I cannot enter any Compact Machine or teleport to any waypoints for the Compact Dimension.

Crash Report

No response

Latest Log

No response

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Singleplayer

Server doesn't start due to betterf3 accessing client side classes

Modpack Version

Clone at merge pull request #7 commit 673b3b7

Describe your issue.

After precisely following the setup for automation for servers, an error occurs (can be found in the latest log section).

Exact steps to reproduce:

  • git clone
  • Open the automation folder.
  • Run the script InstanceSyncSetup.bat
  • Run the script update-server.ps1
  • go back to root
  • run the script start-automated-server.bat
  • set the eula to true when prompted
  • press any key in the server command prompt

Temporary fix: remove betterf3 from mods folder

Crash Report

No response

Latest Log

https://gist.github.com/rafaeltab/fd596d103eb9ce79e96b114c70be8f6f

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Server

Tinkers Construct

Describe your suggestion

Tinkers Construct just got a 1.18 alpha release.

Why would you like this added/changed?

I feel like it's natural to add it since we already have it in Enigmatica 6.

Tetra Tools Compatibility

Modpack Version

1.0.4

Describe your issue.

Tetra pickaxe with steel and iron pickaxe heads is not always registering as an "Iron pickaxe" when attempting to harvest ores, such as harvesting Nickel or Redstone ores.

Supplementaries enchanted books also aren't accepted as enchanted books for applying to tetra tools.

Crash Report

No response

Latest Log

No response

Have you modified the modpack?

Yes

User Modifications

Updated Supplementaries to 1.1.9

Did the issue happen in singleplayer or on a server?

Server

UtilitiX

URL

https://www.curseforge.com/minecraft/mc-mods/utilitix

Why would you like the mod added?

It's a cool mod which adds a few useful items and blocks. I would compare it with Cyclic as it adds several stuff, too. There will still stuff be added.
Things worth to be mentioned:

  • Advanced Brewery -> combine/clone/upgrade potions
  • Wireless redstone repeater -> connect a few to a little "network"
  • Experience Crystal -> stores XP, collects XP orbs, has a gui to store/retrieve XP
  • Glue -> connect blocks together and use a piston to move all at once
  • and a few more...

Block Particle Issue

Modpack Version

1.0.1

Describe your issue.

When you break a block and the particles from such are still visible, picking up the item that was dropped causes the particles to turn black (hard to screenshot because of how short it is, but it's kinda jarring)
2021-12-05_16 42 01

Crash Report

No response

Latest Log

No response

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Singleplayer

[Applied Energistics 2] Certus Dust and Fluix Dust recipe missing

Modpack Version

1.0.4

Describe your issue.

For AE2's dusts, there doesn't appear to be a way to grind the dust down from crystals. Nothing appears in JEI and no known crushers seem to work. The Quartz Grindstone from AE2 also appears to have been removed?

Crash Report

No response

Latest Log

No response

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Both

Cannot start server: "win_args.txt" cannot be found or load

Modpack Version

Enigmatica8Server-1.0.4

Describe your issue.

Hi there,
I tried to set up a server by following the instructions from the "Installing a server"-Guide. Download etc. worked, but the server cannot start because the is an issue with the "win_args.txt"-file. I already looked for it - it is at the shown path. Of course I don't know, how it has to look like "inside".

What can I do? =)

Thanks for your help!

Enigmatica8Server_issue

Crash Report

No response

Latest Log

No response

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Server

Netty Handler Exception - Reaching out

Modpack Version

1.0.4

Describe your issue.

I do not expect this to gain any traction here. I have been researching this issue for a bit and finally someone has posted on the Forge Forum. However, when playing this modpack, and it seems other Forge based modpacks are running in a LAN environment; no players can join. Any player will receive this message:

internal exception: io.nettyhandler.codec.endcoderexception:io.netty.util.illegalreferencecountexceptionl refcnt: 0

There has been little information as to a resolution to this; other than port forwarding my public IP address, using a NAT Hairpin and let my wife join my game through my public IP address instead of my internal one as to be expected in a LAN connection.

Does anyone have any information that may resolve this and allow us to finally play the damn modpack we have been waiting for. (Apparently this is a well known issue among all Forge based Modpacks running 1.18.1 - I am sure the Forge Devs are looking into it, but I figured I would ask here in case.)

Crash Report

No response

Latest Log

No response

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Server

Supplementaries enchanted books for vanilla enchants unusable in Tetra Tools

The previous issue was closed, but uncertain about the answer to Supplementaries enchanted books.

From the previous issue:
Also intended behaviour, from the supplementaries wiki:

Stasis is a new enchantment just for slingshot and can be found in end cities

Originally posted by @mickelus in #43 (comment)

However, I am not attempting a Supplementaries enchantment. I've tried Sharpness 3 for my swords, Power V for my bow, etc. These are vanilla enchants, but Supplementaries replaces the books with its own. These are created by enchanting books in the vanilla enchanting table, so unsure how to get vanilla enchanted books to use on the tetra tool if Supplementaries replaces them.

The tag is Supplemenatries:Placeable_Books

If this is still intended, we need a way to convert them back to an identical vanilla enchanted book.

image
image
image
image

[Mod Suggestion] Dust

URL

https://www.curseforge.com/minecraft/mc-mods/dust/files/3548552

Why would you like the mod added?

Is a rewrite of an old 1.12 magic mod, that adds its own unique 'flavor' of magic not seen before in other main stream magic mods.
The 1.18 version is going to include the Pedestals mod from 1.16 in it, but be way more balanced, as well as a few other mods from the same author.
There will eventually be an almost 'Thaumcraft' style research system in it, along with various mobs that can be friended and used for automation, Dunegons, Structures, and other sorts of exploration that should fit in nicely with the 1.18 caves and cliffs update.

Bumblezone for 1.18.1

URL

https://www.curseforge.com/minecraft/mc-mods/the-bumblezone-forge

Why would you like the mod added?

I heard of bumblezone being suggested for 1.16.5 back when it was newish and it was declined for being too lacking. Now it is 1.18.1 and the mod was filled out quite a bit and has quite a bit of customizability. Including Beehemoth, Honey Fluid, and Pollen Puffs. I thought it wouldn't hurt for me to post a suggestion here to revisit the mod and see what you think lol. (technically, one can add new biomes to The Bumblezone by making a datapack and have the new biome json be under the the_bumblezone namespace and the mod pulls it in automatically. But that's more trickier to work with)

Let me know if there's anything problematic about it. As other Bee themed mods port to 1.18.1, I'll add compat with them back. Right now it has Productive Bees compat and Pokecube compat. Resourceful bees compat is planned for when they get ported.

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.