Home Blog Page 189

Cherrycraft BE | Minecraft PE Texture Pack

3

Cherrycraft BE is a Minecraft PE/BE texture pack. It will replace birch with cherry. This pack modifies the appearance of all birch blocks and items with dark and light versions. Texture pack also changes the text mentions of birch when using American-English.

This pack originally belongs to: Cactuarplush. Textures were extracted with modifications from Mizuno’s 16 craft.

Cherrycraft BE

What’s the difference between the dark and light version?

  • The color of leaves and saplings is the only distinction
  • All the wooden double slab textures we’re also change to Mizuno’s. It function as a standalone, but it doesn’t fit with any other texture packs or vanilla.

Limitations of Minecraft Bedrock / Pocket Edition

I’ve changed some of the pack’s original files and codes to make it work in the Bedrock version. Some of the original features/textures on the Java version will not work on Bedrock edition, such as connected textures, variations, etc… In the future, we will fix or add some textures and features.

DOWNLOAD

I also use shader for pictures, download shader pack for your Minecraf’s world

- Advertisement -

Linear Graph Plotting Redstone Computer

4

This is a redstone computer that created to plot linear graphs by using the equation y=mx + c (y = y axis, x = x-axis, m = line gradinent (how much it increments x by) and c = y-intercept or offset value.

Cre: TheDarkness344, Youtube

So what does this mean?

Yeah, if you input an equation for a line and start the computer. It calculates points on the graph and displays them on 16 by 16 redstone lamp display.

This redstone computer has 13 lines of code, 1.5 bytes or 3 cells of ram, and a 4-bit adder and 3-bit multiplier ALU to power it.

Instructions to Operate

First, press the button on the bottom left corner to clear the display. This is optional as you can always plot multiple graphs if you choose.

Next, go to the right side and input a gradient and a y-intercept

Then turn the redstone computer on by hitting the on/off button labeled.

Then turn the computers clock on by hitting the clock button

Wait for like 10 minutes lol as it is quite slow and it should plot your graph.

To Turn off – first hit the on/off switch to off and make sure the clock is still on. then wait a few seconds so the computer gets clocked again. then you can turn the clock off and input some new equations

PROGRAM 

  • y=mx+c
  • y=y coordinate
  • x=x coordinate
  • m=gradient
  • c=y-intercept
  • a=ALU register 1
  • b=ALU register 2
    • 0) Write (0) to RAM (2)
    • 1) Write (m) to ALU register (a)
    • 2) Write (RAM 2) to ALU register (b)
    • 3) Write (a*b) to RAM (1)
    • 4) Write (RAM 1) to ALU register (a)
    • 5) Write (c) to ALU register (b)
    • 6) Write (a+b) to RAM (3)
    • 7) PLOT (X=RAM 2) (Y=RAM 3)
    • 8) Write (RAM 2) to ALU register (a)
    • 9) Write (1) to ALU register (b)
    • 10) Write (a+b) to RAM 2 JUMP TO LINE (1)

This computer has 13 lines of code, 1.5 bytes or 3 cells of ram, and a 4-bit adder and 3-bit multiplier ALU to power it.

Downloads

Mediafire download (.mcworld) (support creator)

Or you can get it here (Drive)

👉 If you like our this addon, you can also check our BluJay GlassLoot Bags Add-ons

- Advertisement -

BluJay Glass | Minecraft PE Texture Pack

1

BluJay Glass is custom glass, which contains borderless Stained Glass and borderless Stained Glass Pains! Download texture pack and feel free to use these in your world.

Creator: BlujayGames

Texture Pack features:

Changelog:

  • Changed the pack title to BluJay Glass

Installation

  • Download the .mcpack file and then open it to install in Minecraft. Works on Win10 and Mobile device.
mcpeaddons download

More texture packs for your Minecraft’s world:

- Advertisement -

Loot Bags Add-ons for Minecraft [Compatibility Update]

2

What can you do with this Addon? Well, this addon added 5 tiers of loot bags that can be dropped from mobs and found in the structure. That’s awesome, these bags will drop a bunch of useful items for you. It will help you a lot when you play in survival mode or skyblock

Cre: Vatonage, Youtube, Twitter

5 tiers of loot bags

  • Common – Leather Gear
  • Uncommon – Gold Gear
  • Rare – Chain Gear
  • Epic – Iron Gear
  • Legendary – Diamond Gear

There are some items drop from bags such as: drop swords, armor, bows, fishing rods, ores, mob drops, etc. that will help you a lot in normal survival mode or Skyblock

The items are dropped depends on the tier of the bag. You can combine 4 of a lower quality loot bag to turn it into a higher tier and then, you can get cool things from them

How to get loot bags?

To get the bags, you can use the command below:

/give @s bags:common_bag
/give @s bags:uncommon_bag
/give @s bags:rare_bag
/give @s bags:epic_bag
/give @s bags:legendary_bag

Hope you like this addon and use it a lot in Minecraft game =))

Changelog

– Updated loot tables
– Bug fixed

Downloads

or Download (GG Drive)
Join the discord

👉 If you like addon Minecraft, you can also check our Damage Indicator v2M Function Pack Addon

- Advertisement -

Damage Indicator v3 Addon for Minecraft Pe [Update]

0

Damage indicator v3.1.1 addon is a big update which makes your Minecraft experience more of an RPG game. You will see the damage of enemies when you dealt with them.

Cre: Coptaine, Youtube, Twitter

Feature Damage Indicator Addon

  • Shows the damage dealt with the enemy and heal amount
  • Monitors HP precisely
  • Vanishes when invisible
  • Maximum render distance of 20 blocks
  • Mojangles Font
  • 3 options are available: Health Bar, Heart Icon and Combineation of the 2
  • Resource pack only

Download and choose options

Health Bar

  • Green: 50 – 100% HP
    Yellow: 25 – 49% HP
    Red: 1 – 24% HP

Heart + Health Bar

  • Can read 999 HP

Optional Minecraft Font: Minecraft Dungeons Font

Bossbar (bonus) 

Note: There are 3 options available now in Damage Indicator to choose from

Damage Indicator v2?

Improved indicators

There are have some limit to the Damage Indicator addon:

Damage indicator V2 monitors the health of an entity, not the actual damage itself. So if the damage dealt exceeds the entity’s remaining hp, the damage shown is the remaining hp and not the actual damage.

Maximum damage: 100. For the value exceeds, it will only show “100+”

This addon is made using the new molang query function on 1.16, so it won’t work on older versions

2 options available 

  • Health Bar
  • Heart Icon

Optional Minecraft Font

You can download Minecraft font if you want to change the font of the damage indicator.

Just install it and put it on top

For Addon creators and Map makers:

If you want to implement this to any custom mobs, follow the instructions below:

  • Entity.json (resource) 
  • Geometry.json (locators is the only thing you need to edit here)

For example: modified one of addons called The variants

You can also download the template below (inside the font folder) to help you understand.

Issues

There are issues for some mobs in the Damage Indicator addon: Horse Family, Slime, Squid are not working. Tropical fish is not disabled

Maybe hard coded that makes me can’t do anything about it.

Note from creator

  • The Heart Icon only monitors up to 100 HP. So, it is recommended to use the Health Bar when you are applying it to mobs with HP more than 100.
  • If you want to retain the functionality of scoreboard:belowname, just tell me so I will make a patch for it. 

Changelog

v3.1.1:
– Fixed: damage indicator not showing

Downloads

Damage Indicator Only
Health Indicator Only
Damage and Health Indicator
Minecraft Dungeons Font
or here (gg drive)

You can also download Damage Indicator V2 at this link

👉 If you like our this addon, you can also check our M Function Pack AddonFancy Furniture AddOns on our website – Mcpeaddons.com.

- Advertisement -

M Function Pack Addon for Minecraft Pe

1

Create a new map never easy like that! M Function Pack addon will add thousands of commands to facilitate users to create maps, among other things.

Creator: Maat

FUNCTIONS

  • /function diamondpack: Adds a pack of diamond items to your inventory
  • /function goldpack: Add a Pack of Gold items to your inventory
  • /funtion ironpack: Adds a Pack of Iron items to your inventory
  • /function stonepack: Adds a Pack of Stone iems to your inventory
  • /function woodpack: Adds a Pack of Wood items to your inventory
  • /function starterpack: Add a pack of items to start your survival
  • /function creeper_charged: Spawn the electrocuted creeper

Explore more function in M Function Pack addon

  • /function fly_on: Enables the option to fly in survival (need to activate the education edition option)
  • /function fly_off: Disables the option to fly in survival (need to activate the education edition option)
  • /function night_vision: Activate infinite night vision
  • /function instant_healing: It heals quickly
  • /function kill_a: Kill all players and mobs
  • /function clear: Clear your inventory and potions effects
  • /function zombie_villager: Spawn zombie Villager
  • /function skeleton_h_t: Spawn 4 skeleton horsemen
  • /function ravager_frwer: Spawn an evoker riding ravager
  • /function ravager_sfrwpr: Spawn a pillager riding ravager, but the pillager drops special loot upon death
  • /function ravager_swpcr: Spawn a pillager riding ravager, but the pillager is raid caption.
  • /function ravager_swpr: Spawn a pillager riding ravager
  • /function ravager_swvcr: Spawn a vindicator riding villager, but the vindicator is raid captain
  • /function ravager_swvr: Spawn a vindicator riding ravager
  • /function ender_crytal: Spawn ender crystal in world.
  • /function barrier: Give 64 barrier in your inventory
  • /function xp: Gives a large amount of experience to you
  • /function explode_sound: Play an explosion sound
  • /function weather_t_s: Play a thunder sound
  • /function stop_sounds: To stop all sounds for all players
  • /function baby_fox: Spawn baby fox in world
  • /function baby_turtle: Spawn baby turtle
  • /function baby_polar_b: Spawn baby polar bear
  • /function freeze_mobs: Freezes all mobs near you
  • /function invisibility: Becomes invisible infinitely
  • /function stray_ranged: Spawn stray is in ranged mode
  • /function rabbit_d: Spawn desert rabbit
  • /function pig_saddled: Spawn pig with saddle
  • /function llama_w_c: Spawn llama with chest
  • /function mule_saddled: Spawn mule saddled
  • /function mule_w_c: Spawn mule with chest
  • /function donkey_saddled: Spawn donkey saddled
  • /function donkey_w_c: Spawn donkey with chest
  • /function no_hungry: You don’t feel hungry anymore
  • /function lightning: Lightning appears in front of you
  • /function clear_drops: All items on the floor will disappear
  • /function baby_z: Spawn baby zombie
  • /function p_captain: Spawn pillager captain
  • /function adm_pack: Give you admin items
  • /function unfreeze_mobs: Unfreeze the mobs, by requests
  • /function end_of_m: Teleports you to the end of map
  • /function powered_s: You get a very strong sword
  • /function powered_p: You get a very strong pickaxe
  • /function archerpack: Give you archer equipment
  • /function powered_t: You get a very strong trident
  • /function powered_shovel: You get strong shovel
  • /function powered_cb: Strong Crossbow
  • /function powered_fd: Strong fishing rod
  • /function powered_a: Strong axe
  • /function powered_b: Strong bow
  • /function p_essential: Give you the best potions
  • /function void: Remove all blocks below you, which leads to the void
  • /function 100chicken: Spawn 100 chickens
  • /function 200 chicken: Spawn 200 chickens
  • /function 300chicken: Spawn 300 chickens
  • /function 100cow: Spawn 100 cows
  • /function 200cow : Spawn 200 cows
  • /function 300cow: Spawn 300 cows
  • /function lag: Spawn 1000 turtles in the world

SPECIAL FUNCTION: SONG HOTEL CALIFORNIA

  • /function song/tick: Required to play music (Repeating command block)
  • /function song/load: Load the music
  • /function song/play: Start playing the music
  • /function song/pause: Pause the music
  • /function song/stop: Stop playing music

How to do the song in M Function Pack addon:

  1. Repeating command block with function song/tick
  2. function song/load
  3. function song/play
  4. function song/stop (To stop and reset)

STRUCTURES – M Function Pack Addon

  • PvP Arena: /function structures/arena
  • Tree: /function structures/tree
  • House: /function structures/house
  • Tree TNT: /function structures/treetnt
  • Big TNT: /function structures/bigtnt
  • COMIC
    • /function comic/comic1
    • /function comic/comic2
    • /function comic/comic 3
    • /function comic/comic4
  • MONALISA
    • /function mona/mona1
    • /function mona/mona2
    • /function mona/mona3
  • VAN STAR
    • /function van/star1
    • /function van/star2
    • /function van/star3
    • /function van/star4
  • Maat: /function matt/maat
  • Arena 2
    • /function structures/arena1
    • /function structures/arena2
    • /function structures/arena3
    • /function structures/arena4
  • Goku and Chichi: /function goku/gokuandchichi
  • Goku Art: /function goku/gokuart
  • Son Goku SSJ2 : /function goku/goku_ssj2
  • Son Goku SSJ3: /function goku/goku_ssj3
  • Son Goku SSJ4: /function goku/goku_ssj4
  • GOKU
    • /function goku/goku
    • /function goku/goku1
  • Portal: /function structures/portal
  • Sans the Skeleton: /function sans/sans_the_skeleton
  • Papyrus the Skeleton: function sans/papyrus_the_skeleton
  • Papyrus Battle Form: /function sans/papyrus_battle_form
  • Lucky Cat: /function structures/luckycat
  • Japanese Arena PvP: /function structures/japanese_arenapvp
  • Garen: /function lol/garen
  • Janna: /function lol/janna
  • Jinx: /function lol/jinx
  • Katarina: /function lol/katarina
  • Teemo: /function lol/teemo
  • Ahri Arcade: /function lol/ahri_arcade
  • Darius: /function lol/darius
  • Fiddlestick: /function lol/fiddlestick
  • Kindred: /function lol/kindred
  • Lux Star Guardian: /function lol/lux_star_guardian
  • Redeemed Riven: /function lol/redeemed_riven
  • Zac: /function lol/zac
  • Zed: /function lol/zed
  • Zyra: /function lol/zyra
  • Earth Planet:
    • /function structures/earth_planet
    • /function structures/earth_planet2
  • Hatsune Miku:
    • /function structures/hatsune_miku
    • /function structures/hatsune_miku2
    • /function structures/hatsune_miku3
  • Heart: /function structures/heart
  • Inori:
    • /function structures/inori
    • /function structures/inori2
  • Jacksally: /function structures/jacksally
  • Rainbow Heart: /function structures/rainbow_heart
  • Viking Town Heimskringla:
    • /funtion structures/vth
    • /funtion structures/vth2
    • /funtion structures/vth3
    • /funtion structures/vth4
    • /funtion structures/vth5
  • Asia Karte
    • /function structures/asiakarte
    • /function structures/asiakarte2
  • Bart Simpson: /function structures/bart
  • Bat: /function structures/bat
  • Eto Kaguja
    • /function structures/eto_kaguja
    • /function structures/eto_kaguja2
  • Groudon: /function structures/groudon
  • Large Diamond Block: /function structures/large_diamond_block
  • Madara
    • /function structures/madara
    • /function structures/madara2
    • /function structures/madara3
  • Pain 6 Path of Pain
    • /function structures/pain
    • /function structures/pain2
    • /function structures/pain3
    • /function structures/pain4
    • /function structures/pain5
    • /function structures/pain6
  • Super Mario: /function structures/supermario
  • Villa: /function structures/villa
  • Camping Spot: /function structures/camping_spot
  • Black Dragon: /function dragon/dragon_black
  • Dragon Marine: /function dragon/dragon_marine
  • Dragon Statue: /function dragon/dragon_statue
  • Dragone: /function dragon/dragone
  • Green White Chinese Dragon: /function dragon/green_chinese_dragon
  • Hidra: /function dragon/hidra
  • Purple Dragon: /function dragon/purple_dragon
  • Quartz Dragon: /function dragon/quartz_dragon
  • Red Dragon
    • /function dragon/red_dragon
    • /function dragon/red_dragon2
  • Arceus: /function arceus
  • Dragon Fatalis
    • /function dragon_fatalis
    • /function dragon_fatalis2
    • /function dragon_fatalis3
    • /function dragon_fatalis4
  • Godzilla : /function godzilla
  • King Crimson
    • /function king_crimson
    • /function king_crimson2
    • /function king_crimson3
  • Rocket 18: /function rocket_18
  • Saturn V: /function saturn_V
  • SCP-001
    • /function scp_001
    • /function scp_0012
  • SCP 076 Able
    • /function scp_076_able
    • /function scp_076_able2
    • /function scp_076_able3
  • SCP Keter : /function scp_keter
  • Sword of Omens: /function sword_of_omens
  • Umbreon Twins: /function unbreon_twins
  • 16 bit majora: /function 16_bit_majora
  • Assassin Creed: /function assassin_creed
  • Deadpool: /function deadpool
  • Heart Piece: /function heart_piece
  • Jerry: /function jerry
  • Lucky Block: /function lucky_block
  • Lucky Block Pink: /function lucky_block_pink
  • Lucky Block Spiral: /function lucky_block_spiral
  • Nyan Cat: /function nyan_cat
  • Pikachu: /function pikachu
  • Saitama: /function saitama
  • Slenderman: /function slenderman
  • Sword Art Online
    • /function sword_art_online
    • /function sword_art_online2
    • /function sword_art_online3
    • /function sword_art_online4
  • Tobi: /function tobi
  • Tomb Rider:
    • /function tomb_rider
    • /function tomb_rider2
    • /function tomb_rider3
    • /function tomb_rider4
  • Ultra Huge Jungle: /function ultra_huge_jungle
  • USA Flag: /function usa_flag
  • Yin and Yang: /function yin_and_yang
  • Assasin Girl: /function assasin_girl
  • BIG Tree: /function big_tree
  • Floating Island
    • /function floating_islands
    • /function floating_islands2
  • Japan Castle: /function japan_castle
  • Large Greenhouse: /function large_greenhouse
  • Pokemon Gyn: /function pokemon_gyn
  • Viking Entry: /function vikin_entry
  • Viking house: /function viking_house
  • Blacksmith: /function blacksmith
  • Bunny: /function bunny
  • Big heart
    • /function big_heart
    • /function big_heart2
    • /function big_heart3
    • /function big_heart4
  • Charizard Skeleton: /function charizard_skeleton
  • CSGO Flashbang: /function csgo_flashbang
  • CSGO Karambit: /function csgo_karambit
  • Dragon Skull: /function dragon_skull
  • Drakkenblade: /function drakkenblade
  • Engel Statue:/function engel_statue
  • Fishingspot: /function fishingspot
  • Hobbit Hole: /function hobbit_hole
  • Little Miku: /function little_miku
  • Little Small Tree: /function little_small_tree
  • Magnifying Glass: /function magnifying_glass
  • Medieval Well: /function medieval_well
  • Outpost House: /function outpost_house
  • Phantom: /function phantom
  • Ranch Type Poison: /function ranch_type_poison
  • Sakura tree:
    • /function sakura_tree
    • /function sakura_tree2
  • Smale Apples: /function smale_apples
  • Snorlax: /function snorlax
  • Snowman: /function Snowman
  • Spruce Tree: /function spruce_tree
  • Ancient Oak Tree: /function ancient_oaktree
  • DaggerTree Bloom
    • /function daggertree_bloom
    • /function daggertree_bloom2
    • /function daggertree_bloom3
    • /function daggertree_bloom4
  • Island Towers : /function island_towers
  • Pillager Outpost: /function pillager_outpost
  • Portal Nether: /function portal_nether
  • Skeleton Crypt Dungeon: /function skeleton_crypt_dungeon
  • Tiger1 : /function tiger1

Activate the Experimental Gameplay and Education Edition to use addon.

DOWNLOAD M FUNCTION PACK ADDON

[link url=”https://www.mediafire.com/file/n59yn7djtco3lza/M_Structures_REWORKED.mcpack/file”]DOWNLOAD M FUNCTION PACK ADDON[/link]

Support Creator: M Function Pack addon

Shader use in picture:

More addon for Minecraft’s world

- Advertisement -

Bunch-O Ravines Seed | Minecraft PE Seeds

0

Bunch-O Ravines is a pretty good seed includes quite cool things such as ravines, villages, and even some diamonds that you are able to find around the world

Cre: Neon.

Bunch-o ravines seeds where resources are easy to get and will help you a lot but you still have to find the stronghold yourself

Notable Structures and Terrain

  • 1692, 66, 9 spawn
  • 1880, 73, 123 village
  • 1853, 73, 358 large ravine
  • 1722, 64, 757 double ravine
  • 1803, 73, -303 abandoned village with a blacksmith
  • 1884, 64, -59 large ravine, 1 batch of exposed diamonds, lots of exposed ores, and exposed skeleton spawner
  • 1370, 72, -391 ruined portal
  • 1499, 71, -284 abandoned village
  • 2155, 67, -477 desert temple
  • 2085, 68, -608 ruined portal
  • 2210, 69, -646 snowy plain
  • 2035, 76, -87 thin ravine
  • 2079, 68, 589 ravines, exposed mineshaft
  • 1438, 67, 606 village
  • 1114, 66, 701 desert temple

Some Captures from Bunch-O ravines

Spawn

Here you can see a large revines

Village Bunch-O Ravines

The shader is used in this seed: BNS Shader v1.5; Energy Shaders

Seed ID

1334768030

👉 If you like our Bunch-o ravine, you can also check our -94440: High-Rise Building in a Village343145341: Savannah Village in a Snow Biome Seed

- Advertisement -

Fancy Furniture AddOns (TVs, Milkshake Makers, Washing Machines)

2

Fancy Furniture is a genius-level in fact!! Everyone can download this addon to decorate the Minecraft world, make it more lively!! There is no judgment here!

Cre: mno, Twitter, Youtube

We have a new Salesman, Sven who travels around birch forests with a moose. They will sell all the Fancy Furniture that you want in the latest version.

Fancy Furniture includes:

Old-style Jukebox

Built a tavern and need a real jukebox? Some great country tracks by The Caffeine Creek Band and JuliusH for you

Outdoor speakers

It’s loaded with awesome tunes from Patrick de Arteaga; see patrickdearteaga.com

How to make the speakers and jukebox play music?

  • First, you need to Tame them with Redstone
  • Then interact with them once to start the music and again to stop the music.
  • There are around 15 minutes of music for your listening pleasure on both devices.
  • If you want to move them, just chop ’em up and they will drop a spawn egg.

Bar stools

Outdoor chair

Sun lounges

Bookshelves

Pedestal fans

It will make your house become nicer and cooler

Tents

Other Fancy Furniture

Reclining lounge chairs, Lamps, Office chairs, Coffee tables

Much more to come in the next update …..

Note from creator:

To the YouTubers out there, if you do a review/showcase Fancy Furniture, thank you! Please link back to *this page* on mcpedl. Cheers!

Changelog

– Added the old-style Jukebox, you can play country music around 15 -16 minutes, thanks to the Caffeine Creek Band and JuliusH
– Added tents and sun lounges

Downloads

Fancy Furniture Addon V6

Fancy Furniture Addon V3 (support creator) Or here (Drive)

👉 If you like this addon, you can also check our Actual Guns 3DCenozoic Craft Addon

- Advertisement -

Cenozoic Craft Addon | Minecraft PE Addons

2

Since everyone wants a Cenozoic addon that has many animals, now available for download! The are many creatures now in this addon new remodel and all. You can build a prehistoric zoo or park with this addon and others.

Creator: Raptorman67

Cenozoic Craft Addon Features:

Wooly Mammoth

These creatures are tamable with cake and can be found in snowy biomes. They also come in two colors: White and Brownish coat. They are very dangerous, so make sure not to attack them!

Smilodon

The Smilodon, one of the saber tooth beasts, they are found in grasslands in savanna biome. They’re hostile if you go near them! (comprar modafinil online argentina)

Keleken

Keleken, a prehistoric terror bird. These creatures will spawn on the savanna biome, and be hostile if you attack them. They’re also tameable with beef and you can ride them just like horses if you tame them.

You can control them as same as riding a horse, and they mainly attack pigs but in near future updates they will attack horses. Sometimes, they will attack saber tooth cats. This mob is very tall and has very powerful claws.

Purusaurus

Purusaurus is the largest alligator, one of the largest gators walk in the planet, and will chase you if you come near it. This mob rivals the titanoboa. They spawn in jungles but very rare. Be careful!

Titanoboa

New version of Titanoboa is has 2 gens. Titanoboa is just a giant snake can be found in jungle biomes.

Sivatherium.

Sivatherium is a large creature with its massive legs, and could trample down player with a single blow. It’s very dangerous but you can tame it like a horse.

MORE ANIMALS IN CENOZOIC CRAFT ADDON.

mcpeaddons download

If you like the prehistoric addon, you may like other:

- Advertisement -

Big Business Skin | Minecraft PE Skin Pack

0

Have you ever wanted to be a Businessperson? Well, now you can be a Business one! with the Big Business Skin Pack.

Big Business adds 6 unique 64×64 skins! Three females and three males skins include in this skin pack!

Creator: Endercraft Studios

Big Business Skin Pack

Skins included:

  • Business Ben
  • Revenue Robin
  • Corporate Carl
  • Marketing Mary
  • Secretary Sally
  • Accounting Adam
mcpeaddons download

If you like to use more skin packs, you maybe love this:

- Advertisement -