About 3 results
Open links in new tab
-
Kizdar net |
Kizdar net |
Кыздар Нет
An Introduction to Minecraft Modding - Alan Zucconi
Apr 1, 2021 · Understanding Data & Resource Packs. The first step to create a mod for Minecraft, is to understand what we can actually change, and how. Unless you want to write Java code to properly interface with the game, Minecraft allows for a more “lightweight” approach, which relies on two separate things: data packs and resource packs.The former are used to add …
Minecraft Modding: Throwable Fireballs - Alan Zucconi
Apr 1, 2021 · This is the second part of the tutorial on Minecraft modding; in this article we will create throwable fireballs, using data packs and resource packs. Part 1: An Introduction to Minecraft Modding; Part 2: Minecraft Modding: Throwable Fireballs; Part 3: Minecraft Modding: Laser Gun; A link to download this mod is available at the end of the page.