Hacker1254 / MineKhan-Modded

This is a Mod of Minekhan
3 stars 4 forks source link

Chat! #1

Open Hacker1254 opened 3 years ago

Hacker1254 commented 3 years ago

Ok this is where we now chat

Hacker1254 commented 3 years ago

Test - https://www.khanacademy.org/computer-programming/extra-tests/6267806583570432

Hacker1254 commented 3 years ago

im adding very useful blocks that make you fly! image

Hacker1254 commented 3 years ago

Very Useful in the beta

Hacker1254 commented 3 years ago

I GOT SWIMMING WORKING!

By using the code

    if(block == blockIds.Water) {
        p.jumpSpeed = 0.135;
        p.gravityStength = -0.01;
        if (Date.now() < p.lastJump + 400)
        p.velocity.y = p.jumpSpeed;
        liquid = true
        r = 255
        return false;

it makes the swimming 100x better you cant inf jump! just a tad of tweaking needed

Hacker1254 commented 3 years ago

Test - https://www.khanacademy.org/computer-programming/extra-tests/6267806583570432

Test it out there

Hacker1254 commented 3 years ago

working on making water gen better and Bruh, what is this lol image

Hacker1254 commented 3 years ago

This is what i want

            if(gen<60 && !superflat) {
                gen = 59;
                chunk.setBlock(i, gen, k, blockIds.Water);
                chunk.setBlock(i, gen, + 1, k, blockIds.Water);
                chunk.setBlock(i, gen - 1, k, blockIds.Water);
                chunk.setBlock(i, gen - 2, k, blockIds.Water);
                chunk.setBlock(i, gen - 3, k, blockIds.Water);
                chunk.setBlock(i, gen - 4, k, blockIds.gravel);
                chunk.setBlock(i, gen - 5, k, blockIds.gravel);

But it has the block issue

Hacker1254 commented 3 years ago

i mostly want it that, than it hides some of the issues caused by the woncky gravity

Hacker1254 commented 3 years ago

after fixing the gravity of the water all we have to do to have the water done is a blue under water and make the water undestroyable, make it like bed rock and fix the gen and have sand as the beach's

ghost commented 3 years ago

check out flywater.html should be updated.

ghost commented 3 years ago

With cactus damage and flowers

Hacker1254 commented 3 years ago

Ok 👍

Hacker1254 commented 3 years ago

This is so usful https://github.com/Hacker1254/MineKhan-Modded/commit/04d9a4d34ef222d6bc7164a24bbac5dcdc2bd800

Hacker1254 commented 3 years ago

i see the bugs, but this looks amazing we need to make two biomes, one with a Lot of flower and one with very little

Hacker1254 commented 3 years ago

Havr you tested the water? "having it deeper makes the water seem better but messes something up"

Hacker1254 commented 3 years ago

I will keep this tab open

Hacker1254 commented 3 years ago

lets make a png to base36

Hacker1254 commented 3 years ago

i already found a good png to base64

Hacker1254 commented 3 years ago

https://hacker1254.github.io/Png-To-Base36/ https://www.khanacademy.org/computer-programming/base64-png-to-base36-pixel-converter-back-up/5598301654040576 we just have to mix these

ghost commented 3 years ago

ok

Hacker1254 commented 3 years ago

you are on!

Hacker1254 commented 3 years ago

https://hacker1254.github.io/Png-To-Base36/ https://www.khanacademy.org/computer-programming/base64-png-to-base36-pixel-converter-back-up/5598301654040576 we just have to mix these

when we do, it will make adding blocks 100% better

ghost commented 3 years ago

Ok

Hacker1254 commented 3 years ago

at the moment we need to fix the flower in the inv

Hacker1254 commented 3 years ago

ill work on the flowers do you think you can work on this? https://github.com/Hacker1254/MineKhan-Modded/issues/1#issuecomment-834616105

Hacker1254 commented 3 years ago

we also need an indicator of damage

Hacker1254 commented 3 years ago

And a food bar, but in idle, it will make the hot bar look better Edit: dam khan, i forgot we can use outside sorces

ghost commented 3 years ago

Ok. That sounds great!

ghost commented 3 years ago

And you can Work on the flowers

ghost commented 3 years ago

And as for the damage indicators..... I think there isn't one in Minecraft....

Hacker1254 commented 3 years ago

... their is one, a sound effect

Hacker1254 commented 3 years ago

https://youtu.be/uUkuYsl5JSY

Hacker1254 commented 3 years ago

Hmm something happend and i dont know what https://www.khanacademy.org/computer-programming/minekhan-modded-with-biomes-and-health/6206167318478848 here is the log Error.log

Edit: Nvm seems to be just my pc

ghost commented 3 years ago

Hello, I don't know if u are awake, but I got the sound effects working.... SUPER LAGGY THO

ghost commented 3 years ago

Nether portals don't work, but the nether does.

Hacker1254 commented 3 years ago

Ooo also i am awake at that time, i just forgot to keep the tab open if you have discord you can add me there and i will respond better Hacker_1254#8505

Hacker1254 commented 3 years ago

also can i test the sounds

Hacker1254 commented 3 years ago

Nether portals don't work, but the nether does.

Wdym

Hacker1254 commented 3 years ago

i found someone with code that fixes one of the flower bugs

SMP.txt

Hacker1254 commented 3 years ago

Also Can you try to add a sun

Hacker1254 commented 3 years ago

0oo i found this https://www.khanacademy.org/computer-programming/skybox/5709195676041216

Hacker1254 commented 3 years ago

But that code is so hard to read Edit: i Cant read it :p

ghost commented 3 years ago

That is messy

ghost commented 3 years ago

howler.js is is great. It's so much faster than the method I used.

Hacker1254 commented 3 years ago

im on

ghost commented 3 years ago

ok

Hacker1254 commented 3 years ago

can i test the sound?

ghost commented 3 years ago

No. Massive error, I had to re-do it....

Hacker1254 commented 3 years ago

ah man and do you think day and night time will be possible?

Hacker1254 commented 3 years ago

if we do add it we will have to make sure to add a light Level, for when we add light