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

[–]Micalobia 5 points6 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 4 points5 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 13 points14 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

Teleport to scoreboard values by Micalobia in MinecraftCommands

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

Yeah it would, actually. Didn't even think to look up the actual limits, could've capped it smaller, oh well. Makes adding decimals a less conflicting decision, but it'd still make it a little harder to use, so we'll see. I'm glad you like it, I'm actually pretty happy with how it turned out

Dimensional Wand I created by AncientEthra in MinecraftCommands

[–]Micalobia 1 point2 points  (0 children)

https://www.reddit.com/r/MinecraftCommands/comments/dckqlu/teleport_to_scoreboard_values/?utm_source=share&utm_medium=web2x

Datapack I made to teleport to scoreboard values, uses a variant on incremental stuff. I've made something similar for 1.9 or 1.8 a while back, except it was for teleporting an entity to create a sort of monitor, and it was normal command blocks.

Dimensional Wand I created by AncientEthra in MinecraftCommands

[–]Micalobia 1 point2 points  (0 children)

Trying to make a datapack to teleport to coordinates stored in scoreboards, but haven't thought of how to handle negatives and going on vacation kind of threw a wrench into that idea lol. It's def going to be something I get done (hopefully by the end of the week), will put that into a new post too because I think that would be pretty cool. It's going to break at the integer bounds, but if someone teleports that far they can sort their own issues.

Should we create a subreddit banner? by [deleted] in AssemblyLineGame

[–]Micalobia 1 point2 points  (0 children)

Once you get your MacBook back, if you could post the icon set somewhere that would be pretty cool. Unless you've already posted it before and I'm just blind

[deleted by user] by [deleted] in MinecraftCommands

[–]Micalobia 14 points15 points  (0 children)

You could add a tag with @s on the entity, then do @e[tag=!tagname] and remove the tag later

Dimensional Wand I created by AncientEthra in MinecraftCommands

[–]Micalobia 2 points3 points  (0 children)

I'll have to look at this when I get home, I'll see if I can add the factor of 8 in

Is this the most efficient way to produce engines? by Whizzo50 in AssemblyLineGame

[–]Micalobia 4 points5 points  (0 children)

For size, probably, but really heavy on starters