Skip to content

Commit 90fc45c

Browse files
committed
fix: some copycats are not in copycat category
1 parent 617e62d commit 90fc45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubejs/server_scripts/base/features/devices.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ if (true) {
252252
enable: DecorativeDevicesFeature,
253253
tag: "forge:devices/copycats",
254254
generic: "copycats:copycat_ghost_block",
255-
included_devices: Ingredient.of("@copycats").itemIds,
255+
included_devices: Ingredient.of("@copycats").itemIds.concat(['create:copycat_panel','create:copycat_step']),
256256
post_logic: () => {
257257
removeRecipe({ mod: 'copycats'})
258258
addStonecutting('4x copycats:copycat_ghost_block', '#forge:ingots/andesite_alloy')

0 commit comments

Comments
 (0)