Number of items inputs ( in kubejs )
MickeyMouseYT opened this issue ยท 1 comments
I just noticed that recycle can be done only 1 item ( in input ) but not number of items ( x2, x3, x4, ... ) I am used in kubejs
it doesn't work many
e.recipes.recycleRecycler(['4x woodenutilities:wooden_plate'], '3x tconstruct:pattern')
e.recipes.recycleRecycler(['6x woodenutilities:wooden_plate'], '16x woodenutilities:wooden_bars')
e.recipes.recycleRecycler(['9x tconstruct:pattern'], '4x storagedrawers:oak_trim')
You can say what happen ?
( I'm sorry i'm very bad english )
[21:23:18] [WARN ] Error creating recipe recycler:kjs_dlva7pqjm5h3io3nn9xwy7joc[recycler:recycler]: {"type":"recycler:recycler","result":[{"item":"woodenutilities:wooden_plate","count":4}],"ingredient":{"ingredient":{"item":"tconstruct:pattern"},"count":3}}: com.google.gson.JsonParseException: An ingredient entry needs either a tag or an item
[21:23:18] [WARN ] Error creating recipe recycler:kjs_1gcxczeaunds1s54qmsozdfqg[recycler:recycler]: {"type":"recycler:recycler","result":[{"item":"woodenutilities:wooden_plate","count":6}],"ingredient":{"ingredient":{"item":"woodenutilities:wooden_bars"},"count":16}}: com.google.gson.JsonParseException: An ingredient entry needs either a tag or an item
[21:23:18] [WARN ] Error creating recipe recycler:kjs_2q4vaomuwdp853j9vz1l2qdgc[recycler:recycler]: {"type":"recycler:recycler","result":[{"item":"tconstruct:pattern","count":9}],"ingredient":{"ingredient":{"item":"storagedrawers:oak_trim"},"count":4}}: com.google.gson.JsonParseException: An ingredient entry needs either a tag or an item