*Note* This is a little outdated, and these are VERY basic steps
I am not the best lucky block creator. I recommend you ask people who know how to use loot++ well.
Hello and Welcome to to Lucky Block Creation Guide
Where you can learn how to Make your Own Lucky Block Addon for 1.8
This will only give you the basic's to get started and to understand the drops format
I am the Lucky Block Creeper Creator And CLICK HERE to check it out.
First Off The Lucky Block Mod was made here http://www.planetminecraft.com/mod/lucky-block/
If you have created a Lucky Block Please Note You cannot Post it to PMC.
Minecraft Forums and Other sites are fine.
Please Have at least a bit of an idea of .minecraft and how to create a Texture pack
Without Further Ado Let DO DIS.
#1 Get your thing's
Ok first off you must know how to even install mods and use other lucky block mods to understand this
If you want to make one first have a little but of time with mods and Addons ^.^
Then you wanna click the Add-On Generator (1.8) And download it
After that, Unzip the File and you should have a .jar file called Addon Generator
Click it then a text box should appear
In that Text Box Name what you want the lucky block to be called
This is all your choice. I chose Skillz
(You can choose that as well this is a Demonstration)
Then Click Done
=========================
#2 File Exploring
Once you click done
Where ever you Unzipped it there will be a folder labeled (Whatever you chose to name your block ^)
Open it
Your folder Should Have a Set-Up like this
You got That, good ^
Now you are gonna wanna open the assets folder
then click the lucky folder
You should be presented with 4 folders
Go into the Lang
If you cannot open the lang file left click it and click open with...
Then select notepad
If it works then great
When you open it you should be presented with this
You are not gonna have it saying Lucky Block Skillz or Skillz Lucky Sword
You should have what you named your Lucky Block Before
Here you name what your LB And Wepons Are gonna be in the game
So after tile.(YourLBName).name= You name your lucky block after the =
Same goes with the weapons.
This is what it will be called in game
After you are done close the file and save
==========================
#3 Test it (For now)
Ok now go back to the main page of your folder
the one with all that stuff
now on a screen right click
click new
then select your .zip/.rar archive tool
Then in that Empty .zip/.rar File
you are gonna highlight every file you have in the LB folder
After that drag it into the empty .zip/.rar file
Soon After, take that .zip file and put it into the Addons folder
Lastly open 1.8 MC forge and make a new world
(make sure you have the latest LB 1.8 version in your mods folder as well)
#4 Test it in MC
Then go into creative and find these items that look like this
If you got all that and the items are named what you want them to be
good lets move on
(we will change the texture later for the items don't worry)
===================
#5 Plugin_init
Delete the .zip you made it wont be of any use anymore
Now go back to your folder and open the Plugin_init File
You should have this
Now this is what the text is gonna be when you use it in your drops if you wanna make the LB and Weps Drops
Leave it the same i recommend
=================
#6 Luck Crafting
Now open the Lucky_crafting File
You should have this
Now here are where how much luck you can give a block with a item and how to make them lucky and unlucky
If you want to change the Numbers to see how much more luck a item will give then go ahead
A Normal number like 50 is how much luck it's gonna gain when you use it with that
And a Number with a - is how much the luck will decrease
You can add items as well like dirt give -100 Luck
by just typing it under the /lucky items or /unlucky items
for this case i just said it would be dirt=-100
Get it now ^
==============
#7 Recipes
Open the file called Recipes
Here you will create what the Recipe is to craft the block
Now after the /craft by placing lucky block in center and light or dark gray dye around
Delete all that but the /
after the / you will state how to craft this block
Now this might be a bit hard to wrap around
but it is easy
ggg,glg,ggg = The recipe in the Crafting Table
g,dye:8,l,lucky:lucky_block = The items
So if i had something like this
ddd,dld,ddd,d,diamond_block,l,lucky:lucky_block
It would be a lucky block in the middle with diamond_blocks all around
so after the ggg,glg,ggg you are gonna want to replace the dye:8 with whatever block you want to surround the block
and then at the lucky:lucky_block you are gonna wanna replace it with whatever block you want in the middle to be
(NOTE: if you wanna use a lucky block for anything even drops it must be in this format lucky:(your lucky block name from Step 5 ,Same with Weapons)
If you want more advanced crafting PM ME
=======================
#8 Test Again
Making a LB is a lot of testing
Repeat the process you used to get the block into MC
Now check to see if your
Luck Items Work
Crafting Recipe Works
and the /give command
(/give (yourMCname) lucky:your step 5 intel)
========================
#9 Take a Break
Take a Break :0
==========================
#10 Texture for Block
Go to assets then the lucky folder and come back to the area with the 4 folders
Click the Texture Folder
then open the Blocks Folder
you then should see a pic of a LB
Right click it and click EDIT
Here you can edit your LB to any texture you want
Make sure you leave it as a .png
and a 16x16 file
====================
#11 WEP Texture
Now do the same but go into the items folder
DELETE Everything in it
Now go here http://minecraft.novaskin.me/resourcepacks#
Here you are gonna Make your wep
Now you all done
Now take all those files you just made and put them in the folder where you deleted the other things
=================
#12 Test AGAIN
Making a LB is a lot of testing
Repeat the process you used to get the block into MC
Now check to see if your
Lucky Block texture Works
Lucky Weapons Work
================
#13 NaturalGen and Properties
Select the File natural_gen and open it
Here you don't need to change anything unless you really want to customize
What this file does is that it shows how your LB will spawn in the world
PM Me for more on that
Open the Properties Folder
Here you can change the spawn rate of how often the lb will spawn in the world
The higher the more blocks will spawn in your world
On spawnrate=50
PM for the other 2 ^
===================
#14 Structures
I really don't know much about structures
So I can't really help you with that
I can give you a rundown of how to install structures that already exist in lucky block
====================
#15 Bow drops, Sword drops ,And Potion Drops
Oh Boy Here we go
BOW DROPS
Open the file bow_drops
Here you can configure what drops you will get from the bow when you fire it
I really can't Explain this but
If you really And I MEAN Really want to go into depths with this file go to the Lb Creators Document where he explains how it works so you can create bow drops http://www.minecraftascending.com/projects/lucky_block/documentation/6_4_lucky_items.html
The Same Goes With Sword Drops and Potion Drops
If you Want more Help on creating drops PM Me
========================
#16 DROPS
Here we go
Let's Talk about the drops
I won't Go into too much detail as you are gonna have to figure most of this out on your own. I am just giving you a nice start. Your welcome ^
Ok open the file drops
Now this is where Everything happen
All your drops are in this file
I will be talking about
Getting Items
Mobs
Named Items
GETTING ITEMS
Now keep this in mind at every drop it must be in this format
This will give the player 3 Eggs
After the Amount you can do a amount=#rand(1,3)
This will give a random amount of eggs between 1 and 3
#rand means #random
MOBS
/cow :3
type=entity,ID=Cow
this will spawn a simple little cow
that's it
Now Mob Are called entity's
If you wanna have a Mob riding a Mob you are gonna want to do something like this
Now you see the Minecart
Well the Minecart Is a Entity so it counts as a mob
So in this drop the Minecart is Riding the EnderDragon
type=entity ----- A Entity type of drop
type=item ------- A Item Type of drop
type=particle ----- A Particle Pice of a drop
type=fill ----- A Fille command for a drop
type=explosion -- A explsion Drop
type=structure ---- A structure drop
Are a few type=
SO type= is gonna be your starter for a drop
You can get into detail and make drop amazing with this baseline
To name a Entity do this
type=entity,ID=Zombie,NBTTag=(CustomName="Bob")
NBTTag=(CustomName="Bob")
Have this after the entity name
at the custom name part after the = have this "A Cool Name" so you can name your mob
After the Item Name like the
Dragon Egg thing
do this
and inside the name write "whatevernameyouwant" inside
NBTTag=(display=(Name="Only Hope")
But to get colored text we must use the Varibles
So
NBTTag=(display=(Name="$cOnly Hope")
You see the $c before the Only Hope
That makes the Name Right After colored
So here is a complete list of them
Click here for a color Version http://minecraft.gamepedia.com/Formatting_codes
Code
Official Name
Technical Name
Foreground Color
Background Color
R
G
B
Hex
R
G
B
Hex
§0
Black
black
0
0
0
000000
0
0
0
000000
§1
Dark Blue
dark_blue
0
0
170
0000AA
0
0
42
00002A
§2
Dark Green
dark_green
0
170
0
00AA00
0
42
0
002A00
§3
Dark Aqua
dark_aqua
0
170
170
00AAAA
0
42
42
002A2A
#17 Trouble Shoot The Block
Yes Yes
I know i just told You to Test it
But the two are different things
When adding drops
After around 15 or so Stop adding
Repeat Step 3 And in this testing phase
MAKE SURE THAT ALL YOUR DROPS APPEAR
This is the best way to ensure that all drops don't bug out
================================================
#16 The End
Now Just Repeat Step 3 But this is your last step
This time Name the .zip what ever you want and put it into mc to see if it works
if it does then boom you are done
Unless you wanna update it or put more drops
=========================================
Well Now I hope you understand How to make a Lucky Block Addon A But Now
It took me a long time to type this
Make sure you go into it Deep And try to Understand a bit more on your own.
Jeez, man! This is really helpful because I hate going through all the documentations in the Lucky Block page. Right now, it's just a 10% complete anyways I'll make sure to credit you/your page for your helpfulness. Thanks, man! Sry I have to say so many thanks because I'm so grateful to those who help me, and TQ!
Wait a minute, where is the Addons folder? Is it in the .minecraft folder, or somewhere else? I think I've already looked everywhere. Do I need to make it myself?
I did as you suggested, but putting the .zip file in doesn't work. Neither my lucky block nor anything else associated to it appears. (except for the gold lucky block, of course)
I had, but I deleted it. Other than that, I followed the instructions, but it's still not working. How can I tell whether I did something wrong or not?
Hey! I'm trying to make a mod, but the "text box" doesn't pop up when I click it. Am I missing a program or what? BTW I have Windows 10. Please Help! By the way, I love your lucky block mod! Why do my textures not work?
EDIT : I Already solved my problem Thanks for this !
Ahmm Hello Sir.. Can i ask something? when i want to test my luckyblock addons, i'll need to put the "defaultresources" file only?? or i need to include the "Addon Generator" ?? i will put them in .zip or .rar right? and put at addons/lucky_block/ .. ?? Rigght? and also i need the latest lb mod?. Tell me hehe sorry i'm newbie here.
SIR ! My Lucky Block/Addon texture/image InGame is error? Like this.. I Have the same problem as KaptainKitteh . ! Help me please the image is below. that's the image of my lucky block. Please help me!
2. Did you change anything in the block states folder or model folder?
If you did both of these please send me your lucky block file and I will take a look at it and maybe fix it :3
Ahmm.. Actually after i test it at step #8, i didn't still change the texture because i have no time yesterday, so i stop at step 8 yesterday, and i test it in MC and texture is like that, i thought this is the problem
My Recipes.txt , like : ddd,dld,ddd,d,diamond,l,lucky:lucky_block=Master Lucky Block ... (Master Lucky Block, is my lucky block name. Did you think ineed to remove the =?
I Think my Recipes.txt is my problem because when i tried it in mc that i still didn't change anything in recipe.txt the texture is still okay. but after i changed the recipes.txt and test it, the texture got error.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
*Note* This is a little outdated, and these are VERY basic steps
I am not the best lucky block creator. I recommend you ask people who know how to use loot++ well.
Hello and Welcome to to Lucky Block Creation Guide







Where you can learn how to Make your Own Lucky Block Addon for 1.8
This will only give you the basic's to get started and to understand the drops format
I am the Lucky Block Creeper Creator And CLICK HERE to check it out.
First Off The Lucky Block Mod was made here http://www.planetminecraft.com/mod/lucky-block/
If you have created a Lucky Block Please Note You cannot Post it to PMC.
Minecraft Forums and Other sites are fine.
Please Have at least a bit of an idea of .minecraft and how to create a Texture pack
Without Further Ado Let DO DIS.
#1 Get your thing's
Ok first off you must know how to even install mods and use other lucky block mods to understand this
If you want to make one first have a little but of time with mods and Addons ^.^
First you wanna Go to the Lucky Block Mod Page Here
http://www.planetminecraft.com/mod/lucky-block/
Then you want to scroll down until you see the Line called Customization
Then you wanna click the Add-On Generator (1.8) And download it
After that, Unzip the File and you should have a .jar file called Addon Generator
Click it then a text box should appear
In that Text Box Name what you want the lucky block to be called
This is all your choice. I chose Skillz
(You can choose that as well this is a Demonstration)
Then Click Done
=========================
#2 File Exploring
Once you click done
Where ever you Unzipped it there will be a folder labeled (Whatever you chose to name your block ^)
Open it
Your folder Should Have a Set-Up like this
You got That, good ^
Now you are gonna wanna open the assets folder
then click the lucky folder
You should be presented with 4 folders
Go into the Lang
If you cannot open the lang file left click it and click open with...
Then select notepad
If it works then great
When you open it you should be presented with this
You are not gonna have it saying Lucky Block Skillz or Skillz Lucky Sword
You should have what you named your Lucky Block Before
Here you name what your LB And Wepons Are gonna be in the game
So after tile.(YourLBName).name= You name your lucky block after the =
Same goes with the weapons.
This is what it will be called in game
After you are done close the file and save
==========================
#3 Test it (For now)
Ok now go back to the main page of your folder
the one with all that stuff
now on a screen right click
click new
then select your .zip/.rar archive tool
Then in that Empty .zip/.rar File
you are gonna highlight every file you have in the LB folder
After that drag it into the empty .zip/.rar file
Soon After, take that .zip file and put it into the Addons folder
Lastly open 1.8 MC forge and make a new world
(make sure you have the latest LB 1.8 version in your mods folder as well)
#4 Test it in MC
Then go into creative and find these items that look like this
If you got all that and the items are named what you want them to be
good lets move on
(we will change the texture later for the items don't worry)
===================
#5 Plugin_init
Delete the .zip you made it wont be of any use anymore
Now go back to your folder and open the Plugin_init File
You should have this
Now this is what the text is gonna be when you use it in your drops if you wanna make the LB and Weps Drops
Leave it the same i recommend
=================
#6 Luck Crafting
Now open the Lucky_crafting File
You should have this
Now here are where how much luck you can give a block with a item and how to make them lucky and unlucky
If you want to change the Numbers to see how much more luck a item will give then go ahead
A Normal number like 50 is how much luck it's gonna gain when you use it with that
And a Number with a - is how much the luck will decrease
You can add items as well like dirt give -100 Luck
by just typing it under the /lucky items or /unlucky items
for this case i just said it would be dirt=-100
Get it now ^
==============
#7 Recipes
Open the file called Recipes
Here you will create what the Recipe is to craft the block
Now after the /craft by placing lucky block in center and light or dark gray dye around
Delete all that but the /
after the / you will state how to craft this block
Now this might be a bit hard to wrap around
but it is easy
ggg,glg,ggg = The recipe in the Crafting Table
g,dye:8,l,lucky:lucky_block = The items
So if i had something like this
ddd,dld,ddd,d,diamond_block,l,lucky:lucky_block
It would be a lucky block in the middle with diamond_blocks all around
so after the ggg,glg,ggg you are gonna want to replace the dye:8 with whatever block you want to surround the block
and then at the lucky:lucky_block you are gonna wanna replace it with whatever block you want in the middle to be
(NOTE: if you wanna use a lucky block for anything even drops it must be in this format lucky:(your lucky block name from Step 5 ,Same with Weapons)
If you want more advanced crafting PM ME
=======================
#8 Test Again
Making a LB is a lot of testing
Repeat the process you used to get the block into MC
Now check to see if your
Luck Items Work
Crafting Recipe Works
and the /give command
(/give (yourMCname) lucky:your step 5 intel)
========================
#9 Take a Break
Take a Break :0
==========================
#10 Texture for Block
Go to assets then the lucky folder and come back to the area with the 4 folders
Click the Texture Folder
then open the Blocks Folder
you then should see a pic of a LB
Right click it and click EDIT
Here you can edit your LB to any texture you want
Make sure you leave it as a .png
and a 16x16 file
====================
#11 WEP Texture
Now do the same but go into the items folder
DELETE Everything in it
Now go here
http://minecraft.novaskin.me/resourcepacks#
Here you are gonna Make your wep
Sword Link
http://minecraft.novaskin.me/resourcepacks#default/textures/items/diamond_sword.png
Make your Own Lucky Block Sword
Once you are done Click Save then click Download
Right click the Wep and save it
Name It whatever you put into step 5
Potion Link
http://minecraft.novaskin.me/resourcepacks#default/textures/items/experience_bottle.png
Make your Own Lucky Block Potion
Once you are done Click Save then click Download
Right click the Wep and save it
Name It whatever you put into step 5
Bows
http://minecraft.novaskin.me/resourcepacks#default/textures/items/bow_standby.png
http://minecraft.novaskin.me/resourcepacks#default/textures/items/bow_pulling_0.png
http://minecraft.novaskin.me/resourcepacks#default/textures/items/bow_pulling_1.png
http://minecraft.novaskin.me/resourcepacks#default/textures/items/bow_pulling_2.png
Edit Each one of them
For the
First link Once you click Save call it what you did in step 5 But add _standby after it
Second link Once you click Save call it what you did in step 5 But add _pulling_0
Third Link Once you click Save call it what you did in step 5 but add _pulling_1
Last Link Once you click Save call it what you did in step 5 but add _pulling_2
Now you all done
Now take all those files you just made and put them in the folder where you deleted the other things
=================
#12 Test AGAIN
Making a LB is a lot of testing
Repeat the process you used to get the block into MC
Now check to see if your
Lucky Block texture Works
Lucky Weapons Work
================
#13 NaturalGen and Properties
Select the File natural_gen and open it
Here you don't need to change anything unless you really want to customize
What this file does is that it shows how your LB will spawn in the world
PM Me for more on that
Open the Properties Folder
Here you can change the spawn rate of how often the lb will spawn in the world
The higher the more blocks will spawn in your world
On spawnrate=50
PM for the other 2 ^
===================
#14 Structures
I really don't know much about structures
So I can't really help you with that
I can give you a rundown of how to install structures that already exist in lucky block
====================
#15 Bow drops, Sword drops ,And Potion Drops
Oh Boy Here we go
BOW DROPS
Open the file bow_drops
Here you can configure what drops you will get from the bow when you fire it
I really can't Explain this but
If you really And I MEAN Really want to go into depths with this file go to the Lb Creators Document where he explains how it works so you can create bow drops
http://www.minecraftascending.com/projects/lucky_block/documentation/6_4_lucky_items.html
The Same Goes With Sword Drops and Potion Drops
If you Want more Help on creating drops PM Me
========================
#16 DROPS
Here we go
Let's Talk about the drops
I won't Go into too much detail as you are gonna have to figure most of this out on your own. I am just giving you a nice start. Your welcome ^
Ok open the file drops
Now this is where Everything happen
All your drops are in this file
I will be talking about
Getting Items
Mobs
Named Items
GETTING ITEMS
Now keep this in mind at every drop it must be in this format
/NameofDropp
DropStuffDropStuffDropStuffDropStuff[email protected]luck=1
So the /nameofdrop is the name
the DropStuff if the area where the stuff happen
@luck=1 Is what luck of the block this drop will appear most often -2=Very Unlucky -1=Unlucky 0=Normal Lucky 1=Lucky 2=Very Lucky
Now pretend in your block you want the user to get 3 Dragon Eggs
you would to this
/Dragoneggdrop
ID=dragon_egg,[email protected]=0
This will give the player 3 Eggs
After the Amount you can do a amount=#rand(1,3)
This will give a random amount of eggs between 1 and 3
#rand means #random
This is a Very Basic Idea to do this
For More help for advanced Drops PM ME ^
Or Refer to the Document
http://www.minecraftascending.com/projects/lucky_block/documentation/2_2_items.html
MOBS
/cow :3
type=entity,ID=Cow
this will spawn a simple little cow
that's it
Now Mob Are called entity's
If you wanna have a Mob riding a Mob you are gonna want to do something like this
Now you see the Minecart
Well the Minecart Is a Entity so it counts as a mob
So in this drop the Minecart is Riding the EnderDragon
type=entity,ID=Minecart,NBTTag=(Riding=(id=EnderDragon))@luck=0
You see this type=
This is a baseline for any drop
type=entity,ID=Minecart,NBTTag=(Riding=(id=EnderDragon))@luck=0
type=entity ----- A Entity type of drop
type=item ------- A Item Type of drop
type=particle ----- A Particle Pice of a drop
type=fill ----- A Fille command for a drop
type=explosion -- A explsion Drop
type=structure ---- A structure drop
Are a few type=
SO type= is gonna be your starter for a drop
You can get into detail and make drop amazing with this baseline
To name a Entity do this
type=entity,ID=Zombie,NBTTag=(CustomName="Bob")
NBTTag=(CustomName="Bob")
Have this after the entity name
at the custom name part after the = have this "A Cool Name" so you can name your mob
Refer to this for more Detail
http://www.minecraftascending.com/projects/lucky_block/documentation/2_4_entities.html
NAME ITEMS
TO Name a Item do this
After the Item Name like the
Dragon Egg thing
do this
and inside the name write "whatevernameyouwant" inside
NBTTag=(display=(Name="Only Hope")
But to get colored text we must use the Varibles
So
NBTTag=(display=(Name="$cOnly Hope")
You see the $c before the Only Hope
That makes the Name Right After colored
So here is a complete list of them
Click here for a color Version
http://minecraft.gamepedia.com/Formatting_codes
Code
Official Name
Technical Name
Foreground Color
Background Color
R
G
B
Hex
R
G
B
Hex
§0
Black
black
0
0
0
000000
0
0
0
000000
§1
Dark Blue
dark_blue
0
0
170
0000AA
0
0
42
00002A
§2
Dark Green
dark_green
0
170
0
00AA00
0
42
0
002A00
§3
Dark Aqua
dark_aqua
0
170
170
00AAAA
0
42
42
002A2A
§4
Dark Red
dark_red
170
0
0
AA0000
42
0
0
2A0000
§5
Dark Purple
dark_purple
170
0
170
AA00AA
42
0
42
2A002A
§6
Gold
gold
255
170
0
FFAA00
42
42
0
2A2A00
§7
Gray
gray
170
170
170
AAAAAA
42
42
42
2A2A2A
§8
Dark Gray
dark_gray
85
85
85
555555
21
21
21
151515
§9
Blue
blue
85
85
255
5555FF
21
21
63
15153F
§a
Green
green
85
255
85
55FF55
21
63
21
153F15
§b
Aqua
aqua
85
255
255
55FFFF
21
63
63
153F3F
§c
Red
red
255
85
85
FF5555
63
21
21
3F1515
§d
Light Purple
light_purple
255
85
255
FF55FF
63
21
63
3F153F
§e
Yellow
yellow
255
255
85
FFFF55
63
63
21
3F3F15
§f
White
white
255
255
255
FFFFFF
63
63
63
3F3F3F
So Back to our Dragon Egg drop if we would want to add color it would be like this
/DragonEggdDrop
ID=dragon_egg,amount=3,NBTTag=(display=(Name="$9Dragon Egg")@luck=0
This is now Our Dragon Egg Drop With a Blue Colored Text
Ah Well I just went over the Very Basics
If you want more help with drops click here
http://www.minecraftascending.com/projects/lucky_block/documentation/2_drop_properties.html
Test It
Once you are done making drops
Put it into MC And Test all the drops and properties
================================================================
#17 Trouble Shoot The Block
Yes Yes
I know i just told You to Test it
But the two are different things
When adding drops
After around 15 or so Stop adding
Repeat Step 3 And in this testing phase
MAKE SURE THAT ALL YOUR DROPS APPEAR
This is the best way to ensure that all drops don't bug out
================================================
#16 The End
Now Just Repeat Step 3 But this is your last step
This time Name the .zip what ever you want and put it into mc to see if it works
if it does then boom you are done
Unless you wanna update it or put more drops
=========================================
Well Now I hope you understand How to make a Lucky Block Addon A But Now
It took me a long time to type this
Make sure you go into it Deep And try to Understand a bit more on your own.
If you Want More Help
Feel Free to PM ME
=====Link's That Help======
Lucky Block Mod - http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1292247-lucky-block-mod-drops-items-spawns-mobs-structures
Color Codes-http://minecraft.gamepedia.com/Formatting_codes
Texture For Weapons - http://minecraft.novaskin.me/resourcepacks
Enchanting Codes - http://www.minecraftforum.net/forums/minecraft-discussion/creative-mode/365638-enchantment-id-list
Potion Codes - http://minecraft.gamepedia.com/Status_effect
Lucky Block Creeper - http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2624126-lucky-block-creeper-addon-with-over-300-drops-1-9
If you need any more help on anything such as topics I did not go over
(Wishing wells, custom mobs, etc)
Feel free to PM
But..... this isn't modding....
~ Crows
Avatar Mod 2 -- Elemental Bending from Avatar: The Last Airbender
Contact: PM or [email protected]
What do you mean?
Jeez, man! This is really helpful because I hate going through all the documentations in the Lucky Block page. Right now, it's just a 10% complete anyways I'll make sure to credit you/your page for your helpfulness. Thanks, man!
Sry I have to say so many thanks because I'm so grateful to those who help me, and TQ!
No Problem
Just ask if you need any additional help
GL on your block ^.^
Wait a minute, where is the Addons folder? Is it in the .minecraft folder, or somewhere else? I think I've already looked everywhere. Do I need to make it myself?
The Addons Folder Appears in .minecraft AFTER you have used the lucky block mod 1.8 or above at least once in a world;
Um... I tried, but it didn't work. There isn't anything called "addons" in my .minecraft folder. What do I do now?
Weird...
In that Case just make one of your own.
Create a new folder in .minecraft and label is "addons"
Then inside the addon folder create another folder called "lucky_block"
This folder called "lucky_block" is where you will put your lb addons
I did as you suggested, but putting the .zip file in doesn't work. Neither my lucky block nor anything else associated to it appears. (except for the gold lucky block, of course)
hmm
This is the first time I am hearing this
Ok I want you do try this cause I have made this mistake before.
I want to ask if your .minecraft folder is a shortcut or not.
Like do you have a shortcut to it on the desktop or?
I had, but I deleted it. Other than that, I followed the instructions, but it's still not working. How can I tell whether I did something wrong or not?
I didn't do anything wrong, but the addons don't work
Hey! I'm trying to make a mod, but the "text box" doesn't pop up when I click it. Am I missing a program or what? BTW I have Windows 10. Please Help! By the way, I love your lucky block mod!
Why do my textures not work?
Hey
I think I know what is wrong with your textures
Please PM Me ^-^
EDIT : I Already solved my problem
Ahmm Hello Sir.. Can i ask something? when i want to test my luckyblock addons, i'll need to put the "defaultresources" file only?? or i need to include the "Addon Generator" ?? i will put them in .zip or .rar right? and put at addons/lucky_block/ .. ?? Rigght? and also i need the latest lb mod?. Tell me hehe sorry i'm newbie here.
SIR ! My Lucky Block/Addon texture/image InGame is error? Like this.. I Have the same problem as KaptainKitteh . ! Help me please the image is below. that's the image of my lucky block. Please help me!
You don't need to include the addon generator
It just generates the files you need
Plus you dont even need to put the default resource file too
What you would need to do is create a new .zip or .rar file by left clicking anywhere
Then clicking New
Then clicking New .zip/.rar file
Then take all your lucky block files
like this
And put them in the .rar/.zip file
After that just put it in .minecraft/.addons/lucky_block
1. Are your textures named the correct thing?
2. Did you change anything in the block states folder or model folder?
If you did both of these please send me your lucky block file and I will take a look at it and maybe fix it :3
Ahmm.. Actually after i test it at step #8, i didn't still change the texture because i have no time yesterday, so i stop at step 8 yesterday, and i test it in MC and texture is like that, i thought this is the problem
My Recipes.txt , like : ddd,dld,ddd,d,diamond,l,lucky:lucky_block=Master Lucky Block ... (Master Lucky Block, is my lucky block name. Did you think ineed to remove the =?
I Think my Recipes.txt is my problem because when i tried it in mc that i still didn't change anything in recipe.txt the texture is still okay. but after i changed the recipes.txt and test it, the texture got error.