Version 5.4
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
|
||||
As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|
||||
*/
|
||||
|
||||
ServerEvents.tags('item', allthemods => {
|
||||
allthemods.add('farmersdelight:tools/knives', '#c:tools/knife')
|
||||
})
|
||||
|
||||
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
|
||||
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|
||||
@@ -0,0 +1,7 @@
|
||||
//This file adds the Pam's Dough tags to the Farmer's Delight Dough
|
||||
|
||||
ServerEvents.tags('item', allthemods => {
|
||||
//Dough
|
||||
allthemods.add('c:dough', 'farmersdelight:wheat_dough')
|
||||
allthemods.add('c:dough/dough', 'farmersdelight:wheat_dough')
|
||||
})
|
||||
Reference in New Issue
Block a user