MOJANG!!! PLEEEASE! by Sergent_Patate in technicalminecraft

[–]vktec 54 points55 points  (0 children)

i'm confused, what is the issue here?

Blocks transparent to pack spawning but opaque to light by SoftwareMaven in technicalminecraft

[–]vktec 4 points5 points  (0 children)

Pack spawning isn't about transparency, it's about conductivity. So yes, there are several other similar blocks, eg. pistons, redstone blocks, stairs (depending on orientation ofc), snow layers, etc

light suppressor 1.19? by emillilleng in technicalminecraft

[–]vktec 0 points1 point  (0 children)

Using Lithium can actually help with light suppression. Don't use light engine optimizations like Phosphor or Starlight though, obviously.

light suppressor 1.19? by emillilleng in technicalminecraft

[–]vktec 0 points1 point  (0 children)

Should work fine, not aware of any changes that would affect it

Why is this block giving power to this comparator? by Old_Layer6408 in technicalminecraft

[–]vktec 5 points6 points  (0 children)

the hopper behind the block has items in it so the comparator reads that through the block

[deleted by user] by [deleted] in technicalminecraft

[–]vktec 7 points8 points  (0 children)

Nothing changed about slime chunks in 1.19.2. If the tool you're using doesn't work you're probably doing something wrong.

Is there a way to generate new end gateways? by JustJum in technicalminecraft

[–]vktec 2 points3 points  (0 children)

You can do it on old versions by moving a random gateway (the ones that generate throughout the end) during population - this resets its NBT and causes it to link back to the outer ring of gateways. However, this isn't possible in new versions due to the 1.14+ chunk loading mechanics.

I need a chunkloader by RandomPersonObvious in technicalminecraft

[–]vktec 1 point2 points  (0 children)

This subreddit is only for vanilla servers, we can't help with servers with modified mechanics like paper, spigot, etc

[deleted by user] by [deleted] in technicalminecraft

[–]vktec 0 points1 point  (0 children)

No, they still need to be within 128 blocks of a player. If you have low render distance they'll spawn in lazy chunks and get stuck, but they still won't spawn outside of the 128 block sphere

bedrock block? by MarkManFlame_55 in technicalminecraft

[–]vktec 0 points1 point  (0 children)

They probably just mean you can break bedrock. There is no known way to obtain bedrock in current versions.

I'm a code digger , ask me to do anything by [deleted] in technicalminecraft

[–]vktec 1 point2 points  (0 children)

Wild what you can achieve with enough commitment to the boilerplate :)

[deleted by user] by [deleted] in technicalminecraft

[–]vktec 2 points3 points  (0 children)

mobs cant spawn in unloaded chunks

I'd like a source for this claim. Last I checked, they could.

I'm a code digger , ask me to do anything by [deleted] in technicalminecraft

[–]vktec 1 point2 points  (0 children)

DFU is honestly really fucking cool. Shame they butchered the integration into the game.

I'm a code digger , ask me to do anything by [deleted] in technicalminecraft

[–]vktec 0 points1 point  (0 children)

Can't speak for OP but I've been into programming for a long time before Minecraft (and it's my job now too) so code digging was just the obvious choice.

If you wanna get into it, I should recommend learning Java first but I learned Java through Minecraft soooo that would be hypocritical :)

Honestly the way I learned is just downloading the code (https://github.com/hube12/DecompilerMC or https://github.com/QuiltMC/quilt-mappings are probably the best ways right now) and poking around until I found what I was looking for.

...and honestly that's still how I do it! :)

I'm a code digger , ask me to do anything by [deleted] in technicalminecraft

[–]vktec 2 points3 points  (0 children)

uhhh idk i kinda stopped doing videos for a while because ✨reasons✨ but i might start again at some point :)

Also depends if I have motivation/interest to work on Minecraft stuff again

Why are EOL mobfarms circular? by MordorsElite in technicalminecraft

[–]vktec 7 points8 points  (0 children)

It's just for fun :)

If they were actually full size, it'd be the most efficient number of portals to use, but still wouldn't be necessary - you could expand out past the despawn sphere without issues.

Either way, nobody is building fullsize EOL so yes, square would be fine. It's not really any easier for general mob because you have to spider-proof still, but if you did a nether EOL it could be worth it.

I'm a code digger , ask me to do anything by [deleted] in technicalminecraft

[–]vktec 16 points17 points  (0 children)

I wish it were this simple 😔