your current location:首页 > news>[OREGE] Ore Generator (Ore Generator) Minecraft

[OREGE] Ore Generator (Ore Generator) Minecraft

2024-12-15 02:56:06|Myriagame |source:minecraft skins

Brief introduction

Add more minerals to your original version to enrich the original!

Q & A

Q: Why is there this packet?

A: To facilitate more module authors.

Q: Why don't we use MOD directly?

A: Most MOD development requires the necessary becoming the foundation and environment. There are still many players who do not develop MODs at Minecraft, so some players will make the original module with the original data packet, which will be simpler.

introduce

Original intention:

Design for a project for the VCS team;

It is convenient for more original module authors to add minerals to their modules.

use:

You can add new minerals to your original module, and allow it to generate it in the natural terrain;

If you can, you can even add a custom square block, but the premise is that the model of your block or mineral must be covered with a large model of brushing box.

principle

Introduction to some principles:

Place mineral:

Progress+sight tracking+setBlock+data modify = change the released block to the holding items. Because the progress can be detected at the front of your placement, you can get the items in your hand (here here (hereRefers to the effect of placing minerals when there is only one item).

Mineral production:

Here are some of the ideas of Ruhuasiyu's customized generating structure (reset version). For details, please refer to this data packet file.

[*] Note: Your mineral must contain isore: 1B tags

Link

Related link (download link):

Use tutorial;

Ganxiaozhe (expired);

MCBBS (expired).