Ever wanted some blocks to break faster, slower or not at all? Thought your ores drop too little xp, too many items, and don't explode often enough? Maybe you want fire to burn ALL the things. Whatever your block configuring needs, Block Properties has you covered! Well, mostly.
This mod allows you to customize all blocks, vanilla or otherwise, with completely configurable drops, break speed, harvest level, xp, flammability, blast resistance, slipperiness, light opacity, brightness, and even sound type! To top it off, many properties accept number ranges for values, and are randomized for each block event!
Everything in this mod is completely configurable! This mod will do nothing if you do not edit its properties files. The properties files are generated in your .minecraft/config directory.
See the the wiki for how to use the configs.
Can someone show a sample how should I change the harvest function ?
Actually I searched on every possible site but I didn't find any sample ... basicly I don't understand anything about coding :(
How to replace a block when you harvest them ?
YES,We need 1.12.2 very much. We like this mod very much. Please update to 1.12.2.
Can someone update this to 1.12.2?
also trying to work out how to use the function "choose", thought the examples might be useful but it turns out they're not even visible :/
also trying to edit the bookshelves so they can only be collected with the projectE morning star:
{
"_name": "minecraft:bookshelf",
"stats": {
"opacity": 0,
"brightness": 15,
"hardness": 5000.0,
"resistance": 0.0,
"sound": "wood",
"slipperiness": 0.6,
"tool_data": [
{
"tool": "ProjectE:item.pe_rm_morning_star",
"level": -1
}
]
},
"break_speed": [],
"drops": [],
"harvest": [],
"xp": []
}
is where i am atm..
could someone tell me how to use this to disable saplings dropping from leaves? also i wish to have oak and birch tree to Not drop saplings..
Anyone know whether I can change how a hopper works with this?
1.11.2?
Am VERY interested in this mod! Will you be updating it, or are you done with it?
(As like the previous commenter, I'm particularly interested in 10.2)
Love your work! Thank you for your contributions to the community; much appreciated!
Is there a possibility this mod could be updated to 1.10.2?
How on earth do I use this?
It looks like the if_metadata_X condition does not work above 9.
Here is my code: http://pastebin.com/6F1Dceyn
Everything works just as intended, except for where
if_metadata_X is greater than 9.And I also put this on your Github.
EDIT: Seems to only not work when its if_metadata_X is 10 or 11.
Some suggestions about the Drops section
- add a simple multiplier for the default drops of a block.
- add a simple option to enable the enchantment Fortune for a block
Generally try to add simple options for basic tasks that are easy to understand and to use.
This mod seems to be really powerful. However, without any examples or some example files explaining the correct syntax and how to reach the one or the other goal it is quite difficult to understand. That could be a show stopper.
Keep in mind: Not everyone is familiar with Json, especially when it comes to the use of functions.
Can you please give some examples of code? I am trying to use the block drop option with nbt data but cant seem to get it to work. Not sure what I am doing wrong and some examples would really help.
{
"_name": "Quadrum:BuriedTreasure",
"stats": {
"opacity": 255,
"brightness": 0,
"hardness": 2.0,
"resistance": 6.0,
"sound": "wood",
"slipperiness": 0.6,
"tool_data": [
{
"tool": "axe",
"level": 0
}
]
},
"break_speed": [],
"drops": [
{
"function": "add", "id": "JsonLootBags:ItemLootBag", "count": 1.0,
"item_stats":[
{"nbt":[
{
"tags": [{"type": "TreasureChest"}]
}
]
}
]
}
],
"harvest": [],
"xp": []
}
Thank you
Can i use this in my private modpack?
Dude, you rock. Your mods are the unsung heroes of many a mod pack. Thank you!