We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617e62d commit 90fc45cCopy full SHA for 90fc45c
kubejs/server_scripts/base/features/devices.js
@@ -252,7 +252,7 @@ if (true) {
252
enable: DecorativeDevicesFeature,
253
tag: "forge:devices/copycats",
254
generic: "copycats:copycat_ghost_block",
255
- included_devices: Ingredient.of("@copycats").itemIds,
+ included_devices: Ingredient.of("@copycats").itemIds.concat(['create:copycat_panel','create:copycat_step']),
256
post_logic: () => {
257
removeRecipe({ mod: 'copycats'})
258
addStonecutting('4x copycats:copycat_ghost_block', '#forge:ingots/andesite_alloy')
0 commit comments