#🪓︱skyblock
1 messages · Page 237 of 1
Dev apps aren’t open currently
And yeah
But yes it is a paid position
I'm just gonna have, @gritty mango do the complicated math
Just realised they changed the quest unlock stuff
Lol
I'm not doing your job for you
It now actually shows which ones are unlocked
Ooo
Oh my God I pay you
That looks a bit like a bug with the formatting lol
But yes the additional content showing there is intentional
Goes to show how long ago i actually did a quest~
You know if it would happen with cookie monster? (The eat 1k cookies hidden quest)
Do you guys hire people out of your country I live in the United States
I know that some places won't Let their code leave the work place For security
So I either have to sign in to a virtual machine or move to the uk
But I certainly would love to debug the cubecraft server
Yes - I’m from the US
Not currently living there rn but you’re not required to live in a certain location
I think I know where some of the bottle necks are. And I have a few ideas and how to fix them .based on how it's been coded. @wise vault IS the bedrock server being translated from java?
Thats awesome
It won’t ever be more than speculation however unless you see the code. What your tasks are is also dependent on what position you apply for
If there is a game dev position open for example, you won’t be doing much backend server dev work and vice versa
Well they need somebody to be looking at the overall code. To find overall improvements
Basically all devs do some of that haha
If they don't code the server directly to bedrock, bedrock will always be lacking in performance.
I mean it's a lot of work for the server to translate Java to bed rock
Code the server directly to bedrock? 
This technically not how it works
There is just a bedrock protocol and if you support the protocol, it’s a bedrock server
I've seen lighting issues in bed rock that only exists in Java
So it looks like javas being translated to bed rock
It is the only thing that explains the long save times
I mean the backend software is built on top of existing java edition architecture yes
Yes somebody needs to translate it directly bedrock
But our stack is much more complicated than just throwing a geyser proxy on top of it
I mean it would definitely save a ton of stress on the server
There is the protocol, then the actual game behavior
I.E. water mechanics are not a protocol thing
Or mob ai
Thats supposed to show dw
No I think the thing that's really causing issues is a translation. The amount of data that it's saving at a time.
Will it show on the new quest bit tho?
That was the main question~
Idk
Protocol translation will not affect save times
Like if they only did 2 chunks radius around the player it wouldn't take that long for it to save.
To save the game, you have to save everything...
No that's not true level DB is not like that neither is Java
And that's simply just compressed nbt
Just to put it bluntly: without actually seeing our code, you don’t know what you’re talking about
We don’t use leveldb
You really, how is that possible?
Because the network protocol is not the same as the world format
Bedrock uses that for world saves
doesn’t matter
That is right,
mind-blowing because I couldn't get it to work when i was trying to run a java/bedrock server
It had to save the initial to a stupid level db folder
my understanding leveldb is a lot more efficient than Java save strategy
But any time you have to translate something to another format on a server it is not a good thing.
how many diamond gens should be on the last island?
11
Alr I got all
For bedrock it still uses 32 bit compaction and java uses an array of 64 bit longs
They use a global palllet instead of a chunk internal pallet. I've been trying to figure out how to rip Chunks from the server through python
for a program the bedrocks server not your server.
I really believe that Java would be a lot more easier to take chunks from.
But that explains why it takes so long to save because it's taking bedrock code and translating it into Java format and then saving it.
hello
And that would explain why we can't make mud, Cause as soon as we try keeps saving it an incompatible translation
But I guess it doesn't work on Java so that's confusing
It would take me almost a year to figure out what you've been doing with your code
👋
If they were to have bedrock just make its own save instead of it being translated i believe that would Be more efficient
Because I really hope that you fix this because it's so annoying to break blocks and have them disappear and come back every 5 minutes
Really not very productive and very game breaking
I'll be honest I start cussing every single time I see. world saves starting....
Cause I might as well go do something else
Sometimes it takes 3 seconds and sometimes it takes 15
Why are you talking to yourself?🥴
Why not
You don't talk to yourself you're not healthy
At least I'm not talking to myself out loud
It's healthy to talk to yourself
The first person you need to know is yourself
Can we craft levers or it is in quest rewards?
You can craft them
Since it doesnt require actual redstone to make
I tried but it doesn't show up
Manual
Is it a bug or something
Yeah you just it's cobblestone in the middle and sticks on top or the other way around
Also tried that
I put a stick on top and cobble on bottom
Just made a lever
Yeah
Not gonna use it, but i got it
Skill issue
No clue
shouldnt be the case tho
Yeah well it's hard to remember How to craft a lever
Yeah I'll try all the 162 combinations
It only takes a stick and a cobble Stone
And there is only 2 different combinations
One works and 1 doesn't
Like torches you don't need a crafting table
idk, but for some reason, only a few items dont show in the recipe book
Idk why are you :p
Only legends remember me
I see, thats why youre never brought up :p
I basically own this channel
Shore
In eductation edition you probably can
Lol i bet
You know it's really weird as I thought there was just a toggle for education education but there's actually a dedicated education edition.
My game is bugged ig
Did you do it in the crafting grid or the crafting table?
I tried everything
1.20.30
Maybe try updating, that seems to be only difference
If that dont work make a bug report prolly
Hmm
That is not going to fix this issue
He's expecting it to be in the crafting recipe and it's not in the crafting recipe in sky block
He has tried manual crafting too
It’s very much unrelated. Our world format / saving code touches notbint with bedrock
Save times are also the same on our java server as well since the code is identical
I agree but I just don't understand why the server doesn't make it direct copy before saving
?
Saving shouldn't affect the user
That is basically memory based copy
Then save
Because it keeps asking for info which is causing lag
That’s making the assumption the in-memory and persistent format is the same
Regardless of the format, It should be grabbing the data first before it starts translating it
Or saving it
Again not how it works :P
it's got to work similar
It's gotta make a snapshot
And entitles should not be a priority
you’re making way too many assumptions xd
Yeah I am
i should also probably add that there is a lot of moving parts in a skyblock world, everything needs to be saved. And that lag is likely just the game making that save while preventing the player from doing anything to prevent save loss
I'm hoping to spark some clever idea, To make the server less aggravating every 5 minutes
Saving could work totally different
Would you be detrimentally baffled if you lost your piglin
And I agree with something funny that is a huge task for that to transfer they Should ignore An excessive amount of entities
No thats not what i said
Kind of
Im saying it takes a while because of everything
But you're including things that don't even matter
And the entities saving is a must have, you cant just not save them
Like Generators
Otherwise you'll just have zombies dropping on you when you destroy islands
All they have to do is look at this server clock
The generators are still custom blocks
Yeah with custom features that don't even exist in normal Minecraft
They likely have a lot of code attached to them, a lot of nbt tags
And entities also have additional nbt data to em
It's probably super simple and it's only looking at a simple timestamp that calculates it's overall Functionality
Also, might i just add, ive been playing for the past 5 hours. Not had a single lag spike
I also just so happen to be playing on a profile with a low amount of spawners
If you dont want the lag, stop afking by both money and exp farms
No I know it's entities causing the crash is on my computer both my computers and my phone and my son's Nintendo switch
If its doing nothing to my pc (an incredibly bad one), its not crashing your computer
It doesnt even crash on my solo
Doesnt get anywhere near to it
When there's several entities they take
turns crashing
Java may not crash this is bedrock
I am playing bedrock
Can you not see my discord activity status?
Thats bedrock
Not java
And unfortunately I can't look at the crash log except for event viewer and it Basically says didn't have permission
The minecraft launcher has a crash log
So unless you've pirated the game, thats a lie
Yeah but the log is a similar to event viewer
Then why not just say the launcher crashlog
Yknow, the easier one
The official one
I use The bedrock launcher
The launcher does so too
The unofficial bedrock launcher I sometimes I go back to old versions
The offical launcher can too, you just have to go into the files itself
That doesn't have a log
Maybe but it doesn't explain anything more than I already know
Java has a much simpler debugger built-in
And yes it does, crash logs get saved as a protocol whenever minecraft crashes (unless you turn it off)
Its not tied to the launcher, the launcher just has an access to it
in a minute I'm gonna go see if I can find it
You’re assuming this is also the problem when in fact it is not. The saving code on java and bedrock is identical fwiw, so any issues you’ve encountered will be present on both platforms here most likely
The Java hasn't had any reports of the whole entire app crashing
As far as im aware, i know only two people who has save issues on java btw
Xavi and xelia
You are likely running multiple instances
If mine doesnt, no way would yours. Unless you are putting way more stress on it
And even my co-op partners call it a blue screen
On PS4
Believe me I'm not using multiple Instances and I know how to use task manager
If this can run the skyblock worlds pretty well. No way is yours crashing unless you're putting unnecessary hardware issues on your devices
Both my computers have over 16 GB of Ram i7, i9
They're both on solid state drives
What's really weird is they bold crash almost within 30 seconds of each other when on the same world
Graphics card likely is burning out, the parts inside it likely needs replacing
The only way that would happen, is if you run multiple instances
Yeah that would be funny
Bro what are you talking about this games runs smoothly on my phone
Tldr: a lot of spawners cause lag
Yeah it doesn't seem to want to crash on my phone, Only once
Maybe reduce the amount you have
PS4 PC, And occasionally on the Nintendo switch but it can't even handle the mob farm
I think you just have a virus on your pc eating away at its resources
That is the only way you would be getting that bad lag
It would be impossible
No because the blue screen even happens ask mister 6000
He also plays on PC his game crashes also
Only on sky block
Well i can't exactly do that as theyre not in this server
For all i know, they could just be an alt
To be honest with you , It is becoming less frequent
Behind the scenes they're doing something good
But just yesterday it crashed 3 times in a row
And it has yet to crash for me ever, so it's a hardware issue on your end
Then it didn't crash for almost 3 hours
No way both computers have the same crash different hardware
8 years apart
Its because you probably have the same stuff downloaded
Which would probably also mean the same viruses/whatever miner thing is on both. Unless you are multi instancing
Not likely the issue
Its not the i numbers that matter. Its the generation
Just wanted to point that out
DDR4 is what really matters
Also no
Lol, if you only have 8GB ram you will be fine
Minimum for gaming nowadays is around 16gb
I haven't seen minecraft use more than 4GBs
Not in the sky block
But like I said. When it comes to the cpu
And not if you had a graphics card
The i number doesn't matter as much
As the generation
Its the mistake tonnes of people make
Especially for minecraft
Well the generation number matters, A i5 made today will faster than than my i7
I agree, You gotta look at the specs and not at the brand name
Its like with phones nowadays, the new number in the phone is better then the previous + (normally)
My I 9 is slower than a new I 9
For example. I have the fastest current gaming cpu
Yet its neither an i9 nor a ryzen 9
There's only 2 main cpu manufacturers
Cause you're wasting your money
Apple is the only other company that makes a different CPU
They make cpus in apple computers. They don't sell individual cpus
Exactly
I can build a pc faster than you
Sure go ahead
I've done a lot
We'll right now, I'm not familiar with the market
Exactly my point
But in 3 hours I could be right up to speed
I'm extremely familiar with building pcs. Its one of my main hobbies
And then i'd have to do the same research again every day
Which is what I already do
So unless I'm trying to build A PC don't do the research
And I find that you get a better deal on graphics cards when you don't try to build your own nowadays
the past 2 years
If you really want the best deal~
Are you drunk again?
You don't have a chip manufacturing plant
It takes 3 to 6 months just to make most computer parts
Thats wrong
Prove it
It takes that long to get the materials
The fact that its mass produced
No
And sold on such a large scale
There would be no way it would be so cheap with such a long build time
The process takes 3 to 6 months depending on the layers
Anyways this is a skyblock channel you're getting me off-topic
The only reason why it would ever get close to that
Is lack of basic resources to make it
You've been off topic for a while
and this is basically just english general 2 at this point, so not like it matters
I didn't include the one month of the design process
so on concept
And that isnt saying how long each piece is made
Thats saying how long it takes for it to be made for the mass
Why do I have to lose brain cells every time I open the channel and you're in it Premiere
Some things take even longer
Im sorry
Join sb and you'll lose less
Can't others have one flipping day without you ranting in here
Are you not picking the obvious?
Nobody. Cares.
Lol
You're ruining the experience for others by flushing this channel with ur bs
I have no idea how even got to this topic
I was just saying that my game crashes
And it's not Minecraft it is cube craft
Your pc sucks and your blaming it on devs coding
Then tell that to the other people all their computers must suck
Because when I sign over on other computers it still crashes
I see only you complaining here
While their computers must have burnt up
Unless you're saying your pc is worse then mine...
Which...
I doubt
Stop opening x hub and you won't be picking up viruses
Or get a better protection
That's probably the only p*** site that doesn't have viruses
If I were to build the fastest gaming pc possible currently. I'd throw in an rog rtx 4090 with a general overclock, I'd use a ryzen 7800x3d with a -30 pbo boost on all cores and increase the voltage to up the frequency of all the cores. The cpu will also be placed in a thermalrite bracket to lower temps more. I'd then use 2 sticks of 32gb gskill trident z5 6400mts cl30. I'd throw a underclock on them to take it down to 6200mts to keep it stable with the x3d cpu while getting closer to a 1:1 ratio of the infinity fabric. I'd use a x670e motherboard chipset, throw in a simple 1000w titanium 80+ rate psu, put in a water cooling block on both the cpu and the graphics card hook them both up through a dual 420mm rad system with custom watercooling. I'd use lian li sl140mm v2 fans on the aios due to the static pressure of the fans and I'd use t30 fan for the airflow of the rest of the system. Throw in a couple of gen 4 samsung 990 pro 4tbs for storage.
And I think that would be fast enough
Keep in mind this is for gaming and not for workload
I wanna know, If you can stay in my world 4 hours without the game crashing
I mean he can do it to his
And what's really freaking weird is when I'm signed in to my account on both computers, They usually crash back-to-back within 3 minutes of each other
(He has an internal software error and is currently fixing it which requires a lot of pc tests and that lot)
^
And it's normally within a world save starting
No it's just saying there's a permission error every single time it crashes
^
But also could be that he broke something lol
One uses the Store and 1 uses Bedrock launcher
Its just a question of what I broke
That expands to a lot of possibilities
But can't break something you haven't touched
I've ran ram tests but I still feel like it's the ram
It feels like the only thing that can cause it
Yet I've stressed it without issue and ran troubleshoots on it
I've done a complete memory test on both my computers and memory test passed
Also @gritty mango, think you can show me what the cacti form if the auto exp farm looks like? I cba to think due to a few things that happened recently
I even did a graphics card memory test
Soon
And am just playing on the all sides before main coop
I run too any tests on my pc
Smh
I've tested everything
I need to test my local world
With the portal and the piglin to see if it crashes on that
But yeah I can stress my entire pc without issue
And half of the resets happen while idle
So its very confusing if a part is broke
Because it shouldn't even be able to turn on
Nothings loose. Already tested all that
I do have 1 sneaky suspicion though
Software and driver issues can cause a lot of problems
Its not software and driver
And they're very difficult to fix
Already fixed all drivers and resistalled any that could cause issues
They are unless you know what your dping
Which btw
I know what I'm doing
I'll take your word for it
what are you guys talking about?
Youd have to be stupid to not know what firmware is
I'm sure most people know what it is
Don't call people stupid they're just not educated
whats firmware isnt it like a software ?
In a way
lol
Firmware is embedded software on the device, Similar to the bios in your computer
why are talking about firmware
No reason
But yeah. No problems in event viewer when the problem occurs either. No memory dumps. Absolutely nothing to go off of
Every time I've looked at the crash is saying it Didn't have permission
Doesn't say what it didn't have permission for
So it's most likely a memory violation
Or a collision that it cannot recover from
Hardware monitor also shows the correct voltages of all my components so I don't think it's a power issue either
And I know i have enough watts
If I wish I could reproduce in java it will give you more info
If you're getting crashes like me it's definitely the code , And it's probably the saving technique that they're using
Which I don't understand why they can't just copy the memory over wouldn't affect anything
Copy the memory then process it rather than messing with the memory that I'm using
World lag starting...
World lag complete
My favorite sentence in skyblock World lag complete
Alright I'm going to take a slightly different approach
I'm almost certain it's an unhandled exception that keeps causing the game to crash
Whether its items or entities it's one of the other
Because it doesn't ever crash unless I'm around my money farm. So it's most likely the money farm because it happens when the mobs don't even spawn
Cause I'm too low
some hoppers in my farm don't transport items even though everything is connected?
I've noticed that some directions don't work like they're supposed to
Try breaking them and repositioning them
What do those hoppers look like? You can dm me a screenshot
As you cant send here
K
I find that really annoying that sometimes they don't drop to the lower hopper
It'll fill the upper chess but never goes to the bottom very often
It's just weird
If I break the hopper and replaces it fixes it for a while but then it starts to misbehave again after a while
It's like it doesn't recognize the hopper below it or forget its there
Probably due to the really stressful saving technique
If it stresses me out I'm sure it stresses the server out
God i would love to be able to access the server, And literally show how fast memory can copy. Less than 200 milliseconds
@gritty mango I have a weird situation with @pale apex's issue
Can you watch the video they send you and give what you think on that?
Somehow the hopper is locked with no redstone around
I've noticed that planks will disable hoppers sometimes.
I'm not sure of the position but I would remove any block around the hoppers
And I bet you it's the cobblestone that's causing my issue come to realize
Maybe I should replace with a plank instead of a cobblestone
This need some testing
Strange its like permanent
That means that the pig farm and the gold farm is full
Saw it before
Hes not the first one
can I or mods fix it
or is it a deal with it moment
I'm honestly not sure what to do with it
Try removing any blocks around it, then break and replace
Lol
Then its a deal with it moment
If no fix is found, 5bil in creeper spawners may make it less of a problem
I like the water over hoppers
It seems to give a better functionality
Is more even distribution
@compact lark I'm taking a new approach. Ima test the cpu, I've set the cpus minimum usage to 0% to see if it's something to do with that. I've also delete any old driver I have to see if older drivers are conflicting with any of the new ones. I've also did some registry fixes to see if that helps in any way
I'd hope so
Wow you're on bedrock
So do I close the ticket
I see the issue
Did you find a fix?
If so just say found a fix then close
You cant close the ticket ~
Me?
Lol
^
just a smart Alec
That looks pretty sweet
It should not need access
It seems like a new thing
Asking to bring character to life
Thats very
Scary for a kids game
There’s no looting enchant for the axe ?
You cant get looting on the axe in the actual game so
Axes wouldn't be the best to use anyways
Depends
Java or bedrock
Axes have higher base damage (on java)
So there’s no way to get more out of a cocoa plant ?
Unless you applied smite to it
Fortune
Looting doesn't work the same as fortune....
Looting is mobs, fortune is blocks
Looting is way more op
Looting ≠ fortune
For future reference
But we meant in fortune terms
Doesnt do the same thing
Really fortune on a pickaxe grants me more cocoa ?
You can have fortune on an axe anyways
Looting doesn't do anything
Ah didn’t know it worked on plants as well
To drops
Ahh I see
The fact that my gpu needs 105w to run my pc on idle but it only goes up to 115w while playing roblox on top of that
Thats quite funny lol
If you're on bedrock turn your Frame rate ON bedrock down to 60 frames and your cpu will go down to 18% or less
I cant play 60 fps lol
Is there any faster way of getting cobble other than the gens ?
120 will still make it work a lot better
I play 170 on everything lol
Anything other than the default setting slows down your gpu fan
Doesnt hit the heat threshold for my fans to move
Watch
Dude. I know what capping framerate is
I do it for all my games
Including minecraft
I cap all my games at 170fps because I cant afford my graphics card using over 300w all the time lol
Fair
100w is a lot more managable
Again dude. We already know what it does
I said I cap my framerate to 170fps on all my games
Okay, I just think it's annoying that the default setting won't work
40% of my GPU without even being in the game
This happens on both computers
8 years apart
It could likely be a NVIDIA problem
Pretty sure the issue started with snap dragon
how do i get 90 fps in game?
If your device cant handle it, you dont
it can
it has 12 hrz
120
now how do i get 90 fps?
That's funny it's saying that 12 chunks is a higher render distance
Its because my pc is really bad
It says it to 8
Its 200 for level 10
40+80+120+160+200+120+140+160+180+200
Well you dont need to enchant all at once
should i use iron
so
?
Whats the sword for?
wither
why how much does 10 smite do on stone
25 hearts?
On bedrock add an additional one (punch damage)
Half hearts
So 13 hearts of damage on bedrock
Due to +1 punch damage
Hola
Heya
Not including crits or strength
how much does strength do
let me see
19 hearts of damage did you get those 6 from strength 1 or 2
One level gives +3
i believe we can make strength 2 poition
So 2 gives 6
oh
so 16 hits
does the sb wither have normal wither hp respective to their version
like 300 on java and 600 on bedrock
Should be vanila
so 600 health now i need to see how what level i should upgrade my bow to do 300 hearts of damage
it should be less than 15
Oh its easy to do
In vanila
you just need redstone
To make a orbital strike cannon
silence.
yes
with what money
ill think about it
@ cqrqmel this guy is buwwing me
yhyh i know
co op can join up to 6 players
quest point of view
they're the same
nothings different
ok ty
Nou
i have a carrot farm in cubecraft skyblock that gives over 1m coins per harvest
And a melon farm that gives nearly 500k coins
I have a farm
...
Wait for the guy fighting the wither wouldn’t he want bane of arthropods? I swear that’s the thing it damages it and not smite
What-
I can do that, but... i have to use 40 xp levels
Technically
Sorry I’m very tired I slept in way too late
Just need silk touch
what island you on
Melons are goosd early but oncve yoy get sugarcane they are uselesss
Basically I thought that bane of athropods was better to kill the wither and not smite
swAmp
no
No
Pigs and creepers are better
yes but sugarcane will gte you the money for the afk pig farm
whaat enchant on pickaxe is the best for farming cobble
Me and @brazen fulcrum have one that gives us 2 mill per hour
either efficency or fortune
what island you on
All
same
howcome lifeboat skyblock has redstone but cubecraft cant

Because redstone is far too broken for how this skyblock is made
Just have Sertain red stone things and remove the broken stuff
Even a single redstone dust will revolutionise so much
Hell if a boat will do so much (for precise redstone clocks), imagine what just having repeaters, droppers, pistons and alike can do
Idk auto farms would be nice ngl
We already have auto farms
Money
Since they are useless late game
Wouldn't work
Compared to creepers
Due to ground item cap
Its impossible to reach creeper cap with the other stuff
Uhhh
Stacks are more spread out
No
Yes we can due to 0 tick farms~
Doubt they'd work on sb
But 0 tick farms would be bannable, and only costs like 4-5 dust
i belive it makes me lag
I feel like making a custom skyblock on a Minecraft world with command blocks
Anyways
REDSTONE
Will likely be a very late game item
As in
Youve done all main quests type of late game
Or we could
2M COINS
i waste 20 million coins a day
By dying*
no
i cant die
i fulled my whole world with dirt
im done all the over world quest
I started recently too
when does the lava bucket unlock
Swamp Island
In the shop, at swamp. You however can get it as soon as savannah (because you can unlock nether)
when does that umlock
im new so sry if i ask many questions
im literally at 2nd island
im doing the logs for days quest
can i somehow make a cow farm
at 2nd island
Make them die from fall damage
Same
ye but i only have 25 cobblestone rn + for some reason the dont spawn where i want
are u trying to spawn them in a small area?
3x3
I think thats why the spawn somewhere else
i made them in a bigger cage already they still spawned somewhere else
Did you put the cage near the ground
yes
I think putting it in the sky will make the cows spawn in the cage
im already building auto farm from fall damage
@hidden trout One tip, mobs spawn on everything but air
Whats the level of the cow spawner?
2
Including, but not limited to, signs, open fence gates, blocks
dammit
That means you dont need to make the auto farm higher
It can be medium height and the can die easily
idk how to make a farm
20~ blocks will do
Place it in the air, place open fence gates near it (with blocks above the spawner directly so they dont spawn there) and the cows will drop as soon as they spawn
uh
i dont get it
What dont you get about it?
Mobs spawn on open fencegates
u mean like
(block)
(spawner) (gate)
Yes
ok lemme try
Tho you can go one more block up to be safe
Also add more gates around the spawner (it makes mobs spawn faster)
^
not even a single cow is spawning
Send a ss in dms
i have to get firdt br
for what is bottle o enchanting
They give a small amount of exp when thrown (overall not much)
but why need them
They're just rewards
ok
when unlock third island
When you clear enough yellow quests
Ooooofff
They're main quests fyi
im never gonna reach them
You're overreacting
Quests start becoming bad by island 6
Is it just me or did anyone else think "Melon farmer" was hard?
whats melon farmer
Its not hard, just time consuming because melon stems take long to grow
It a island 5 quest where you need to farm 3,000 melons
Believe me, Meloncholy is way worse [50k melons](side quest)
uhh why is there a merchant bar in my game
Island 6*
Starting island counts as one
got new island
Birch is 6th
At least it a side quest
Yea, farming 50k and 150k nether wart for main quests is even worse
2 days for wart to grow
I would have the 150k one done if i wasnt lazy
how to auto farm chickens
Cant until you unlock jungle (4th island) which has ocelots
welp guess ill die of boredom
Once again, you're overreacting
theres bosses?
Yes

But u can cheese the snow golem

I mean there a way to kill it very easily without getting killed
How do I get gold ingots for the golden spoils quest
It at the 7 island I think
Pigmans have a low chance to drop golden ingots when killed
Around 2%
Dont forget, has to be in the nether
Yeah sadly
how to enchant
The enchanted in the name hub
Dyno, the bosses that u unlock, u need to killed them for the main quests
Which one was that?
Snow golem
Iron Golem
Wither
All bosses
how to enchant
Do you unlock golden after ironworks?
The enchanter is an box in the mane. Hub
That strange, I can't find the quest to kill the snow golem
what is mane hub
Open the menu and click skyblock hub
now
He's name is "Enchanter"
i found
I don't think so
Was wondering do to my mane file being co-op because all my friends stopped playing with me so it's practically a solo
K,thanks
I made my file to bring people on to see whatever I built but it’s just a solo thing for me basically
GUYS IM MAKING GOOD PROGRESS ON MY SKYBLOCK WORLD THAT IM MAKING
I GOT THE KIT BUYER AND THE MONEY SYSTEM FINISHED
Guys what should I enchant on my iron pick? I have currently fortune 1 and Efficiency 2.
Silk touch
Then make one thats only fortune
This way you can save the ores and harvest when you have fortune 3 or higher
isnt this bannable
No
Yes it is
Yes
how would they detect it though
Not sure. But it isn't allowed due to it being a major bug
Its under the classification of abusing a bug
also
is there a reason why upgrading diamond tool to lvl 5 is 200 levels
but to level 6 is only 120
Because if it kept going up by 40. It would be insane by level 20
800 levels is ~4x more than 400 keep in mind
Because of how the levels get calculated
Its just due to the threshold before 5 being so high
i mean i dont want level 19 to lvl 20 to be 800 levels
Exactly
If it was a bug they'd fix it
Think of it like this
Basically level 5 was cap before nether
So they made it decently difficult for the time
When nether released. They needed to put it up to 20
But they can't just go insanely high on diamond with levels that at the time would have been near impossible
Exp farms before my designs were way too slow so they had to compromise somewhere
speaking of which
your farm is way op i have 10 spawners and am still getting lots of xp
It was either between they change the pre level 5 cost (which may have caused people with level 5 diamond to be angry since it wasn't exactly cheap) so they went with the other option
And made it drop down at 6
Which version?
new one
Ahh fair
192 spawners
Itll get way better as you go
30 is all you really need , Level 400 before you get kicked
ig thats me
If he wants to go for more. Let him go for more
i want better xp though
alright im at 80 now
gonna go afk and see how much i get
cya
Cya
80 is good 30 min = 400 lvls
lvl 80
He meant 80 lvlw
not 80 spawner
Lol oh
alright afk time
Also. Off like usual
It's the ball park estimate because it takes me 35 minutes at 72
And I didn't say it was Exact
Is that how you Note estimates
Yes
Good to know
Yeah I wasn't sure what they used to note estimates
.
For example I used it here
So would it be closer to 29 minutes
Somewhere around
And it would probably vary due to the randomness of Toughs
I think a 2 extra drop would speed things up a lot, long as none die. And you can stop them from jumping.
I was only able to add 1 extra block drop so they fall ~128
Maybe ceiling they could go under, the xp will travel , how far is the question. And they need to see you so that may not work
The only way i found so far to get them to stop jumping was trap doors , not sure if it would work for 2 blocks, But considering it would Deal a half a hearted of damage, That would probably be noticeably faster. One block extra Certainly was
oh look you used the ~ 🙂
Yeah im not sure if its 128 or 129
also im at 133 levels
would be more if my pc doesnt turn off after 15 mins of inactivity
You can adjust that in power management settings
Not at all, as long as the screen doesn't stay on for several day without any change. And it's actually better to run your computer and barely turn it off because the power on processes more damaging. And when it's off it gathers dust a lot better.
For laptops it's not really good for the battery to have it plugged in all the time.
im not on laptop though
Yes better to leave your computer running you can turn off the Monitors And it might not kick you out of the game I'm not sure.
I am able to shut off my TV with no issues, If I try to put my monitors to sleep sometimes it kicks me out of the game
Make an afk pool thta keeps your chara in motion
best efficiency level for diamond pick for insta mine with haste beacon? (bedrock)
Hm with haste beacon prob 5
Or 4
Eff 6
For ore insta mine with haste 2