Minecraft minetweaker download






















Home Minecraft mods CraftTweaker mod for Minecraft 1. A sequel of the very popular Minetweaker3 mod that is no longer updated CraftTweaker mod is an exceptional mod and a successor to the Minetweaker3 mod created by StanH. Screenshots of CraftTweaker mod.

Wired Blocks mod for Minecraft 1. DruidCraft mod for Minecraft 1. Horror movie Monsters mod for Minecraft 1. Please enter your comment! Please enter your name here. You have entered an incorrect email address! The mod itself may be redistributed in modpacks as long as these modpacks are distributed for free.

No money can be made from the distribution of the mod. Want to contribute? That's great! Contact me if you want to propose or discuss new features. Credit will be granted appropriately. Configuration settings are stored in configuration. In order to use the project, you have to execute the setupDecompWorkspaceAll or use setupDecomWorkspace17X if you have errors on the 1.

It will prepare all the subprojects for you. Likewise, you can use the runClient task on any of its mod support library subprojects, which will run MineTweaker with only the mod support for that specific mod.

Make your very own recipe with the MineTweaker Recipe Maker mod! This mod allows players to create their own recipe that uses the vanilla crafting table. The mod creates a. The mod can also be used on a server and requires a server-side mod and an OP rank. To fully function, the mod requires both MineTweaker 3 mod and CraftTweaker mod.

To properly install the mod, follow the steps below. In the recipe above, a damaged pickaxe would not be accepted. This can be changed easily with the. When you reloaded the scripts, you may have noticed that if you reloaded a script, the recipe is not duplicated. Likewise, if a recipe addition is removed from the script and the script is reloaded, the recipe is effectively removed from the game even though there may be no statement explicitly requesting such removal.

In that case, the recipe will be 'stuck' in the game until the entire game is reloaded. For a server, this means that the recipe will be stuck in the list until the server is restarted; for a client, it means that the recipe will be shown and acted upon as if it existed, though when a crafting attempt is made, actual crafting would fail.

There is no fix to such behavior; it is up to the respective mod authors to provide a sufficient API to ensure that recipe removal is possible.

Do you find yourself looking up the same item over and over again using the bracket syntax? It may be handy to remember the value for later; which can be done with the val and var statements:. An example function is print, which you have seen before, and which takes a single argument: This was easy.

A more useful function, for instance, is the function to add a shaped recipe: This line essentially means 'call the addShaped function on the recipes object'. Let's take, for instance, the recipe for iron leggings, which is this one: The MineTweaker notation for this recipe is the following one: This may look cryptic if you haven't been programming before, but the principle is quite simple.

You can visualize the recipe as follows: Each item in minetweaker has its own name - surrounded by the angled brackets to tell it 'retrieve me the item with this name'. We can thus define the leggings recipe with the following code: Or you can split the line differently for readability, since MineTweaker doesn't care how you split your code into lines. There is no visual editor, so you have to understand how to write your recipes as text.

Modifying the sticks recipe is wonderfully easy. Make a script with the following contents: Open a new game or reload scripts, if you are already in a game. Thus, change your recipe and reload: Fixed! Other kinds of recipes Shaped recipes are recipes where the ingredients must be placed in the right shape in order for it to work. MineTweaker supports those with the addShapeless function: Now it doesn't matter how you place your planks - you can always craft sticks.

Continuing with our sticks make sure to remove the previous recipes first : Now it doesn't matter if you mirror the recipe - it still works!

Specific recipe removal So far we decided that we would be removing all recipes for the stick. It is possible to be more specific in that case: This will remove only a single recipe - even if there are other recipes.



0コメント

  • 1000 / 1000