Git Product home page Git Product logo

99-mods-on-the-wall--forge-edition-1.18.x's People

Contributors

claudiusminimus avatar

Watchers

 avatar

99-mods-on-the-wall--forge-edition-1.18.x's Issues

Copper pickaxe mining level error ?

Hello, i've found a tiny winy bitty problem.
During an exploration, i've found a lot of raw copper and very very few amount of iron, so i made a copper pickaxe since it and iron pickaxe have the same mining level.
image

But when i try it, i've got this :

image

And after trying, it seems that the tooltip is correct, i can't even mine stone mining level with copper :/

Best regards.

Versions :
Minecraft 1.18 - Forge
99 mod on the wall - featuring Create 2.6.1

Crash when I access my inventory

For the last couple of days, 99mtw has been crashing when I access my inventory - sometimes waiting for me to try and move an item, sometimes as soon as I hit 'e'. No messages, it just goes straight to 'Saving World'.

Any ideas?

99mtw.txt - from the AT launcher console.

crash-2022-01-28_21.47.18-client.txt - the actual crashlog.
.
Edit:
Deleting the instance in AT Launcher, and reinstalling , doesn't remove the behaviour. It doesn't happen in any other instances, using different mod packs or vanilla.

Significant lag spikes when generating new terrain

Throughout using this mod pack I've received major lag spikes when generating new terrain, especially in the nether. Rarely is it bad enough to crash, but every 2-3 seconds it seems it has a lag spike that last's anywhere between1-30 seconds. Occurs with and without optifine installed.

Bamboo Quest references craftable bamboo but JEI doesn't have it.

Looks like we're missing the recipe in 1.18-2.6.1, client release.

I found the recipe in the 1.16 version of 99mods and made the same for 1.18

Created a kubejs/data/plants/kubejs directory and created a bamboo.js file with the following:

onEvent('recipes', event => {
event.shaped('minecraft:bamboo', [
'R',
'R',
'S'
], {
R: '#forge:rods/wooden',
S: '#minecraft:saplings'
})
})

On restart, I can find the recipe as desired from 1.16 in the 1.18 version.

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.