Posts

Showing posts with the label Minecraft Java Edition

Can Villagers Use Fence Gates?

Answer : No, villagers are not able to use fence gates. I tested this in creative, and they always used a long route with a door rather than a short route with a fence gate. I even blocked off the door and they just stood there. No . Villagers can only open and close wooden doors, but they cannot open and close fence gates. You can, of course, set up a fence gate, but the villagers may try to escape through that opening when you open the fence gate. A better way to trade with villagers is to set up a booth-like thing: F-Fence V=Villager FFF FFF FVFFFFVF FVVVVVVF FFFFFFFF This way, they cannot escape and you can still trade with them. No , they can't. They cannot use any mechanism without the help of redstone or stuff like pressure plates for wooden doors.

Allowed Symbols/characters In Minecraft Chat

Answer : Minecraft officially supports ASCII characters under 0x80. It can render more characters, but they do not render correctly. The supported characters are listed below. !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ã˜×ƒáíóúñѪº¿®¬½¼¡«» You can find this list together with more info about the possibilities( colors, and style) of the chat at the Chat article on the MinecraftCoalition wiki, if figuring out what these characters are is too much trouble. Minecraft chat now accepts 255 characters (a few still do not render correctly). Navigate to the Font section of the Wiki page and click expand to see the full list. The current answer by Krael is out of date and wrong: even the old version contained several characters outside of ASCII. ASCII does not contain accented characters. Instead, Minecraft used to support windows-1252. There are 256 code points in it, of which ...

Can I Use Dispensers Or Droppers To Auto-replant Crops?

Answer : In vanilla Minecraft, wheat, carrots, and potatoes must be planted by hand, although they can be automatically harvested with water or pistons. You might be able to get the functionality you want with a mod, but I don't know of any. Sorry! No, dispenser nor droppers can plant seeds. However, as an alternative you can put a villager farmer there and he will automatically plant seeds.

Can I Rotate A WorldEdit Selection Horizontally?

Answer : Yes this is possible: //deform rotate(axis1, axis2, degrees) So in your case, I think you want //deform rotate(x,x,90) I haven't got it installed at the moment, so unable to quickly check. Another suggestion is //deform swap(x,y) At the moment, Rotate command only rotates around Y axis(Or as you said, Z, depending where you draw them). However, in here: http://redmine.sk89q.com/issues/633 It is suggested to use either //deform rotate(axis1, axis2, degrees) or Select a cube containing your blocks. (height, width, depth on //size should be the same) //deform swap(x,y) Sources: http://wiki.sk89q.com/wiki/WorldEdit/Clipboard#Rotating http://redmine.sk89q.com/issues/633 The bukkit command is "//rotate (y axis)" by default, but you can go further by "//rotate [(x axis) (z axis)]" so I rotated mine exactly like in your picture by typing in "//rotate 0 90 0" although you could spin it any way you want with that.

Can I Use Ender Chests To Transfer Items From The End?

Answer : According to http://minecraft.wikia.com/wiki/Ender_Chest, it does work that way. If two Ender Chests are placed and two of an item was put in one, when the chest with the items in is opened, there will be one of the item in that chest and one of the same item in the other chests, acting as an image. This feature also works among the different worlds: Overworld, Nether, and the End. Yes , your items will be transported anywhere in the world, including The End, The Nether, or anywhere else. Be careful, though, that what you placed in an Ender Chest can only be picked up by you, and nobody else. So you can't transfer your items to your friend this way. Yup, they work between dimensions transferring itens.

Can Minecraft Pocket Edition Play With A Desktop Minecraft?

Answer : No, you can't. They're entirely different games. To expand a bit on BlaXpirit's answer, the PC version, the Pocket Edition, and the XBox 360 Edition are all separate games, with separate features and in separate states of development. The games are written in different languages for different platforms, and the XBox version is actually developed by a different company than Minecraft is, so it is (unfortunately) very unlikely that these versions will ever be able to join each other in online play. There are now two different versions of Minecraft on PC The java version, the original one The windows 10 version, which can play along the Pocket Editions on Android and iOS You cannot join their Java version on PC, but you surely can on the Windows 10 version. Of course, they need Windows 10 on their PC to install it It is possible to get the Windows 10 version for free if you have already existing Minecraft accounts, just go on the website in account man...

Can I Make An Enchantment Table Which Can Enchant To Higher Levels Then 30?

Answer : Sadly, it's impossible to enchant to higher levels than 30 on an enchantment table. In fact, it's only possible to get items enchanted with higher levels in the End Cities. I think this is not possible in minecraft any more, the only way would be, that you check if the player entchants something and put a higher entchantment level on it and take levels from him. But you would have to check for each item type and each entchandment combination. No, sadly you can't. There are mods that allow you to make a special enchantment table with special and unique enchantments, but back in the days in the beta of Minecraft you could enchant with way more levels and you can use the /echant command.