version 0.5. batteries aren't crafting
Nathan22211 opened this issue ยท 3 comments
The recipe is:
#G#
IRI
INI
I is iron ingot
N is iron nugget
# must be blank
R is redston dust
G is gold nugget
They aren't crafted in a crafting table, but in the Lapis Workbench.
The lapis workbench is crafted like so:
###
LRL
ISI
I = iron bar, S = smithing table, L = lapis lazuli, R = redstone dust
The next update to everything will be updating all of the books.
I'm honestly not sure what's preventing it. Can you try these:
Do you have any other datapacks installed?
Is there any errors in console?
I updated automated quarries to v0.6, that might fix it, and LapisCore is now v0.2
I've been making these in 1.14.2 pre-release 2, but have been re-testing them in 1.14.1, and they all work for me.
Try picking up all of the blocks, then doing /trigger LapisAdminMenu
Then there should be an option to uninstall, and it will remove all scoreboard objective created by LapisCore and automated quarries.
Then do /scoreboard objectives list
What objectives are left over from uninstalling?
Do you have randomTickSpeed increased? I think that has caused a couple of issues in the past, but it should still craft.
Go into the datapack .zip for automated quarries, what do the file at data/quarry/main.mcfunction look like? There should be this line near the top:
execute as @e[tag=Workbench] if score @s WorkbenchItems matches 0 run function quarry:wbrecipes/_checkrecipes
And must not have a # in-front of it.