Notice: I will not be updating ModMaker any longer, at least for the time being. There are too many bugs and I do not have the time to fix them. Thanks to everyone that has supported the project.
Linkseyi's ModMaker
for Minecraft 1.7.2
v0.151 Windows - Here
(Direct Link Below)
Old Versions
v0.134 - Here (MC 1.5.2)
v0.121 - Here
v0.116 - Here (MC 1.4.7)
v0.113 - Here (MC 1.4.6)
v0.105 - Here
v0.092 - Here
v0.086 - Here
v0.085 - Here
Donate to help me keep ModMaker updated!
I have created an easy-to-use, very interactive program in Java which will generate and compile ModLoader compatible Minecraft mods without MCP setup or other installations. It currently contains features such as block creation, item/tool creation, recipes, furnace recipes, and simple mob creation (somewhat of a WIP). It is still in development, and feedback/bug reports are appreciated.
Sandwich01 and TheBigCreeper are trusted friends... listen to them.
I must credit the use of files from Minecraft Coder Pack in this ModMaker, http://mcp.ocean-labs.de/
Disclaimer: Feel free to share your mods with friends, but DO NOT post any mods made with this program under the "Mapping and Modding" forum OR on PlanetMinecraft.com, especially if the mod is being hosted for profit. Including mods with maps or other creations is fine and encouraged.
Disclamer #2: Any loss of data as a result of this program or a mod created with this program is not my responsibility (shouldn't be a problem).
[img]http://i.imgur.com/n5DwPIv.png[/img]
Features Overview
Incomplete list of program properties and their descriptions. Some are missing.
Items/name/The name assigned to this element. This is used primarily in code. See displayName.
Items/displayName/Name to be shown in the inventory tooltip.
Items/texturePath/The path to the directory of the item texture.
Items/foodLevel/The amount of half-haunches replaced uponeating.
Items/toolType/The tool type that this item will have.
Items/toolMaterial/A custom tool material(See New Item > Tool Material).
Items/maxStackSize/The maximum amount of this item thatone stack can hold.
Items/creativeTab/This item's creative tab.
Items/armorType/The armor type that this item will have.
Items/armorMaterial/A custom armor material(See New Item > Armor Material).
Items/saturation/The saturation value of this item.Only applies if foodLevel > 0.
Recipes/upperRight/The item or block in the corresponding inventory slot.
Recipes/upperCenter/The item or block in the corresponding inventory slot.
Recipes/upperLeft/The item or block in the corresponding inventory slot.
Recipes/middleRight/The item or block in the corresponding inventory slot.
Recipes/middleCenter/The item or block in the corresponding inventory slot.
Recipes/middleLeft/The item or block in the corresponding inventory slot.
Recipes/lowerRight/The item or block in the corresponding inventory slot.
Recipes/lowerCenter/The item or block in the corresponding inventory slot.
Recipes/lowerLeft/The item or block in the corresponding inventory slot.
Recipes/outputNumber/Amount of result created by this recipe.
Recipes/output/The output block or item.
Recipes/shapeless/Whether this recipe requires a definite shape.
FurnaceRecipes/input/Input value for the furnace recipe.
FurnaceRecipes/output/Output value for the furnace recipe.
FurnaceRecipes/outputNumber/Amount of output created per smelt.
FurnaceRecipes/experience/Factor of experience generated from this recipe.
Mobs/spawnProbability/Likelihood of a group of mobs spawning.
Mobs/minPerChunk/Minimum amount of mobs spawning.
Mobs/maxPerChunk/Maximum amount of mobs spawning.
Mobs/creatureType/Creature spawn mechanic.
Mobs/modelType/Type of mob render model.
Mobs/texturePath/Texture to be rendered on mob.
Mobs/moveSpeed/Speed of the mob while walking.
Mobs/attackDamage/Amount of half-hearts dealt by monster.
Mobs/maxHealth/Amount of half-hearts in a monster's health.
Mobs/drop/Mob drop upon death.
Mobs/dropQuantity/Amount of drop dropped.
Mobs/despawn/Whether this mob will despawn when unloaded.
Mobs/biomes/Biomes to spawn this mob in. If none are selected, it will spawn in all.
Mobs/spawnNaturally/Speed of the mob while walking.
ToolMaterials/harvestLevel/The corresponding material this tool will harvest with.
ToolMaterials/maxUses/Amount of tool uses.
ToolMaterials/efficiency/Break speed.
ToolMaterials/entityDamage/Amount of damage dealt to mobs.
ToolMaterials/enchantability/Likelihood of high enchantment.
ToolMaterials/repairMaterial/Block or item this tool will repair with in anvils.
Armor/renderPath1/The texture file used to render this armor on a player. (Find in game files).
Armor/renderPath2/The texture file used to render this armor on a player. (Find in game files).
Armor/enchantability/Likelihood of high enchantment.
Armor/resistance/Overall resistance top damage.
Armor/helmetReduction/Helmet resistance modifier.
Armor/plateReduction/Plate resistance modifier.
Armor/legsReduction/Legs resistance modifier.
Armor/bootsReduction/Boots resistance modifier.
Armor/repairMaterial/Block or item this armor will repair with in anvils.
Structures/schematic/The MCEdit .schematic file to use as a structure generation.
Structures/replacement1/Any blocks in the schematic with the given ID will be replaced with the given block.
Structures/replacement2/Any blocks in the schematic with the given ID will be replaced with the given block.
Structures/replacement3/Any blocks in the schematic with the given ID will be replaced with the given block.
Structures/replacement4/Any blocks in the schematic with the given ID will be replaced with the given block.
Structures/rarity/Rarity of this structure's generation.
Structures/maxHeight/Maximum height at which this structure will generate if not on surface.
Structures/genOnTop/Whether this block will generate on the first layer of air.
Structures/generateNaturally/Whether to generate on chunk gen.
Structures/biomes/Biomes which this structure can be generated in.
Biomes/color/Biome color (used in generation algorithm).
Biomes/biomeId/Identifier for this biome must be unique.
Biomes/topBlock/The top level block that this biome generates (such as grass).
Biomes/fillerBlock/The filler blocks that generate under the top block (such as dirt).
Biomes/minHeight/Minimum generation height.
Biomes/maxHeight/Maximum generation height.
Biomes/minTemperature/Biome temperature.
Biomes/maxTemperature/Biome rainfall.
Biomes/disableRain/Whether rain is diabled in this biome.
Items/displayName/Name to be shown in the inventory tooltip.
Items/texturePath/The path to the directory of the item texture.
Items/foodLevel/The amount of half-haunches replaced uponeating.
Items/toolType/The tool type that this item will have.
Items/toolMaterial/A custom tool material(See New Item > Tool Material).
Items/maxStackSize/The maximum amount of this item thatone stack can hold.
Items/creativeTab/This item's creative tab.
Items/armorType/The armor type that this item will have.
Items/armorMaterial/A custom armor material(See New Item > Armor Material).
Items/saturation/The saturation value of this item.Only applies if foodLevel > 0.
Recipes/upperRight/The item or block in the corresponding inventory slot.
Recipes/upperCenter/The item or block in the corresponding inventory slot.
Recipes/upperLeft/The item or block in the corresponding inventory slot.
Recipes/middleRight/The item or block in the corresponding inventory slot.
Recipes/middleCenter/The item or block in the corresponding inventory slot.
Recipes/middleLeft/The item or block in the corresponding inventory slot.
Recipes/lowerRight/The item or block in the corresponding inventory slot.
Recipes/lowerCenter/The item or block in the corresponding inventory slot.
Recipes/lowerLeft/The item or block in the corresponding inventory slot.
Recipes/outputNumber/Amount of result created by this recipe.
Recipes/output/The output block or item.
Recipes/shapeless/Whether this recipe requires a definite shape.
FurnaceRecipes/input/Input value for the furnace recipe.
FurnaceRecipes/output/Output value for the furnace recipe.
FurnaceRecipes/outputNumber/Amount of output created per smelt.
FurnaceRecipes/experience/Factor of experience generated from this recipe.
Mobs/spawnProbability/Likelihood of a group of mobs spawning.
Mobs/minPerChunk/Minimum amount of mobs spawning.
Mobs/maxPerChunk/Maximum amount of mobs spawning.
Mobs/creatureType/Creature spawn mechanic.
Mobs/modelType/Type of mob render model.
Mobs/texturePath/Texture to be rendered on mob.
Mobs/moveSpeed/Speed of the mob while walking.
Mobs/attackDamage/Amount of half-hearts dealt by monster.
Mobs/maxHealth/Amount of half-hearts in a monster's health.
Mobs/drop/Mob drop upon death.
Mobs/dropQuantity/Amount of drop dropped.
Mobs/despawn/Whether this mob will despawn when unloaded.
Mobs/biomes/Biomes to spawn this mob in. If none are selected, it will spawn in all.
Mobs/spawnNaturally/Speed of the mob while walking.
ToolMaterials/harvestLevel/The corresponding material this tool will harvest with.
ToolMaterials/maxUses/Amount of tool uses.
ToolMaterials/efficiency/Break speed.
ToolMaterials/entityDamage/Amount of damage dealt to mobs.
ToolMaterials/enchantability/Likelihood of high enchantment.
ToolMaterials/repairMaterial/Block or item this tool will repair with in anvils.
Armor/renderPath1/The texture file used to render this armor on a player. (Find in game files).
Armor/renderPath2/The texture file used to render this armor on a player. (Find in game files).
Armor/enchantability/Likelihood of high enchantment.
Armor/resistance/Overall resistance top damage.
Armor/helmetReduction/Helmet resistance modifier.
Armor/plateReduction/Plate resistance modifier.
Armor/legsReduction/Legs resistance modifier.
Armor/bootsReduction/Boots resistance modifier.
Armor/repairMaterial/Block or item this armor will repair with in anvils.
Structures/schematic/The MCEdit .schematic file to use as a structure generation.
Structures/replacement1/Any blocks in the schematic with the given ID will be replaced with the given block.
Structures/replacement2/Any blocks in the schematic with the given ID will be replaced with the given block.
Structures/replacement3/Any blocks in the schematic with the given ID will be replaced with the given block.
Structures/replacement4/Any blocks in the schematic with the given ID will be replaced with the given block.
Structures/rarity/Rarity of this structure's generation.
Structures/maxHeight/Maximum height at which this structure will generate if not on surface.
Structures/genOnTop/Whether this block will generate on the first layer of air.
Structures/generateNaturally/Whether to generate on chunk gen.
Structures/biomes/Biomes which this structure can be generated in.
Biomes/color/Biome color (used in generation algorithm).
Biomes/biomeId/Identifier for this biome must be unique.
Biomes/topBlock/The top level block that this biome generates (such as grass).
Biomes/fillerBlock/The filler blocks that generate under the top block (such as dirt).
Biomes/minHeight/Minimum generation height.
Biomes/maxHeight/Maximum generation height.
Biomes/minTemperature/Biome temperature.
Biomes/maxTemperature/Biome rainfall.
Biomes/disableRain/Whether rain is diabled in this biome.
Installation/Creating Mods
Installation
To install Linkseyi's ModMaker, download the zip file hosted on this forum thread, and extract it to a permanent location. To run the program, open Linkseyi's ModMaker.exe or ModMaker.jar.
Generating and Installing Mods
Once you have created your mod to your specifications, you can generate a mod jar by clicking the "Generate" button and selecting a destination.
To install your mod:
To install Linkseyi's ModMaker, download the zip file hosted on this forum thread, and extract it to a permanent location. To run the program, open Linkseyi's ModMaker.exe or ModMaker.jar.
Generating and Installing Mods
Once you have created your mod to your specifications, you can generate a mod jar by clicking the "Generate" button and selecting a destination.
To install your mod:
- Download the recommended FML installer from http://files.minecraftforge.net/
- Run it. It will create a new profile in your .minecraft/versions/ folder.
- Copy the output Jar file from the destination folder to the /mods/ folder within .minecraft.
- Run Minecraft with the Forge profile.
Tutorials
Changelog
Changelog available in download.
Banners
[img]http://i.imgur.com/4VjSA.png?3593[/img]
[url="http://www.minecraft...imple-gui/"][img]http://i.imgur.com/4VjSA.png?3593[/img]
Made by me.
[img]http://i.imgur.com/aYsVZ.png?2911[/img]
[url="http://www.minecraft...imple-gui/"][IMG]http://i.imgur.com/aYsVZ.png?2911[/IMG]
Made by TheBigCreeper.
Direct Link: Here
7
26
1
1