mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 10:44:43 +02:00
Added ability for custom blocks to drop a range of items. MOD BLOCK
FILES WILL NEED TO BE REDONE.
This commit is contained in:
@ -9,7 +9,8 @@ Excavation:
|
||||
Drop_Item: false
|
||||
Drop_Item_ID: 999
|
||||
Drop_Item_Data_Value: 0
|
||||
Drop_Item_Amount: 1
|
||||
Min_Drop_Item_Amount: 1
|
||||
Max_Drop_Item_Amount: 1
|
||||
Block_2:
|
||||
ID: 999
|
||||
Data_Value: 0
|
||||
@ -17,7 +18,8 @@ Excavation:
|
||||
Drop_Item: false
|
||||
Drop_Item_ID: 999
|
||||
Drop_Item_Data_Value: 0
|
||||
Drop_Item_Amount: 1
|
||||
Min_Drop_Item_Amount: 1
|
||||
Max_Drop_Item_Amount: 1
|
||||
|
||||
#
|
||||
# Settings for Custom Herbalism Blocks
|
||||
@ -30,7 +32,8 @@ Herbalism:
|
||||
Drop_Item: false
|
||||
Drop_Item_ID: 999
|
||||
Drop_Item_Data_Value: 0
|
||||
Drop_Item_Amount: 1
|
||||
Min_Drop_Item_Amount: 1
|
||||
Max_Drop_Item_Amount: 1
|
||||
Block_2:
|
||||
ID: 999
|
||||
Data_Value: 0
|
||||
@ -38,7 +41,8 @@ Herbalism:
|
||||
Drop_Item: false
|
||||
Drop_Item_ID: 999
|
||||
Drop_Item_Data_Value: 0
|
||||
Drop_Item_Amount: 1
|
||||
Min_Drop_Item_Amount: 1
|
||||
Max_Drop_Item_Amount: 1
|
||||
|
||||
#
|
||||
# Settings for Custom Mining Blocks
|
||||
@ -53,7 +57,8 @@ Mining:
|
||||
Drop_Item: false
|
||||
Drop_Item_ID: 999
|
||||
Drop_Item_Data_Value: 0
|
||||
Drop_Item_Amount: 1
|
||||
Min_Drop_Item_Amount: 1
|
||||
Max_Drop_Item_Amount: 1
|
||||
Block_2:
|
||||
ID: 999
|
||||
Data_Value: 0
|
||||
@ -63,7 +68,8 @@ Mining:
|
||||
Drop_Item: false
|
||||
Drop_Item_ID: 999
|
||||
Drop_Item_Data_Value: 0
|
||||
Drop_Item_Amount: 1
|
||||
Min_Drop_Item_Amount: 1
|
||||
Max_Drop_Item_Amount: 1
|
||||
|
||||
#
|
||||
# Settings for Custom Woodcutting Blocks
|
||||
@ -77,7 +83,8 @@ Woodcutting:
|
||||
Drop_Item: false
|
||||
Drop_Item_ID: 999
|
||||
Drop_Item_Data_Value: 0
|
||||
Drop_Item_Amount: 1
|
||||
Min_Drop_Item_Amount: 1
|
||||
Max_Drop_Item_Amount: 1
|
||||
Block_2:
|
||||
ID: 999
|
||||
Data_Value: 0
|
||||
@ -86,4 +93,5 @@ Woodcutting:
|
||||
Drop_Item: false
|
||||
Drop_Item_ID: 999
|
||||
Drop_Item_Data_Value: 0
|
||||
Drop_Item_Amount: 1
|
||||
Min_Drop_Item_Amount: 1
|
||||
Max_Drop_Item_Amount: 1
|
Reference in New Issue
Block a user