Custom Melons [HCTEAMS]

Status
This thread has been locked.

defcn

Premium
Feedback score
1
Posts
106
Reactions
59
Resources
0
Hey,
This is my first resource on MCM and I guess my first post, let me introduce myself. Im defcon (defcn, l3uttsex), I am a developer for LotusNetwork (they can vouch). Im selling the custom melons plugin where if you put a melon and a gold nugget in a crafting table it creates a glistening melon, here is an example on how you would craft it. E.G
A = Golden Nugget B = Melon # = NOTHING / EMPTY

###
AB#
###

Proof:
cmelonsproof.png

Working proof: (GIF) (In game)


Skype: icodememes

Price: 1.50
I only accept bitcoin currently :( since i don't have a paypal
 

Attachments

  • cmelonsproof.png
    cmelonsproof.png
    14.4 KB · Views: 413
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

ee

Supreme
Feedback score
3
Posts
278
Reactions
104
Resources
0
this is offtopic but why is bitcoin the first thing you got. doesn't lotus pay their devs?
 

defcn

Premium
Feedback score
1
Posts
106
Reactions
59
Resources
0
ee Some i still need to get a paypal. So will be payed soon, usually i just ask for a rank or something.
 

Charlie

Developer & Designer
Supreme
Feedback score
1
Posts
950
Reactions
635
Resources
0
Hey,
This is my first resource on MCM and I guess my first post, let me introduce myself. Im defcon (defcn, l3uttsex), I am a developer for LotusNetwork (they can vouch). Im selling the custom melons plugin where if you put a melon and a gold nugget in a crafting table it creates a glistening melon, here is an example on how you would craft it. E.G
A = Golden Nugget B = Melon # = NOTHING / EMPTY

###
AB#
###

Proof:
View attachment 25889
Working proof: (GIF) (In game)


Skype: icodememes

Price: 1.50
I only accept bitcoin currently :( since i don't have a paypal

You're actually charging for a plugin like this?
 

defcn

Premium
Feedback score
1
Posts
106
Reactions
59
Resources
0
Painful that you'd make people pay for this...

Code:
ShapelessRecipe recipe = new ShapelessRecipe( new ItemStack( Material.GLISTERING_MELON, 1) );
recipe.addIngredient( Material.MELON );
recipe.addIngredient(Material.GOLDEN_NUGGET );
super.getServer().addRecipe( recipe );

LOL MY CODE IS COMPLETELY DIFFERENT FROM WHAT YOU DID.
 

Fle

Top tier Random.
Supreme
Feedback score
11
Posts
1,025
Reactions
425
Resources
0
this plugin is legit useless, all it does is save you 7 gold nuggets, you shouldnt charge for it.
 

Fle

Top tier Random.
Supreme
Feedback score
11
Posts
1,025
Reactions
425
Resources
0
i play hcf all the time lmao, this is a waste of 1.50$
all it does is save you fucking nuggets, and someone basicly posted the code in the fucking comments, you might as well just give it out
 

defcn

Premium
Feedback score
1
Posts
106
Reactions
59
Resources
0
is this the same thing

So you tell me on Skype you can code, but you can't code your own Shapeless Recipes? Disgusting.

FGE - Here since you cannot read my mood "Family Issues - All development delayed"

Salt - yes this is mine
My code is a little more concise and i think the recipes are different.
Code:
cmelon.shape(new String[]{"AAA", "CBA", "AAA"}).setIngredient('B', Material.MELON).setIngredient('C', Material.GOLD_NUGGET);

This method is much more concise and I learned from a tutorial while ago, if you guys want the tutorial I can look for it.

Regards,
defcn[DOUBLEPOST=1466864735][/DOUBLEPOST]
i play hcf all the time lmao, this is a waste of 1.50$
all it does is save you fucking nuggets, and someone basicly posted the code in the fucking comments, you might as well just give it out
Just did on spigot. lmao.[DOUBLEPOST=1466865593][/DOUBLEPOST]Another way to prove its not skidded. My .jar is 1,837 bytes, HCFRecipie's .jar is 2,337 bytes. Significant file size difference that does the same thing.
 
Last edited:
Status
This thread has been locked.
Top