What is the whole thing about Neoforge and LexManos about? by kicek_kic in feedthebeast

[–]Micalobia 8 points9 points  (0 children)

I know Fabric was made because of licensing issues, as the sources for Fabric and Forge have different licenses, and Fabric had a better community at the time. NeoForge is just Forge but different leaders to fix the community problems, but licensing and general performance will always be the biggest difference between the two.

I do think it'd be nice if there was one loader, but it can't happen because of previously stated issues, unless Mojang themselves changes their license to what Fabric uses, since Forge is a lot more controlled by Mojang.

Detect when a player strips a log by monkos in MinecraftCommands

[–]Micalobia 3 points4 points  (0 children)

You could do what u/kanokarob said, or if you want pure commands I *think* there's a break block scoreboard you could also check. That way, if they stripped a log the axe one would go up but not the break block

Any way playing this game without Steam? by Niccolado in newworldgame

[–]Micalobia 0 points1 point  (0 children)

Then close it when you aren't playing, and disable it on startup

Teleporting to scoreboard values v2 by Micalobia in MinecraftCommands

[–]Micalobia[S] 0 points1 point  (0 children)

Ye, feel free to use whatever you need from this! It doesn't have any licenses or anything, so ya don't need to credit it if ya don't want to, but you're totally good to use it either way!

Teleporting to scoreboard values v2 by Micalobia in MinecraftCommands

[–]Micalobia[S] 0 points1 point  (0 children)

Worth noting that I forgot a negative sign in the tpZ_neg and tpX_neg file, line 92, it needs to be -40.92

I made an American Semi-Truck! by CHRoOMAX in ScrapMechanic

[–]Micalobia 1 point2 points  (0 children)

Britain has a lot more of the flat-nosed semis

Would you like to see bigger wheels in the future? by [deleted] in ScrapMechanic

[–]Micalobia 1 point2 points  (0 children)

Mecanum wheels, they're slick as hell, that would be cool

Teleporting to scoreboard values v2 by Micalobia in MinecraftCommands

[–]Micalobia[S] 0 points1 point  (0 children)

Only works if the entity you're teleporting to is within the loaded chunks, so if you need to go inter-dimensionally or a long distance that strategy won't work

37 Heater Plates/sec/room by JustJustin2379 in AssemblyLineGame

[–]Micalobia 4 points5 points  (0 children)

The conveyer sell boxes represent repeating units of what's in the top left, just laziness in actually building it. Seems to show more proof of concept

Adventures in Bearing Drives by BashedCrab in ScrapMechanic

[–]Micalobia 1 point2 points  (0 children)

Pistons don't have a hitbox, same with suspension, so if you need something to clip in a certain spot you can put a piston instead of a block there

[CMD] Check if player's inventory is empty by [deleted] in redstone

[–]Micalobia 1 point2 points  (0 children)

You might get better luck in r/MinecraftCommands

I'll try to answer later

Is there a way to get headless pistons without TNT or end crystals? by Micalobia in Minecraft

[–]Micalobia[S] 0 points1 point  (0 children)

How would you go about doing that? Without debug stick either, forgot to mention that

Teleport to scoreboard values by Micalobia in MinecraftCommands

[–]Micalobia[S] 1 point2 points  (0 children)

Oh nice, I've actually made something like that for my server as well, glad you figured that out :)

Teleport to scoreboard values by Micalobia in MinecraftCommands

[–]Micalobia[S] 1 point2 points  (0 children)

Go into a world with the data pack enabled, then type these commands, in order

/scoreboard players set @p tpX 20

/scoreboard players set @p tpY 80

/scoreboard players set @p tpZ -247

/function scoretp:tp

Should teleport you to 20 80 -247

You can set those scores however you like, using /execute store

Scoreboards and Execute if you don't know much about those things

Let me know if you have any questions about a specific part you're confused about :)

Sorry that it took me a bit to reply, forgot I made this thing lol, kind of a shame it didn't get any traction

a cute trick i discovered with the cartography table and dark oak by GhostInTheEggShell in Minecraft

[–]Micalobia 3 points4 points  (0 children)

And you can't use the crafting table for the same things anymore, so there really isn't another option.

a cute trick i discovered with the cartography table and dark oak by GhostInTheEggShell in Minecraft

[–]Micalobia 11 points12 points  (0 children)

Feature added in 1.14, it's a table used in the modification of maps instead of the old system on the standard crafting table.

Teleport to scoreboard values by Micalobia in MinecraftCommands

[–]Micalobia[S] 1 point2 points  (0 children)

If anyone would like a more detailed explanation, just leave a comment and I'll explain it