diff --git a/common/src/main/resources/data/adorn/advancement/buy_from_trading_station.json b/common/src/main/resources/data/adorn/advancement/buy_from_trading_station.json index 8e8a0ccfc..019ec1e81 100644 --- a/common/src/main/resources/data/adorn/advancement/buy_from_trading_station.json +++ b/common/src/main/resources/data/adorn/advancement/buy_from_trading_station.json @@ -15,8 +15,5 @@ "bought_item": { "trigger": "adorn:bought_from_trading_station" } - }, - "rewards": { - "loot": ["adorn:rewards/traders_manual"] } } diff --git a/common/src/main/resources/data/adorn/advancement/root.json b/common/src/main/resources/data/adorn/advancement/root.json index 4c175166f..f24c74679 100644 --- a/common/src/main/resources/data/adorn/advancement/root.json +++ b/common/src/main/resources/data/adorn/advancement/root.json @@ -22,8 +22,5 @@ ] } } - }, - "rewards": { - "loot": ["adorn:rewards/guide_book"] } }