most problems fixed
This commit is contained in:
parent
29a17f6e3d
commit
a050b59e8f
@ -136,7 +136,7 @@ public class ItemHoarderBlockEntity extends LootableContainerBlockEntity {
|
|||||||
if (item != Items.AIR) {
|
if (item != Items.AIR) {
|
||||||
Integer amount = stack.getCount();
|
Integer amount = stack.getCount();
|
||||||
StringBuilder buf = new StringBuilder(String.format("%dx ", amount));
|
StringBuilder buf = new StringBuilder(String.format("%dx ", amount));
|
||||||
buf.append(Text.translatable(stack.getTranslationKey()));
|
buf.append(Text.translatable(stack.getTranslationKey()).translate());
|
||||||
Text text = Text.of(buf.toString());
|
Text text = Text.of(buf.toString());
|
||||||
list.add(text);
|
list.add(text);
|
||||||
}
|
}
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
package de.jottyfan.minecraft.quickiefabric.init;
|
package de.jottyfan.minecraft.quickiefabric.init;
|
||||||
|
|
||||||
import net.fabricmc.fabric.api.loot.v2.FabricLootPoolBuilder;
|
|
||||||
import net.minecraft.item.Item;
|
import net.minecraft.item.Item;
|
||||||
import net.minecraft.loot.LootPool;
|
import net.minecraft.loot.LootPool;
|
||||||
import net.minecraft.loot.condition.RandomChanceLootCondition;
|
|
||||||
import net.minecraft.loot.entry.ItemEntry;
|
import net.minecraft.loot.entry.ItemEntry;
|
||||||
import net.minecraft.loot.provider.number.ConstantLootNumberProvider;
|
import net.minecraft.loot.provider.number.ConstantLootNumberProvider;
|
||||||
|
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
"quickiefabric.mixins.json"
|
"quickiefabric.mixins.json"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.13.3",
|
"fabricloader": ">=0.14.8",
|
||||||
"fabric": "*",
|
"fabric": "*",
|
||||||
"minecraft": "1.18.2",
|
"minecraft": "1.19",
|
||||||
"java": ">=17"
|
"java": ">=17"
|
||||||
},
|
},
|
||||||
"suggests": {
|
"suggests": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user