Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Mod][1.4_01]Makemyitem


EmpioS

Rekomendowane odpowiedzi

Opublikowano

creeperminecraftdesign.png

 

 

 

W tym modzie możemy tworzyć Własne itemki ; Czytaj Uwaga Np.

To do:

-Arrows.

-Armour.

-GUI program to create item files.

-AoE (Elemental) (changes blocks in area)(damage?).

 

Maybe:

-Throw.

-Self destruct.

-Fishing.

-Weapon/Tool experience.

-On hit and destroy commands.

-Random command.

-Left click commands.

 

Podstawowy kod do tworzenia itemka :

 

ID=num/"Auto"

-Sets id of item to either num, or automatically sets using "Auto".

 

Type=(Weapon,Multi,Super,Fuel)

Type=(Pick,Axe,Shovel,Hoe,Bow)

-Type will set properties to a predefined state.

 

Quality=(Stone,Iron,Diamond) (Default=Wood)

-Changes speed and duration to predefined state.

 

Uses=num

-Number of times the item can be used (right-clicked).

 

MaxStack=num

-Sets number of items that can be stacked.

 

DmgDealt=num

-Sets damage dealt to mobs.

 

Dura=num

-Sets durability of item.

 

Speed=num

-Sets speed of block breaking.

 

FuelPower=num

-How long the item burn in furnace.

 

SmeltTo=id

SmeltTo=id,num

-When item placed in furnace will smelt to item/block id. Changing num sets the number of items used to smelt.

 

SmeltFrom=id

SmeltFrom=id,num

-When item/block id is placed in furnace will smelt to current item. Changing num sets the number received from smelting.

 

Effective,block1,block2,block3

Effective speed,block1,block2,block3

-Sets the blocks that the item can break. Changing speed will set the block breaking speed of specific blocks.

 

Store=id

Store=id,max

Store=id,max,numStored

-Item can store a defined number of blocks, of a single type.

 

Range=num

-Sets range of item use on block when right clicking.

 

W miejsce id/block dopisujemy iD itemka np zelaza

W Type Weapon Wypierz czy to kilof czy siekiera

W miejsce Num dopisz wartość jaka tam pisze np szybkość rozbijania klocków 200

W tej linijcie napisz jak ma to wyglądać

Quality=(Stone,Iron,Diamond) (Default=Wood)

 

 

PAMIĘTAJ :

 

1.Usuń podpisy pod każdą linijka

2.Zapisz plik w postaci .item

3 Wrzuć do

If that is working you can now make your own items.

Go to .minecraft/mod/items and copy one of the existing .item files

Open it in notepad or another text editor and then edit it to your liking

 

 

Notka i Instalacja

 

Note:

-Example item templates in "Examples" folder. (icons in "minecraft.jar" folder)

-Recipes are created the same way as in instaStructures.

 

Installation:

1. Install ModLoader.

2. Extract makeMyItem.

3. Copy all files from the "minecraft.jar" folder into your "minecraft.jar" file.

 

 

Download :

http://www.mediafire.com/?qmw6a7yaxd3kac5

 

Skan :

 

http://www.virustotal.com/file-scan/report.html?id=b4bbfd3be93430475c26a2d9942bf179190748a88b5c4e052a1aef187328da47-1302187926

 

Uwaga w pliku ReadMe Kody na Strzały z tnt , Pizze itd

 

Przykładowy Item :

 

 

# New Item

The name of the item that you are adding, the .item file should have the same name.

ID=355

The ID of the new item; the IDs used by minecraft go up to 354 and various mods take other IDs so choose your IDs carefully for compatability.

?XXX, # , # ,1

*X=359

*#=280

The recipe: Always start with a ? and then enter the three lines with characters representing items. Then define the characters with the *(char)=(item ID)

For example the above recipe is a row of X which is an obsidian ingot (359) and then a stick (280) in the middle of the next two rows.

(My recipes dont actually work, I can't seem to make anything... help please someone?)

Type=Pick

The type of item you are making; choose from Pick, Axe, Shovel, Hoe, Weapon, Multi (?), Super (?), Fuel

Quality=Iron

The quality of the item for weapons and tools, default is wood, but you may choose Stone, Iron or Diamond

Uses=1

The number of uses for the item (this does not apply to weapons/tools, they are based on the quality ^)

MaxStack=1

The maximum number the item can stack to

DmgDealth=1

?

Dura=1

Possibly durability of armour. I'll test it

Speed=1

Speed of tools maybe

FuelPower=1

The power of a fuel, i.e. how many things it can smelt

SmeltTo=ID

If you put this in a furnace, SmeltTo is what it becomes (An optional ID,num format can be used to give more than one in the furnace)

SmeltFrom=ID

An item you would put in the furnace to get this item (Again ID,num is avaliable)

Effective,block1ID,block2ID,block3ID

Blocks that it is good at smashing, all others will have default speed

Effective speed,block1Speed,block2Speed,block3Speed

This is the speed that the tool has on the specific blocks

 

 

Źródło

http://www.minecraftforum.net/viewtopic.php?f=1032&t=160393&sid=05b668e3033695ce175b2c7aab4e8d63

1369851372-U355713.png

by Regman

Opublikowano

Sorry ale temat bez sensu... nie przetłumaczone, nie wytłumaczone lecz skopiowane i zrobione na "odwal sie". Nawet BBcode ci wystaje w poście. Co do moda to taki trochę biedny jest... jedyne co mi się spodobało to "różdżka TNT".

9obpmnjr.png

Opublikowano

Sorry ale temat bez sensu... nie przetłumaczone, nie wytłumaczone lecz skopiowane i zrobione na "odwal sie". Nawet BBcode ci wystaje w poście. Co do moda to taki trochę biedny jest... jedyne co mi się spodobało to "różdżka TNT".

Dopisałem ale nie zauważyłem paru rzeczy Jak coś Autor dopisze to ja również

1369851372-U355713.png

by Regman

Opublikowano

Wow, ładne 4 linijki Polskiego tekstu... Temat bez sensu, może od razu zaczniemy tylko kopiować z www.minecraftforum.net? Jak dla mnie SPAM.

Opublikowano

No właśnie... spolszczyłbyś to chociaż jak i tak jest "zerżnięte" żywcem z tematu oryginalnego. I jak widać nie łaska ci napisać źródła i wisi ci rzecz którą jest plagiat.

9obpmnjr.png

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...