Ok, I think I've tracked down your problem, so first of all, in 1.16 it requires the 'minecraft:' modifier before attribute names (example: [{Name:"minecraft:generic.max_health}] ), secondly you have to specify that it's the 'Base' (or value) that you're trying to change, not the name.
So here are the updated commands:
data modify entity @s Attributes[{Name:"minecraft:generic.max_health"}].Base set from entity @e[type=minecraft:horse,limit=1,sort=nearest] Attributes[{Name:"minecraft:generic.max_health"}].Base
data modify entity @s Attributes[{Name:"minecraft:generic.movement_speed"}].Base set from entity @e[type=minecraft:horse,limit=1,sort=nearest] Attributes[{Name:"minecraft:generic.movement_speed"}].Base
data modify entity @s Attributes[{Name:"minecraft:horse.jump_strength"}].Base set from entity @e[type=minecraft:horse,limit=1,sort=nearest] Attributes[{Name:"minecraft:horse.jump_strength"}].Base
This command was working, but then they changed the attribute names and it stopped working. I changed the names to the new ones, but it's still not working. This is a function that runs as a skeleton horse when a player uses a trigger command:
data modify entity @s Attributes[{Name:"generic.max_health"}] set from entity @e[type=minecraft:horse,limit=1,sort=nearest] Attributes[{Name:"generic.max_health"}]
data modify entity @s Attributes[{Name:"generic.movement_speed"}] set from entity @e[type=minecraft:horse,limit=1,sort=nearest] Attributes[{Name:"generic.movement_speed"}]
data modify entity @s Attributes[{Name:"horse.jump_strength"}] set from entity @e[type=minecraft:horse,limit=1,sort=nearest] Attributes[{Name:"horse.jump_strength"}]
I've heard of this happening with Acceleration Wand from "Not Enough Wands" so I removed that mod, but it's still happening, even on a new world. What mod is causing this? Here's my mod list: https://pastebin.com/jbqDwuMy
EDIT: I figured it out with process of elimination. The Oops mod doesn't play well with Pam's Harvestcraft. I also tested acceleration wand and it wasn't causing any problems.
I check it and whether it's on "Shown" or "Commands Only" nothing appears.
EDIT: I figured it out, apparently sendCommandFeedback was false. I never set that off, so I don't understand why it was. The world was originally created in a server, does that have something to do with it?
The mail system seems buggy and unreliable. When my sister was offline I tried to send mail with items, then sent another mail to her and then second time it said it couldn't find the username. I then sent mail to myself and it did it to me again the second time. Later on my sister joined my lan server and the mail I sent was gone along with the items I put into them.
There are two types of layers: continuous layers, which can have a varying intensity per block, and on/off (binary) layers, which are either on or off for each block. The plants layers is an on/off layer. This is because for the plants layer, every block that has the layer is guaranteed to get a plant (providing it's a suitable location of course).
The intensity of the brush works differently for each type. For continuous layers (such as the tree layers and custom object layers) the intensity of the layer is set to the intensity of the brush. For on/off layers, the layer is "spray painted" on and the intensity of the brush governs how fast it is "sprayed". At 1% you should notice the layer is dusted on pretty lightly.
Alright, I guess I'll use the spray can to imitate a soft brush.
There are two types of layers: continuous layers, which can have a varying intensity per block, and on/off (binary) layers, which are either on or off for each block. The plants layers is an on/off layer. This is because for the plants layer, every block that has the layer is guaranteed to get a plant (providing it's a suitable location of course).
The intensity of the brush works differently for each type. For continuous layers (such as the tree layers and custom object layers) the intensity of the layer is set to the intensity of the brush. For on/off layers, the layer is "spray painted" on and the intensity of the brush governs how fast it is "sprayed". At 1% you should notice the layer is dusted on pretty lightly.
Alright, I guess I'll use the spray can to imitate a soft brush.
How do you set the opacity of the brush? I'm looking at this tutorial here:
I'm using the same brush he is and set my intensity to 15% and even tried 1%, but it's not painting softly like it is in the video.
EDIT: Alright I can get this to work on an object layer, but not on a plant layer. I think you're still supposed to be able to do this in a plant layer though, because the plant layer settings window shows a preview to the side that lets you see what it's like when its faded.
(There are some files for mods, but I tested this in vanilla minecraft). I made custom explosion sounds, and set off a bunch of TNT. After they finished exploding, a random explosion sounds will go off where the TNT exploded about every 5 seconds and it takes a long time for this to stop.
So it's trying to find ids that are no longer there. Will this cause lag on my server and is there a way to fix it so it's no longer searching for them?
Many times in the past and with the current forge server version this happens. I tested it out with the latest forge server and the elevator mod and did the following in order:
I started up the server and joined, but I didn't place any modded block down.
Stopped the server
Removed the mod
Started the server and use confirmed removing the mod.
Stopped the server again.
Started the server back up, then I get plenty of "Found a missing id from the world" errors.
0
Thanks, that fixed it.
Thanks. The other idea worked, but I'll look into this, because maybe it can shorten the code down.
0
This command was working, but then they changed the attribute names and it stopped working. I changed the names to the new ones, but it's still not working. This is a function that runs as a skeleton horse when a player uses a trigger command:
0
I've heard of this happening with Acceleration Wand from "Not Enough Wands" so I removed that mod, but it's still happening, even on a new world. What mod is causing this? Here's my mod list: https://pastebin.com/jbqDwuMy
EDIT: I figured it out with process of elimination. The Oops mod doesn't play well with Pam's Harvestcraft. I also tested acceleration wand and it wasn't causing any problems.
0
I check it and whether it's on "Shown" or "Commands Only" nothing appears.
EDIT: I figured it out, apparently sendCommandFeedback was false. I never set that off, so I don't understand why it was. The world was originally created in a server, does that have something to do with it?
0
Nothing happens when I use these commands.
0
The mail system seems buggy and unreliable. When my sister was offline I tried to send mail with items, then sent another mail to her and then second time it said it couldn't find the username. I then sent mail to myself and it did it to me again the second time. Later on my sister joined my lan server and the mail I sent was gone along with the items I put into them.
0
Alright, I guess I'll use the spray can to imitate a soft brush.
0
Alright, I guess I'll use the spray can to imitate a soft brush.
0
How do you set the opacity of the brush? I'm looking at this tutorial here:
I'm using the same brush he is and set my intensity to 15% and even tried 1%, but it's not painting softly like it is in the video.
EDIT: Alright I can get this to work on an object layer, but not on a plant layer. I think you're still supposed to be able to do this in a plant layer though, because the plant layer settings window shows a preview to the side that lets you see what it's like when its faded.
0
I placed an image of what I'm talking about here (the yellow and red spots wasn't made in-game, but with gimp):
I want to be able to rotate bit placement when doing something like planes, so instead of placing it flat on the ground, it places it upright.
EDIT: Nevermind, I just discovered it was easier to use "drawn region" placement.
0
Here's a copy of my resource pack: https://www.dropbox.com/s/zywqwyhc3p1wf70/dragon3025%201.12.zip?dl=0
(There are some files for mods, but I tested this in vanilla minecraft). I made custom explosion sounds, and set off a bunch of TNT. After they finished exploding, a random explosion sounds will go off where the TNT exploded about every 5 seconds and it takes a long time for this to stop.
0
Ah okay. Thanks everyone for your help.
0
Okay, well I did a test before this one:
Is this normal?
0
So it's trying to find ids that are no longer there. Will this cause lag on my server and is there a way to fix it so it's no longer searching for them?
0
Many times in the past and with the current forge server version this happens. I tested it out with the latest forge server and the elevator mod and did the following in order:
Here's an example of it: https://pastebin.com/CHkrS590
Why does this happen? I know that if I removed a bunch of mods, I'd get tons of missing id's, would this lag my server?