your current location:首页 > news>[OP] Obj Particle Minecraft

[OP] Obj Particle Minecraft

2024-12-15 03:00:15|Myriagame |source:minecraft skins

Obj Particle is a MOD used to introduce 3D models (OBJ files) and display through particles in Minecraft.Its creative purpose is to supplement the ColorBlock Mod.

Create a new PARTICLEOBJ folder under the .minecraft folder to store OBJ files.

Minecraft images

The MOD is MOD with a version 1.12.2.Add two instructions to the game: /loadObj and /ParticleObj.

/loadObj is used to load obj files,/ParticleOBJ is used to print the OBJ file that has been loaded

The usage of /loadobj instructions are as follows:

/loadobj  /loadobj    

Obj file name indicates the name of the OBJ file (to be put in the PARTICLEOBJ folder).

Name said that the loaded OBJ file name is the name in ParticleObj.

Range represents the scope of printing (without default 4).

Spacing indicates the interval of printing (without default 0.04).

/PARTICLEOBJ instructions are as follows:

/particleobj  /ParticleObj     

Name is the same as above.

Particle ID is a particle effect name of 1.12.2, and the definition given by FORGE as:

 Public Enum EnumparticleTypes {Explosion_normal ("Explode", 0, True), Explosion_large ("Largeexplode", 1, True), True, Explosion_huge ("HUGEEXPLOSION", 2, TRUE), Fireworks_spark ("Fireworksspark", 3, FALSE), Water_bubble ("Bubble", 4, False), Water_SPLASH ("Splash", 5, FALSE), Water_wake ("Wake", 6, FALSE), Suspended "Suspended", 7, 7,FALSE), SUSPEND_DEPTH ("DEPTHSUSPEND", 8, FALSE), Crit ("Crit", 9, False), Crit_magic ("MagicCrit", 10, FALSE), SMOKE_NORMAL ("Smoke", 11, false), smoke_large (""Largesmoke ", 12, false), Spell (" Spect ", 13, False), Spell_instant (" InstantSpell ", 14, FALSE), Spell_mob (" Mobspell ", 15, False), Spell_Mob_AMBI ENT ​​("Mobspellambient", 16, FALSE), Spell_witch ("Witchmagic", 17, FALSE), Drip_water ("Dripwater", 18, FALSE), Drip_lava ("Driplava", 19, FALSE), Villager_angry ("Angryvivi llager ", 20,

false),    VILLAGER_HAPPY("happyVillager", 21, false),    TOWN_AURA("townaura", 22, false),    NOTE("note", 23, false),    PORTAL("portal", 24, false),    ENCHANTMENT_TABLE("Enchantmenttable, 25, FALSE), Flame ("Flame", 26, FALSE), LAVA ("LAVA", 27, FALSE), Footstep ("Footstep", 28, FALSE), Cloud ("Cloud", 29, FALSE), Redstone ("Reddust", 30, False), Snowball ("SnowballPoot", 31, False), Snow_Shovel ("SnowShovel", 32, False), Slime ("Slime", 33, FALSE ), Heart ("Heart", 34, false), Barrier (" Barrier ", 35, FALSE), item_crack (" iconCrack ", 36, FALSE, 2), block_crack (" blockcraft ", 37, false, 1), block_ Dust ("blockdust",38, FALSE, 1), Water_drop ("Droplet", 39, FALSE), Item_take ("TAKE", 40, FALSE), Mob_APPEARANCE ("Mobapperance", 41, TRUE), DRAGON_BRES ("Drago (" Drago) nbreath ", 42, false),,

End_rod ("endrod", 43, false), Damage_indicator ("Damageindicator", 44, TRUE), Sweep_attack ("Sweepattack", 45, True), Falling_dust ("FallingDu st ", 46, false, 1), totem (" totem", 47, false), spit (" spit ", 48, true);}

RGB is color.

Altha is transparent.

(In parenting, the name is in the game, that is, the particle ID)

Minecraft images

Minecraft images

Minecraft images

In addition to other statements, MCMOD.CN, all open public editing content uses the BY-NC-SA 3.0 protocol.