File tree Expand file tree Collapse file tree 4 files changed +1
-8
lines changed
Common/src/main/java/net/darkhax/bookshelf Expand file tree Collapse file tree 4 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 22
33import net .minecraft .world .entity .Entity ;
44import net .minecraft .world .entity .npc .VillagerTrades ;
5- import net .minecraft .world .item .Item ;
65import net .minecraft .world .item .ItemStack ;
76import net .minecraft .world .item .Items ;
87import net .minecraft .world .item .trading .MerchantOffer ;
98import net .minecraft .world .level .ItemLike ;
10- import net .minecraft .world .level .block .Block ;
119
1210import java .util .Random ;
1311import java .util .function .Supplier ;
Original file line number Diff line number Diff line change 77import net .darkhax .bookshelf .api .commands .ICommandBuilder ;
88import net .darkhax .bookshelf .mixin .item .AccessorItem ;
99import net .minecraft .commands .synchronization .ArgumentSerializer ;
10- import net .minecraft .commands .synchronization .ArgumentTypes ;
1110import net .minecraft .core .Registry ;
1211import net .minecraft .core .particles .ParticleType ;
1312import net .minecraft .sounds .SoundEvent ;
2322import net .minecraft .world .item .alchemy .Potion ;
2423import net .minecraft .world .item .crafting .RecipeSerializer ;
2524import net .minecraft .world .item .enchantment .Enchantment ;
26- import net .minecraft .world .item .enchantment .EnchantmentHelper ;
2725import net .minecraft .world .level .ItemLike ;
2826import net .minecraft .world .level .block .Block ;
2927import net .minecraft .world .level .block .entity .BlockEntityType ;
Original file line number Diff line number Diff line change 33import com .mojang .logging .LogUtils ;
44import net .darkhax .bookshelf .api .function .CachedSupplier ;
55import net .darkhax .bookshelf .api .util .MathsHelper ;
6- import net .minecraft .core .Registry ;
76import net .minecraft .resources .ResourceKey ;
87import net .minecraft .resources .ResourceLocation ;
98import org .slf4j .Logger ;
@@ -31,7 +30,7 @@ public class RegistryEntries<V> implements IOwnedRegistryEntries<V> {
3130
3231 public RegistryEntries (Supplier <String > idProvider , ResourceKey <?> registryKey ) {
3332
34- this (idProvider , registryKey .registry () + " (" + registryKey .location () + ")" ) ;
33+ this (idProvider , registryKey .registry () + " (" + registryKey .location () + ")" );
3534 }
3635
3736 public RegistryEntries (Supplier <String > idProvider , String name ) {
Original file line number Diff line number Diff line change 11package net .darkhax .bookshelf .impl ;
22
33import net .darkhax .bookshelf .Constants ;
4- import net .darkhax .bookshelf .api .entity .merchant .trade .VillagerBuys ;
54import net .darkhax .bookshelf .api .registry .RegistryDataProvider ;
65import net .darkhax .bookshelf .impl .commands .BookshelfCommands ;
76import net .darkhax .bookshelf .impl .commands .args .FontArgument ;
8- import net .minecraft .world .item .Items ;
97
108public class BookshelfContentProvider extends RegistryDataProvider {
119
You can’t perform that action at this time.
0 commit comments