Client

[MC][PE] Python

[MC][PE] Python. Minecraft: Pocket Edition Version : 0.13.2 http://m.savou.store.aptoide.com/app/market/com.mojang.minecraftpe/760130200/17401612/Minecraft%3A+Pocket+Edition BlockLauncher Pro Version: 1.11.3 http://m.adrian-webster.store.aptoide.com/app/market/net.zhuoweizhang.mcpelauncher.pro/94/17667706/BlockLauncher+Pro QPython Version 1.2.3 Raspberry Jam Mod Version 1.16 Didacticiel Python Coding for Android Minecraft PE http://www.instructables.com/id/Python-Coding-for-Android-Minecraft-PE/ Vidéo

[Dev] Ajouter une commande

Ajouter une commande. Ouvrir : /Minecraft/src/main/java/ckathode/weaponmod/BalkonsWeaponMod.java Chercher : public void initMod(FMLInitializationEvent event) Ajouter après : /* * Add command */ @EventHandler public void serverLoad(FMLServerStartingEvent event) { event.registerServerCommand(new SampleCommand()); } Ouvrir : /Minecraft/src/main/java/ckathode/weaponmod/SampleCommand.java Ajouter : package ckathode.weaponmod; import java.util.ArrayList; import java.util.List; import net.minecraft.command.ICommand; import net.minecraft.command.ICommandSender; import net.minecraft.util.ChatComponentText; /* * Add sample command */ public class SampleCommand […]

[Mod][BalkonsWeapon] Ajout de recette.

[Mod][BalkonsWeapon] Ajout de recette. Ouvrir : /Minecraft/src/main/java/ckathode/weaponmod/BalkonsWeaponMod.java Chercher : private void addModItems() Ajouter : // Recipes // uses 1 item cookie and 7 block sponge in the pattern to make 1 diamond. GameRegistry.addRecipe(new ItemStack(Items.diamond), « y y », « yxy », « yyy », ‘y’, Blocks.sponge, ‘x’, Items.cookie ); //uses 4 iron in a the pattern to make 2 gold.(The same […]

[Mod] Better records

1) Installation du mod « Better-Records ». – Télécharger le mod better-records : http://www.minecraft-france.fr/mod-better-records-1-7-10/ – Copier le mod dans le répertoire mods/ du client : ~/.minecraft/mods – Copier le mod dans le répertoire mods du serveur : ~/MINECRAFT/CAULDRON.python/Serveur.1710/mods 2) Convertir une video Youtube – Sélectionner une video sur Youtube : Jex Thoth – Keep Your Weeds : […]

[Forge][Flans Mod] Compilation de Flan’s Mod

Compilation de Flan’s Mod. I) Version de Java : [~] ➔ java -version java version « 1.7.0_76 » Java(TM) SE Runtime Environment (build 1.7.0_76-b13) Java HotSpot(TM) Server VM (build 24.76-b04, mixed mode) II) Répertoire de travail : [~] ➔ mkdir -p MINECRAFT/DEV/ [~] ➔ cd MINECRAFT/DEV/ III) Installation de Eclipse : [~/MINECRAFT/DEV] ➔ mkdir ECLIPSE [~/MINECRAFT/DEV] ➔ […]

[Minecraft][Camera Studio] Pour Minecraft 1.7.10

[Minecraft][Camera Studio] Pour Minecraft 1.7.10 /!\ Risque de dysfonctionnement du client /!\ Camera Studio 1.7.10 : http://www.minecrafteando.com/camera-studio-mod-para-minecraft/ Camera Studio Dependencies : http://www.mediafire.com/download/hrdh7qwflvm7wow/CameraStudio-VR-Dependencies.zip Tutoriel : http://www.minecraft-france.fr/camera-studio/ Vidéo :

[Minecraft][Flan’s Mod] Mecha

[Minecraft][Flan’s Mod] Mecha. Minecraft : 1.7.10 + Forge Mod à installer : Mecha Parts-Content Pack-1.7.10-4.8.0.jar : http://flansmod.com/content-pack/309/Mecha_Parts_Pack Modern Warfare-Content Pack-1.7.10-4.8.0.jar : http://flansmod.com/content-pack/4/Modern_Weapons_Pack Simple Parts-Content Pack-1.7.10-4.8.0.jar : http://flansmod.com/content-pack/2/Simple_Parts_Pack Titan-Content Pack-1.7.10-4.8.0.jar : http://flansmod.com/content-pack/13/Titan_Pack Vidéo : Lien : http://flansmod.com/

[Minecraft][ComputerCraft] Systèmes d’exploitation

[Minecraft][ComputerCraft] Systèmes d’exploitation. 1) LyqydOS. – Installation : > pastebin run WmFHmuZq – Démarrer : > startup – Commande : [F1] : Lancer une commande Par exemple : – Edition de fichier : > edit < nom du fichier> – Lancer un shell : > shell http://www.computercraft.info/forums2/index.php?/topic/5326-lyqydos-betadevelopment/ 2) OneOS. – Installation : > pastebin run […]

[Minecraft][ComputerCraft] Installation d’un réseau

[Minecraft][ComputerCraft] Installation d’un réseau. 1) Créer 3 « Advanced Computer« . 2) Pour chaque ordinateur, ajouter un modem. – Sélectionner « Wireless Modem » dans l’inventaire. – Se placer au dos d’un ordinateur. – Appuyer sur la touche « S’abaisser » puis cliquer sur le bouton gauche de la souris pour placer le modem. 3) Installation du serveur : – Sélectionner […]

[Minecraft][ComputerCraft] Installation du jeu « Darklands: Tales from Transylvania »

[Minecraft][ComputerCraft] Installation du jeu « Darklands: Tales from Transylvania ». – Téléchargement : > pastebin get kKnQpAQZ Darklands – Installation : > Darklands – Jouez ! > rpg – Lien : http://www.computercraft.info/forums2/index.php?/topic/1586-darklands-tales-from-transylvania-first-demo-out-now/