1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "mod_id": "malum",
- "provided_stones": [],
- "provided_ores": [
- {
- "block_id": [
- "malum:brilliant_stone",
- "malum:brilliant_deepslate"
- ],
- "en_name": "of Brilliance",
- "types": [
- "stone"
- ],
- "id": "brilliant_stone",
- "stone": [
- "stone",
- "deepslate"
- ]
- },
- {
- "block_id": [
- "malum:soulstone_ore",
- "malum:deepslate_soulstone_ore"
- ],
- "en_name": "Soulstone Ore",
- "types": [
- "stone"
- ],
- "id": "soulstone_ore",
- "stone": [
- "stone",
- "deepslate"
- ]
- },
- {
- "block_id": [
- "malum:blazing_quartz_ore"
- ],
- "en_name": "Blazing Quartz Ore",
- "types": [
- "nether"
- ],
- "id": "blazing_quartz_ore",
- "stone": [
- "netherrack"
- ]
- }
- ]
- }
|