GithubHelp home page GithubHelp logo

all-the-mods-7-sky's People

Contributors

alfredggttv avatar cantbelucifer avatar enigmaquip avatar jeremiahwinsley avatar kada49 avatar ki-tan2934 avatar melanx avatar mitchell5200 avatar oly2o6 avatar rafacasari avatar ryanlie avatar shartte avatar thevortex 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

Watchers

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

all-the-mods-7-sky's Issues

Mods removed in 1.0.2 (Entangled, FastSuite)

The mods Entangled and FastSuite are present in modpack version 1.0.1 but not in 1.0.2. Is this intentional? If so, it would be good to mention this in the changelog. If not, please re-add.

Server Files not working

When trying to get the server files to boot a server I keep getting fatal errors. I have spent a few hours playing with it even with some of my server staff members and none of us can figure this out. I hope I'm not being an idiot here.

I start off by getting the server files from the curse forge page then extract them and run the server start bat file. It down loads forge and after a bit I get this error:

Unrecognized VM option 'UseZGC' Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. Restarting automatically in 10 seconds (press Ctrl + C to cancel)

Tried changing all kinds of args without any luck. including removing that "UseZGC" and tried enabling the experimental VM options without luck too.

Again I hope I'm not being an ape here, I have hosted MC servers for over a decade and this has me stumped...Thanks

Compressed Flint

Not really an issue but not a mod suggestion either. With the amount of flint that you gather from sieving can we get a compressed flint block added for easier storage especially for early game??

Thanks!!

Tinkers Ingot cast doesnt have a recipe for Osmium Ingot

In newest update 1.0.2 there is no ingot cast recipe for molten osmium. You can still cast it in block form but not the ingot form. Not sure if this in intended or not. After more work tin,lead,nickel,aluminum,uranium, and silver have this issue as well

Carry-On Compact Machine bug

Moving Compact Machine remove its connection and the existing room become inaccessible.

1. There is a machine bound to [0, -64]

2022-08-17_23 31 50
2022-08-17_23 32 01

2. Carry-On the machine

2022-08-17_23 32 12

3. The machine is reset

2022-08-17_23 32 24
2022-08-17_23 32 35

Quest gives wrong steel

The quest names storing power in the quest line getting started pt 2 gives for quest reward 2 steel ingots but it's from the wrong mod(mekanism) so u can't actually use those steel ingots

Bugs regarding the mods @IronFurnaces and @FunctionalStorage

A furnace from @IronFurnaces only exports 64 Items into a drawer slot when using auto output and stops outputting anymore (when the drawer has a void upgrade equipped, the items get destroyed even though the limit has not been reached).
image
image

Another bug: When the furnace from @IronFurnaces auto outputs items into a storage controller which has an empty and locked drawer connected the items will get deleted even without an void upgrade.
image

[1.0.0] HNN Loading Errors

Saw these in the log on startup - probably not intended

[12Aug2022 20:50:08.599] [Worker-Main-14/ERROR] [hostilenetworks/]: Failed parsing data_models file hostilenetworks:pig.
[12Aug2022 20:50:08.712] [Worker-Main-14/ERROR] [hostilenetworks/]: Failed parsing data_models file hostilenetworks:sheep.

Enderium dust

Enderium dust should have a recipe that doesnt involve the ore hammer as that needlessly hinders automation for it

Allthemodium/Vibranium duping recipe

Allthemodium, vibranium and many other metals can be duped by extrding to a rod with 1 ingot and being recycle into 2 ingots by the Arc furnace in immersive engineering.
1
2

[Bug] Duping with Barrels

You can Shift Rightclick blocks to transport them.
If you do it with Barrels with content the content will duplicate.
I only tested it with Clay, so I dont know if this works with other contents

image
image
image
image
image

2 Quests for the same Item

In ATM7 Sky 1.0.0, there are 2 quests for the RFTools Coal generator, one in the getting started tab, and another in the All the power tab.

image
image

Duplication bug with bundle and backpack

Backpacks can be upgraded to store multiple stacks of item in one slot and this can be applied to a empty bundle.
Any items can be inserted in the slot with multiple empty bundles and filled all the bundles at the same time.
Items can be dupped by simply taking out these bundle from the backpack and retrieve multiple stacks of items.

Ex Nihilo Barrel recipes are gone

Can no longer make clay block in a barrel, etc. I checked, and there are no Ex Nihilo barrel uses in JEI, except as fuel and such.

Two questions

The advanced information of F3+H shows that there will be multiple labels. I hope to turn off some. The following picture is after I turned off cofh, ie, create, and cucumber. Why do authors like to recreate a bunch of wheels.

Players teleporting across latitudes will cause all disconnects.

1)PWTXY_D3I60XMT2ZLPC1C

[Suggestion]The game starts to get stones, it is recommended to change to holding a stick

The game starts to get stones, it is recommended to change to holding a stick. That avoids troubles for later games.

onEvent('block.right_click', event => {
if (event.hand != MAIN_HAND) { return; }
let block = event.block
if (block.hasTag("minecraft:dirt")) {
let player = event.player
if (player.getMainHandItem() == Item.of("minecraft:stick")) {
let loot = [
"exnihilosequentia:andesite_pebble",
"exnihilosequentia:basalt_pebble",
"exnihilosequentia:blackstone_pebble",
"exnihilosequentia:diorite_pebble",
"exnihilosequentia:granite_pebble"
]
random = Math.floor(Math.random() * 2 * loot.length)
dropItem = Item.of(loot[random] ?? "exnihilosequentia:stone_pebble")
block.popItemFromFace(dropItem,event.facing)
//player.addExhaustion(1)
player.swingArm(event.hand)
}
}
})

No Mekanism ore processing recipe for some of the AllTheOres raw ore blocks

The following blocks cannot be processed by the mekanism enrichment chamber like similiar items like 'Block of Raw Iron' can be:

  • Block of Raw Nickel
  • Block of Raw Silver
  • Block of Raw Aluminum
  • Block of Raw Zinc
  • Block of Raw platinum

Additionally,
-Enriching (mekanism) Block of Raw cobalt results in a KubeJS Cobalt dust which does not have a smelting recipe
-Missing a recipy for (alltheores) iridium plate in the Immersive Engineering Metal Press (with plate mold)

This seems like a bug/omission so I hope the missing recipes can be added.

Lead essence craft to ingot gives the wrong ingot type

The lead essence from mystical agriculture gives the ingot from FTB Industrial Contraptions instead of the supposed AllTheOres one.

I think it is a bug since crafting ingots to nuggets or block gives AllTheOres' lead nuggets and block.

It is an issue since it prevents the use of a compacting drawer to store autocrafted ingots from essence.

[1.0.2] Can't create world

image
I get the following error when i try to create a new world on a fresh install of the modpack on 1.0.2 and 1.0.1, I'm using Java 18 from Oracle and PolyMC (flatpak) as launcher. Most data packs are in red and say that they're built for a previous version of minecraft
https://pastebin.com/ipyNLB6j
This is the minecraft log I get.

[1.0.0] Cannot find function discard in object ItemEntity['Gravel'/1579

Chat and log spam of Cannot find function discard in object ItemEntity['Gravel'/1579

./logs/debug.log:dev.latvian.mods.rhino.EcmaError: TypeError: Cannot find function discard in object ItemEntity['Gravel'/1579, l='com.simibubi.create.foundation.ponder.PonderWorld@78834a41', x=1.20, y=1.00, z=1.20]. (client_scripts:ponder/exnihilo.js#144)
./logs/debug.log:[13août2022 12:29:57.547] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [CHAT] [PonderJS ERROR] TypeError: Cannot find function discard in object ItemEntity['Gravel'/1579, l='com.simibubi.create.foundation.ponder.PonderWorld@78834a41', x=1.20, y=1.00, z=1.20]. (client_scripts:ponder/exnihilo.js#144)

ATM7 To the Sky - Mod Suggestion Thread

Please comment here with any suggestions for mods you would like to see included in the modpack and the dev team may consider it.

Refined Storage will not be added, it is not under consideration, and any comments including it will be deleted.

Mods must be for forge, updated to 1.18.2, and on curseforge. Please include a link directly to the mod's page on curseforge

Mycelium Spores Called Ancient Spores in Soul Sand Quest

The soul sand quest says 'Sand is not only required to get soulsand, it is also required to get the ancient spores to make mycelium!' Instead, it should say 'Sand is not only required to get soul sand, it is also required to get the mycelium spores to make mycelium!' The spores also come from sieving dirt, not sand.

Possibly wrong Loottable

The loottable for sifting sand with meshes from iron tier and upwards shows the "Salt" drop from Mekanism twice.
image

Server Crash on Startup

Server is crashing with the following error:
Failed to load datapacks, can't proceed with server load. You can either fix your datapacks or reset to vanilla with --safeMode
(i have set the Level-type level-type=skyblockbuilder:skyblock )
https://pastebin.com/in33KprA

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.