#Incorrect texture is being used

5 messages · Page 1 of 1 (latest)

winter birch
#

Im creating a dupe of a weapon from the another mod but the json file that has the handheld weapon display is using the wrong texture

deep pumiceBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

cedar stumpBOT
#

Paste version of item_dupes.js from @winter birch

#

You can write your code in a codeblock by typing it between the codeblock delimiters:
Note that these are backticks, not apostrophes

```js :arrow_left:

ServerEvents.recipes(event => {
event.smelting('minecraft:glass', '#forge:sand').xp(.1)
})

``` :arrow_left:

This example will look like this:

ServerEvents.recipes(event => {
  event.smelting('minecraft:glass', '#forge:sand').xp(.1)
})
gentle flower
#

Specify the texture with .texture() then?