promotional bannermobile promotional banner
premium banner
OG CobbleX came back! Use 9 stacks of cobblestone to get reward!

Description

Do you remember OG CobbleX on your skyblock when you young? YES it's back i just can't find anywhere mod like this! Then i just made one!

From 1.0.1 i started adding PLACEHOLDERS. For now it's only %player in every text u can edit in configs :D but let me know in the comments section what you want to see here

This mod is only "library" like because only adds way to configure the items and how many of exact items can be used on servers and on singleplayer but every time you setup new server or new modpack need to be configured!

There is some plugins like that but no mods especialy for neoforge, and plugins are existing on "youer" or "magma" but any plugin doesn't support mods, this mod supports every mod because of stringified item ids and transforming it back to the ItemStack and even if this dont work u can use command (commands is executing on exactly players location)

Every text can be coloured and formatted in minecraft formatting codes u can find them all HERE.

You can add custom "cobblex" recipes, as well as custom everything by creating .json file in "config/recipes".

I don't have WIKI page so here is WIKI for server owners and players who know what they're doing:

{
#item_cost Defines how many items is needed to execute command correctly
  "item_cost": 576,
#item_id Defines what item is needed to be in player inventory to execute command correctly
  "item_id": "minecraft:cobblestone",
#success_message_actionbar Defines if success_message is show in action bar or chat (per player)
"success_message_actionbar": false, #success_message Pop-up showing after succesfully executing command when player have required items in EQ "success_message": "You got a diamond!",
#fail_message_actionbar Defines if fail_message is show in action bar or chat (per player)
"fail_message_actionbar": false, #fail_message Pop-up showing after succesfully executing command when player don't have required items in EQ "fail_message": "You dont have enough cobblestone!", #use_command Defines if u using custo command on "command" section "use_command": false, #command Defines what exactly command u want to run after success message "command": "give %player minecraft:diamond 2", #give_item Defines if player getting item "give_item": true, #item_result_count Defines how many items from the "item_result" you getting after success message "item_result_count": 1, #item_result Defines what item player is getting after success message "item_result": "farmersdelight:beef_patty" }

in config.json u can jest say what message is used after no recipe was found and if this is shown in action bar or not

I recomend using some of mods that u can create aliases for this

Recipe executing 

/ccobblex type (your_file_name[without.json])

!!! WIP !!! getting link to documentation

/ccoblex documentation