Jump to content

[1.3 - 1.7] Wuppy's Modding Tutorials [Jul 5] In English, Chinese, German etc.


Recommended Posts

Posted

In this modding series I will cover anything from not even having JDK and knowing no code at all to being able to create new blocks, entities etc. in minutes.

 

Before asking questions

For a while now I have been getting the same questions over and over again. I do like helping you guys, but explaining the same thing 50 times is a bit annoying. Another big problem is that people say things like "my item isn't working" which is very hard to fix, because I don't see any files nor do I know what is the problem. That is why from now on you will have to do this before asking for fixes:

 

1. Read through the TroubleShooter to see if it's a common problem.

2. If your problem is not on the TroubleShooter read through the error log if you have one. In the error log you should see some helpfull information. When I have problems in my mod I can fix them 50% of the time with the error log.

3. Take some time between having a problem and asking the question. If I have a problem in my mod and the error log doesn't help me I just quit and start doing something else for a while. There is a big chance you will think of a way to fix it.

4. If you really can't figure it out on your own you should locate the problem. Simply do this by commenting out (using // for one line or /* */ for everything in between those things) to see what is causing the problem.

5. Now you will have to start writing something on this page. The first thing you do is paste in all the code I will need, which is the erroring code. For example if you have an item which doesn't work I need the item file, but also the mod file. Paste the code on here by using the blue <> tags. Also make sure the code is in spoilers by using

  Reveal hidden contents

 

6. If you get an error log add the full thing in there. Make sure you do

  Reveal hidden contents

 

7. Next up explain what it is doing right now and what you want it to do.

8. Check to make sure your post looks something like this.

 

"

I have got a problem with my mod.

This is the code I have.

 

  Reveal hidden contents

 

This is the error log I got (if you actually got one)

 

  Reveal hidden contents

 

Right now it is doing: .....

I want it to do: ......

"

 

Donations

If you like these tutorials please consider donating by clicking the image below.

width=147 height=47https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif[/img]

 

 

Minecraft 1.7

 

Get more tutorials out by supporting me on Patreon: http://www.patreon.com/wuppy29

 

Video Tutorials

 

- Basic Set up

- Basic File

- Creating your own mod: Basic Setup

- Creating your own mod: Advanced Setup

- Updating 1.6 to 1.7 Part 1: Blocks and Items

- Updating 1.6 to 1.7 Part 2:  Generation, Recipes and Names

 

Livestream videos

 

- Setup and Basic File

- Blocks

- Items

- Block Customization

- Tools Part 1: Pickaxe and ToolMaterial

- Recipes

- Tools Part 2: Adding additional tools

- Armor Part 1

- Armor Part 2

- Code organization + Finishing it up

 

Text Tutorials

 

- Updating 1.6 to 1.7 Part 1: Modfile and Recipes

- Updating 1.6 to 1.7 Part 2: Names

- Updating 1.6 to 1.7 Part 3: Blocks

- Updating 1.6 to 1.7 Part 4: Items

- Updating 1.6 to 1.7 Part 5: World Generation

 

Basics

 

- Set up Part 1: JDK & Eclipse

- Set up Part 2: Forge Setup

 

- Basic File Part 1: Package and Import

- Basic File Part 2: @Mod

- Basic File Part 3: Classes and Keywords

- Basic File Part 4: @EventHandler and more

 

- Creating your own mod

 

- Crafting recipes

 

Other

 

- Updating Forge

- Releasing your own Mod

- IRC #minecraftforge tutorial

 

Eclipse tricks

 

- Line numbers

- Auto Complete

- Code Formatting

- Importing

- Navigation

- Renaming variables

 

Other languages

 

German Tutorials (Thanks to HyCraftHD)

- Set up

- Basic File

- Crafting Recipes

- Shapeless Recipes and Smelting

- Items

- Blocks

- Creative Tabs

- OnItemRightClick

- Achievements

- Releasing your mod

- Welt Generation

- Eigene Brennstoffe

- Farbgestaltung

- Drops & Harvestlevel

 

Spanish Tutorials (Thanks to Periyo)

- Actualizar a la version 1.7 desde la 1.6 Parte 1 : Archivo principal del mod (Modfile)

 

Portuguese Tutorials (Thanks to Luke)

- CONFIGURAÇÃO PARTE 1: JDK & Eclipse

 

Traditional Chinese Tutorials (Thanks to GKB)

- 設置篇 Part 1: JDK 和 Eclipse

- 設定 Part 2a: Forge基本設定

- 設置篇 Part 2b: Forge進階設

- 基本文件設置 Part 1: Package 和 Import

- 基本文件設置 Part 2: @mod

- 基本文件設置 Part 3: Class 和 關鍵字

 

Minecraft 1.6

 

  Reveal hidden contents

 

 

Minecraft 1.5

 

  Reveal hidden contents

 

 

Minecraft 1.4

 

  Reveal hidden contents

 

 

Minecraft 1.3.2

 

  Reveal hidden contents

 

 

If you want me to create a tutorial on something that I haven't done yet, have suggestions for my tutorials or if you can't figure something out just leave a message here.

  • 1 month later...
  • 1 month later...
Posted

It'd be great if you could do a tutorial on inventories that can store liquids... I have bee trying to figure this out

I ask complicated questions, and apparently like to write really long detailed posts. But I also help others when I can.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.