You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The player can get experience out with a bottle to craft bottles of enchanting.
If the exp block is next to a storage block that contains a mending item, then the mending item will be fixed using that experience.
Mob Grinder would be nice for gathering experience. This block would kill mobs and store the experience from the mobs. The experience can be transferred to a exp storage block for more storage.
This is 3 block ideas and 1 abstract block.
AbstractExperienceStorageBlockEntity
stores an amount of experience
handles the insertion and extraction of the experience
When this block entity is next to a regular chest that contains mending tools, experience is used to mend those tools
handles nbt tag saving
MonsterGrinderBlock
Has a slot for a tool to use
Tool always does full swipe attack
Tool takes proper durability damage
Has an inventory for items that are pulled from the monster that is attacked from the top
Items are extracted from the bottom
Experience is extracted from the sides
recipe
cobble, diamond sword, cobble
cobble, exp bottle, cobble
cobble, redstone dust, cobble
ExperienceHopper
Acts identically to a normal hopper but is an experience storage block and only works on experience instead
recipe
iron, exp storage, iron
iron, iron, iron
air, iron, air
ExperienceTank
Maybe shows the amount of experience in the tank on the outside
Stores experience points
Can insert the experience points that you have into the storage block
Can extract the experience points manually
experience points can be inserted and extracted from all sides
recipe
glass, glass, glass
glass, exp bottle, glass
glass, glass, glass
The text was updated successfully, but these errors were encountered:
I would like a block that stores experience.
The player can get experience out with a bottle to craft bottles of enchanting.
If the exp block is next to a storage block that contains a mending item, then the mending item will be fixed using that experience.
Mob Grinder would be nice for gathering experience. This block would kill mobs and store the experience from the mobs. The experience can be transferred to a exp storage block for more storage.
This is 3 block ideas and 1 abstract block.
The text was updated successfully, but these errors were encountered: