Skip to content

Commit

Permalink
fix: some copycats are not in copycat category
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarden-zamir committed Nov 22, 2024
1 parent 617e62d commit 90fc45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubejs/server_scripts/base/features/devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ if (true) {
enable: DecorativeDevicesFeature,
tag: "forge:devices/copycats",
generic: "copycats:copycat_ghost_block",
included_devices: Ingredient.of("@copycats").itemIds,
included_devices: Ingredient.of("@copycats").itemIds.concat(['create:copycat_panel','create:copycat_step']),
post_logic: () => {
removeRecipe({ mod: 'copycats'})
addStonecutting('4x copycats:copycat_ghost_block', '#forge:ingots/andesite_alloy')
Expand Down

0 comments on commit 90fc45c

Please sign in to comment.